aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_server.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a periodic handler featureipknHama2016-09-101-0/+36
|
* Fix issue #89Jaeseung Ha2016-09-061-6/+5
|
* Add websocket featureipknHama2016-08-281-1/+7
|
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-1/+1
|
* fix warning (initializing order of bind_addr_)ipknHama2016-05-231-1/+1
|
* Bind to interface support: fixed unittestGino Maisto2016-03-191-1/+1
|
* Added support to bind to a specific interfaceGino Maisto2016-03-141-5/+7
|
* implement HTTPS supportJaeseung Ha2015-09-201-6/+16
| | | | | - define CROW_ENABLE_SSL to use - close #88
* fix multithread bug occurs while accepting new connectionipknHama2015-05-271-2/+5
|
* remove thread_local variablesipknHama2015-02-201-5/+49
| | | | | * move thread_local variables forget_cached_date_str, timer_queue into each threads local stack
* Post-pull commitAntony Woods2014-10-241-0/+1
|\
| * added missing header for amalgateipknHama2014-10-241-0/+1
| |
* | Re-implemented 'get_middleware()' as suggested, without changing the Server ↵Antony Woods2014-10-231-4/+4
|/ | | | constructor and now no longer encountering hangs
* basic middleware test: before_handleripknHama2014-09-071-2/+9
|
* improve performance by 2xipkn2014-08-171-15/+44
| | | | change to io_service per CPU model
* Change to custom timer implementation to increase performanceipknHama2014-08-161-2/+10
|
* remove shared_ptr for performanceipknHama2014-08-151-1/+1
|
* amalgamation addedipknHama2014-08-081-0/+1
|
* source resturcturing + CMakeipknHama2014-08-071-0/+81