summary refs log tree commit diff
path: root/TODO.7
AgeCommit message (Collapse)Author
2024-12-15Add one more task to TODO.7Nakidai
Implement something kinda errno(3) for libhttpc(3)
2024-12-15Implement LibHTTPC_readRequestNakidai
Not complete, though
2024-12-15Add task to implement handlerNakidai
2024-12-15Document new feature of LibHTTPC_dumpResponse v1.1.0Nakidai
2024-12-15Make LibHTTPC_dumpResponse accept NULL in bufNakidai
When LibHTTPC_dumpResponse accepts NULL it will allocate buffer itself using LibHTTPC_malloc
2024-12-15Add bound checking for LibHTTPC_loadRequestNakidai
I realized that you don't need to pass buf_len as buf is a c-string. Anyway, that is bound checking and it should work.
2024-12-14Add one more taskNakidai
Also replace plaintext TODO with one written in mdoc(7)