c_simple_http/src
Stephen Seo abc61a5504
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 8s
Impl. path-to-cache-filename, fixes to strip-path
2024-09-23 14:58:28 +09:00
..
arg_parse.c Minor fix 2024-09-22 14:43:28 +09:00
arg_parse.h Add new arg for program: --enable-cache-dir=<DIR> 2024-09-22 14:42:41 +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 Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +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 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 Refactor http_template to use String_Part 2024-09-23 14:09:25 +09:00
helpers.h Refactor http_template to use String_Part 2024-09-23 14:09:25 +09:00
html_cache.c Impl. path-to-cache-filename, fixes to strip-path 2024-09-23 14:58:28 +09:00
html_cache.h Add WIP html_cache 2024-09-22 15:44:04 +09:00
http.c Impl. path-to-cache-filename, fixes to strip-path 2024-09-23 14:58:28 +09:00
http.h Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +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 Use stdint.h types instead of int, long, etc. 2024-09-20 21:45:51 +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 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 Impl. path-to-cache-filename, fixes to strip-path 2024-09-23 14:58:28 +09:00