c_simple_http/src
Stephen Seo d6edaa3bdd
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 22s
Use proper format constants for size_t/uintX_t etc
2024-11-25 16:01:49 +09:00
..
arg_parse.c Use proper format constants for size_t/uintX_t etc 2024-11-25 16:01:49 +09:00
arg_parse.h Add separate flag for generate-static overwrite 2024-11-25 14:17:32 +09:00
big_endian.c Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +09:00
big_endian.h Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +09:00
config.c Fix memory leak for array variables 2024-11-18 17:41:26 +09:00
config.h Allow "multi-valued-key-entries" in ParsedConfig 2024-11-15 16:28:31 +09:00
constants.h Handle multiple connections simultaneously 2024-11-04 15:25:27 +09:00
generate.c Cleanup by separating "generate" to source files 2024-11-10 21:06:41 +09:00
generate.h Cleanup by separating "generate" to source files 2024-11-10 21:06:41 +09:00
globals.c Use volatile for global variables 2024-09-21 14:41:02 +09:00
globals.h Use volatile for global variables 2024-09-21 14:41:02 +09:00
helpers.c Impl. extension of template delimeter expressions 2024-11-18 17:07:07 +09:00
helpers.h Impl. extension of template delimeter expressions 2024-11-18 17:07:07 +09:00
html_cache.c Ensure http_template.c keeps track of _FILE files 2024-11-21 14:05:33 +09:00
html_cache.h Impl. cache file lifetime checking 2024-09-26 12:37:45 +09:00
http.c Add option --enable-static-dir=<DIR>, use static 2024-10-30 14:17:49 +09:00
http.h Add option --enable-static-dir=<DIR>, use static 2024-10-30 14:17:49 +09:00
http_template.c Ensure http_template.c keeps track of _FILE files 2024-11-21 14:05:33 +09:00
http_template.h Ensure http_template.c keeps track of _FILE files 2024-11-21 14:05:33 +09:00
main.c Use proper format constants for size_t/uintX_t etc 2024-11-25 16:01:49 +09:00
signal_handling.c Handle multiple connections simultaneously 2024-11-04 15:25:27 +09:00
signal_handling.h Handle multiple connections simultaneously 2024-11-04 15:25:27 +09:00
static.c Add separate flag for generate-static overwrite 2024-11-25 14:17:32 +09:00
static.h Impl. copying over "static-dir" files on generate 2024-11-11 15:09:12 +09:00
tcp_socket.c Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +09:00
tcp_socket.h Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +09:00
test.c Use proper format constants for size_t/uintX_t etc 2024-11-25 16:01:49 +09:00