aboutsummaryrefslogtreecommitdiffstats
path: root/http_connection.h
Commit message (Expand)AuthorAgeFilesLines
* source resturcturing + CMakeipknHama2014-08-071-312/+0
* long polling implementation completeipknHama2014-08-061-28/+49
* replace lexical_cast to std::to_stringipknHama2014-08-021-3/+1
* Add HTTP/1.1 persistent connection timeoutipknHama2014-07-291-33/+63
* add support for "Expect: 100-continue"ipknHama2014-07-091-2/+14
* fix old naming, check for host headeripknHama2014-07-091-2/+12
* Init life_ data member from Connection classAlex Butum2014-07-081-1/+1
* Added log level supportAntony Woods2014-05-201-1/+1
* Added primitive loggingAntony Woods2014-05-201-5/+4
* change system_clock to steady_clockipkn2014-05-021-3/+3
* caching datetime string for Date headeripkn2014-05-021-26/+42
* rename flask to crowipknHama2014-04-271-2/+2
* increasing unittest coverage; fix crash bug while parsing headersipknHama2014-04-221-2/+2
* add support for handlers with request argument, add http methodipknHama2014-04-201-0/+20
* added HTTP Date headeripknHama2014-04-191-0/+7
* add json reading feature; optimizationipknHama2014-04-191-1/+1
* response can return json objectipkn2014-04-171-0/+5
* resolve linking problemipknHama2014-04-171-17/+33
* add concurrency; add server headeripkn2014-04-171-13/+47
* add test for parameter tagging, responseipknHama2014-04-151-1/+4
* Trie based routingipknHama2014-04-111-2/+13
* removing black magic; merging router with appipknHama2014-04-101-1/+2
* multiple routing (still no argument)ipknHama2014-04-011-2/+2
* working http serveripknHama2014-04-011-4/+85
* accept connections, print http request parsed informationipknHama2014-04-011-0/+48