c_simple_http/src
Stephen Seo 700adf2f7b Impl. cache file lifetime checking
By default cache files are invalidated when the are aged for longer than
1 week. This "timeout-time" can be modified with a paramter/argument.
2024-09-26 12:37:45 +09:00
..
arg_parse.c Impl. cache file lifetime checking 2024-09-26 12:37:45 +09:00
arg_parse.h Impl. cache file lifetime checking 2024-09-26 12:37:45 +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 Impl. cache file lifetime checking 2024-09-26 12:37: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 Impl. html cache (mostly done) 2024-09-25 16:12:25 +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 Impl. cache file lifetime checking 2024-09-26 12:37:45 +09:00
http.h Impl. cache file lifetime checking 2024-09-26 12:37:45 +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. cache file lifetime checking 2024-09-26 12:37:45 +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. cache file lifetime checking 2024-09-26 12:37:45 +09:00