c_simple_http/src
2024-11-12 17:16:58 +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 Remove unused parameter in function in config.c 2024-11-10 21:09:55 +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
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. copying over "static-dir" files on generate 2024-11-11 15:09:12 +09:00
helpers.h Impl. copying over "static-dir" files on generate 2024-11-11 15:09:12 +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. copying over "static-dir" files on generate 2024-11-11 15:09:12 +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 Fix erronous buffer declaration 2024-11-12 17:16:58 +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 Refactor static_validate_path 2024-11-03 18:20:26 +09:00