Commit Graph

15 Commits

Author SHA1 Message Date
d14fd16446 Added the thread pool (w/Pthreads) 2014-08-05 20:52:17 +01:00
257ce14115 Added thread safe work queue 2014-08-04 18:56:29 +01:00
cb16d83961 Updated mime functions 2014-08-04 13:16:42 +01:00
34ef45478e Server is basically working.
Needs a re-design.
2014-08-03 16:18:18 +01:00
e8d1e4d7d9 Fixed bug with writing responses
Connections are now closed after response is send if client requested "Connection: close"
2014-07-29 21:23:36 +01:00
31e1ff4f97 Done the basics of http server
Added mime type detection
Lots still todo, directory index files auto indexing(?)
2014-07-29 21:00:19 +01:00
17693097a5 Added server config 2014-07-27 22:19:08 +01:00
cf81743970 Moved UT headers to lib dir 2014-07-25 17:36:00 +01:00
a97b541174 Http parsing and responses are now mostly complete 2014-07-25 17:23:38 +01:00
bfe3a66903 integrated http-parser lib 2014-07-23 03:11:38 +01:00
b51ca6262a More work on http responses 2014-07-20 21:25:53 +01:00
e56f8f3715 Work on request header parsing 2014-07-18 23:40:15 +01:00
6d3ca314d4 Initial work on http request/response processing 2014-07-18 16:52:50 +01:00
d556df830f Completed basic socket work.
Processes multiple requests concurrently (single thread).
Currently just echos received data.
2014-07-17 00:17:30 +01:00
0646b6bf72 Initial Commit 2014-07-16 20:06:23 +01:00