stephenseo
released c_simple_http version 1.2 at stephenseo/c_simple_http
2024-11-12 03:07:33 +00:00
600d558b11
Update README.md
b155934701
Update Changelod.md, version 1.2
4784f83234
Impl. copying over "static-dir" files on generate
37e0c3a98b
Remove unused parameter in function in config.c
0bbe280e1f
Cleanup by separating "generate" to source files
Add a
--generate-dir=<dir>
option
Add a
--generate-dir=<dir>
option
Not sure if
--enable-static-dir=<DIR>
combined with this option should place the static files into the generated directory.
This has been implemented (seen in latest dev
branch).
37e0c3a98b
Remove unused parameter in function in config.c
0bbe280e1f
Cleanup by separating "generate" to source files
Add a
--generate-dir=<dir>
option
Not sure if --enable-static-dir=<DIR>
combined with this option should place the static files into the generated directory.
Add a
--generate
option
stephenseo
released c_simple_http version 1.1 at stephenseo/c_simple_http
2024-11-08 06:21:57 +00:00
0d552d2cb0
Version 1.1
e1dde1576a
Update Changelog.md
1cb593e155
Allow key/value buffers to be dynamically sized
95aef64618
Refactor config.c to change c-macros to functions
Make buffer sizes dynamic in config.c