]>
git.seodisparate.com - c_simple_http/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stephen Seo [Fri, 30 Aug 2024 09:11:03 +0000 (18:11 +0900)]
WIP Impl. config file parsing for http templates
TODO:
Still need to test "HTML_FILE".
Response to HTTP request.
Stephen Seo [Fri, 30 Aug 2024 05:08:31 +0000 (14:08 +0900)]
WIP html template handling for http response
TODO:
Test html template handling so that it works.
Respond to http requests properly.
Stephen Seo [Fri, 30 Aug 2024 02:58:11 +0000 (11:58 +0900)]
Add third_party SimpleArchiver (data structures)
Reusing the data structures implemented in the SimpleArchiver project.
Stephen Seo [Thu, 29 Aug 2024 07:48:43 +0000 (16:48 +0900)]
Add hint to error when binding socket
Stephen Seo [Thu, 29 Aug 2024 07:45:28 +0000 (16:45 +0900)]
Print connecting peer's address
Stephen Seo [Thu, 29 Aug 2024 07:45:14 +0000 (16:45 +0900)]
Return fail on failing to bind socket
Stephen Seo [Thu, 29 Aug 2024 07:25:30 +0000 (16:25 +0900)]
Minor formatting fix
Stephen Seo [Thu, 29 Aug 2024 07:09:19 +0000 (16:09 +0900)]
Add the ISC LICENSE
Stephen Seo [Thu, 29 Aug 2024 07:00:49 +0000 (16:00 +0900)]
WIP Impl. receiving and printing received ASCII
Stephen Seo [Thu, 29 Aug 2024 06:40:43 +0000 (15:40 +0900)]
Formatting
Stephen Seo [Thu, 29 Aug 2024 06:38:44 +0000 (15:38 +0900)]
Cleanup
Separate out functions/structs/constants/globals to properly named
files.
Stephen Seo [Thu, 29 Aug 2024 06:18:34 +0000 (15:18 +0900)]
WIP work on http server
TODO:
Handling the TCP connection.
Stephen Seo [Thu, 29 Aug 2024 05:19:46 +0000 (14:19 +0900)]
Skeleton project initial code