summary refs log tree commit diff
path: root/requestHandler.c
AgeCommit message (Collapse)Author
2024-11-22Minor changes in CPTC_requestHandlerNakidai
- Remove err_gif_fp - Rename err_gif to gif_end
2024-09-28Make it multithreaded v1.0.0Nakidai
And also add `int n` to the CPTC_requestHandler so it threads will not conflict with each other with filenames
2024-09-27Add one more gotoNakidai
2024-09-27Add support for HEADNakidai
2024-09-27Remove unneeded variablesNakidai
2024-09-27Add perror on sendNakidai
2024-09-27Autogenerate root on buildNakidai
2024-09-27Some refactor, fix bugNakidai
- Rename buffer to request - Use buffer for gif sending
2024-09-26Add file removingNakidai
2024-09-26Now it will workNakidai
2024-09-25Some new thingsNakidai
- Remove debug "Got request!" string - Add \0 on the end of path - Send 404 if nobody served the request
2024-09-25Add codeNakidai