]> git.seodisparate.com - c_simple_http/shortlog
c_simple_http
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