aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_connection.h
Commit message (Collapse)AuthorAgeFilesLines
* fix example_chat crash bug when using (req, res) handleripknHama2014-09-141-2/+16
|
* fix compile erroripknHama2014-09-121-3/+0
| | | | | | - add consturctor to request - remove unused type using - include "logging.h" from dumb_timer_queue.h (who uses CROW_LOG_DEBUG)
* 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
| | | | change to io_service per CPU model
* 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