c_simple_http/src
Stephen Seo de2d15033e
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 22s
Impl. --generate-dir=<DIR>
Also added flag `--generate-enable-overwrite`.

Resolves #11
2024-11-10 20:39:49 +09:00
..
arg_parse.c Impl. --generate-dir=<DIR> 2024-11-10 20:39:49 +09:00
arg_parse.h Impl. --generate-dir=<DIR> 2024-11-10 20:39:49 +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 Allow key/value buffers to be dynamically sized 2024-11-08 14:32:57 +09:00
config.h Impl. --generate-dir=<DIR> 2024-11-10 20:39:49 +09:00
constants.h Handle multiple connections simultaneously 2024-11-04 15:25:27 +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 Fix invalid "closedir(...)" on NULL ptr 2024-11-07 13:30:59 +09:00
helpers.h Impl. html cache (mostly done) 2024-09-25 16:12:25 +09:00
html_cache.c Impl. cache file lifetime checking 2024-09-26 12:37:45 +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 Refactor http_template to use String_Part 2024-09-23 14:09:25 +09:00
http_template.h Change template generation: output used filenames 2024-09-22 14:26:07 +09:00
main.c Impl. --generate-dir=<DIR> 2024-11-10 20:39: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 Refactor static_validate_path 2024-11-03 18:20:26 +09:00
static.h Fix potential invalid path when fetching static 2024-11-03 17:54:55 +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 Refactor static_validate_path 2024-11-03 18:20:26 +09:00