summary refs log tree commit diff
path: root/src/request.c
AgeCommit message (Collapse)Author
2024-12-22Fix NOSOCK HEAD v1.1.1 masterNakidai
Code was including socket-related headers even with NOSOCK
2024-12-15Implement LibHTTPC_readRequestNakidai
Not complete, though
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-09Add checks for LibHTTPC_loadRequestNakidai
From now function will return NULL if it couldn't find end
2024-11-29Add some checksNakidai
2024-11-24Add LibHTTPC_freeNakidai
2024-11-24Make headers a usual arrayNakidai
2024-11-24Fix header detectionNakidai
First byte of \r\n should be set to '\0' cuz cstrings hehe
2024-11-24Add codeNakidai