aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_connection.h
Commit message (Expand)AuthorAgeFilesLines
* Add websocket featureipknHama2016-08-281-0/+16
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-8/+8
* Merge pull request #123 from pierobot/fix-corrupt-buffersJaeseung Ha2016-03-141-1/+1
|\
| * tab to spacepierobot2016-03-071-1/+1
| * Fix buffer corruption bugpierobot2016-03-071-1/+1
* | Fix misspell of Connectionpierobot2016-03-071-1/+1
|/
* implement HTTPS supportJaeseung Ha2015-09-201-22/+36
* remove thread_local variablesipknHama2015-02-201-19/+10
* change SFINAE mechanics to support VS2013ipknHama2015-02-201-12/+84
* add member initialization:Jaeseung Ha2015-01-191-1/+1
* Post-pull commitAntony Woods2014-10-241-1/+2
|\
| * added missing header for amalgateipknHama2014-10-241-0/+1
| * Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-1/+1
* | Re-implemented 'get_middleware()' as suggested, without changing the Server c...Antony Woods2014-10-231-5/+5
|/
* fix bug in keep-alive header handlingipkn2014-09-191-28/+33
* support HTTP/1.0 keep alive (add corresponding header to response)ipknHama2014-09-201-0/+5
* fix example_chat crash bug when using (req, res) handleripknHama2014-09-141-2/+16
* fix compile erroripknHama2014-09-121-3/+0
* Implement example CookieParser middleware and testipknHama2014-09-111-3/+3
* complete middleware implementationipknHama2014-09-081-9/+80
* basic middleware test: before_handleripknHama2014-09-071-6/+58
* improve performance by 2xipkn2014-08-171-2/+7
* fixed multithread crashipkn2014-08-161-23/+13
* Change to custom timer implementation to increase performanceipknHama2014-08-161-15/+36
* remove shared_ptr for performanceipknHama2014-08-151-15/+36
* Fixes #14, long polling leak removed.ipknHama2014-08-111-3/+3
* now crow becomes completely header onlyipknHama2014-08-071-3/+6
* source resturcturing + CMakeipknHama2014-08-071-0/+313