c_simple_http/src
Stephen Seo b22556ec6f
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
Cleanup: removed unused pointer in internal struct
2024-09-10 21:44:10 +09:00
..
arg_parse.c Impl. hot reloading of config and on SIGUSR1 2024-09-10 13:55:16 +09:00
arg_parse.h Impl. hot reloading of config and on SIGUSR1 2024-09-10 13:55:16 +09:00
big_endian.c Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
big_endian.h Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
config.c Make config reloading more robust 2024-09-10 15:34:26 +09:00
config.h Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
constants.h Minor refactoring 2024-09-10 18:01:45 +09:00
globals.c Impl. hot reloading of config and on SIGUSR1 2024-09-10 13:55:16 +09:00
globals.h Impl. hot reloading of config and on SIGUSR1 2024-09-10 13:55:16 +09:00
helpers.c Refactor "print request headers" 2024-09-09 12:41:15 +09:00
helpers.h Refactor "print request headers" 2024-09-09 12:41:15 +09:00
http.c Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
http.h Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
http_template.c Cleanup: removed unused pointer in internal struct 2024-09-10 21:44:10 +09:00
http_template.h Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
main.c Fix potential "strlen(NULL)" 2024-09-10 21:18:10 +09:00
signal_handling.c Impl. hot reloading of config and on SIGUSR1 2024-09-10 13:55:16 +09:00
signal_handling.h Impl. hot reloading of config and on SIGUSR1 2024-09-10 13:55:16 +09:00
tcp_socket.c Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
tcp_socket.h Minor fixes/cleanup 2024-09-09 13:53:58 +09:00
test.c Minor fixes/cleanup 2024-09-09 13:53:58 +09:00