]> git.seodisparate.com - c_simple_http/shortlog
c_simple_http
2024-09-10 Stephen SeoMake config reloading more robust
2024-09-10 Stephen SeoUpdate README.md
2024-09-10 Stephen SeoImpl. hot reloading of config and on SIGUSR1
2024-09-09 Stephen SeoFix "unfixed" "count" from previous commit
2024-09-09 Stephen SeoFix typo when returning 500 error
2024-09-09 Stephen SeoMinor fixes/cleanup
2024-09-09 Stephen SeoRefactor "print request headers"
2024-09-09 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-09-06 Stephen SeoImpl. print of specific headers arg/option
2024-09-06 Stephen SeoAdd flag to disable peer address printing
2024-09-06 Stephen SeoDebug print only in Debug builds
2024-09-06 Stephen SeoOnly allow protocol "HTTP/1.1"
2024-09-06 Stephen SeoAdd support for different error responses
2024-09-06 Stephen SeoRemove "?" or "#" starting suffixes from path
2024-09-06 Stephen SeoUpdate third party submodule SimpleArchiver
2024-09-06 Stephen Seoupdate README.md
2024-09-06 Stephen SeoFix warnings
2024-09-06 Stephen SeoAdd CMakeLists.txt, update .gitignore
2024-09-06 Stephen SeoUpdate README.md
2024-09-06 Stephen SeoAdd README.md, ensure listening port is printed
2024-09-06 Stephen SeoMinor tweaks/fixes
2024-09-06 Stephen SeoAdd more example.config stuff
2024-09-06 Stephen SeoFix invalid read when checking for "_FILE" vars
2024-09-06 Stephen SeoMinor tweak to listening port info output
2024-09-06 Stephen SeoImpl. handling HTTP/1.1 requests
2024-09-05 Stephen SeoUse ${CC} and "CC ?= gcc" in Makefile
2024-09-05 Stephen SeoFix inconsistent http_template output size
2024-09-05 Stephen SeoAdd "output" size parameter to http_template fn
2024-09-05 Stephen SeoRemove temporary files created by unit test on end
2024-09-05 Stephen SeoImpl. ".*_FILE" variables for templates
2024-09-04 Stephen SeoAdd action/workflow to run unit tests
2024-09-04 Stephen Seoconfig parsing: Handle when config has no endline
2024-09-04 Stephen SeoTest using "HTML_FILE" var, fixes
2024-09-04 Stephen SeoMinor formatting fix
2024-09-04 Stephen SeoUpdate submodule third-party SimpleArchiver
2024-09-04 Stephen SeoSet up tests for http_template, fixes
2024-09-03 Stephen SeoWIP untested Impl. html generation from templates
2024-09-02 Stephen SeoWIP some work on http req/response handling
2024-09-02 Stephen SeoAdd more documentation about how src/config works
2024-09-01 Stephen SeoUpdate third_party submodule SimpleArchiver
2024-09-01 Stephen SeoUpdate third_party submodule SimpleArchiver
2024-09-01 Stephen SeoUpdate Makefile: recompile if header has changed
2024-08-31 Stephen SeoUpdate documentation for config parsing
2024-08-31 Stephen SeoMove config-related code from http.c to config.c
2024-08-31 Stephen SeoCleanup usage of third-party headers
2024-08-30 Stephen SeoWIP Impl. config file parsing for http templates
2024-08-30 Stephen SeoWIP html template handling for http response
2024-08-30 Stephen SeoAdd third_party SimpleArchiver (data structures)
2024-08-29 Stephen SeoAdd hint to error when binding socket
2024-08-29 Stephen SeoPrint connecting peer's address
2024-08-29 Stephen SeoReturn fail on failing to bind socket
2024-08-29 Stephen SeoMinor formatting fix
2024-08-29 Stephen SeoAdd the ISC LICENSE
2024-08-29 Stephen SeoWIP Impl. receiving and printing received ASCII
2024-08-29 Stephen SeoFormatting
2024-08-29 Stephen SeoCleanup
2024-08-29 Stephen SeoWIP work on http server
2024-08-29 Stephen SeoSkeleton project initial code