aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup include folder into crow subfolderipknHama2016-09-211-241/+22
| | | | - only crow.h is exposed now
* Add a periodic handler featureipknHama2016-09-101-0/+13
|
* Add websocket featureipknHama2016-08-281-0/+6
|
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-3/+3
|
* expose server stop() in Crow app to allow shutdown other than signal.rayburgemeestre2016-06-191-4/+23
|
* Added support to bind to a specific interfaceGino Maisto2016-03-141-7/+12
|
* implement HTTPS supportJaeseung Ha2015-09-201-3/+82
| | | | | - define CROW_ENABLE_SSL to use - close #88
* Update crow.hDmitry Ledentsov2015-07-261-0/+5
|
* remove thread_local variablesipknHama2015-02-201-1/+1
| | | | | * move thread_local variables forget_cached_date_str, timer_queue into each threads local stack
* added route_dynamicipknHama2015-02-191-0/+5
|
* change pointer to reference; fix up spacesipknHama2014-12-121-2/+2
|
* Re-implemented 'get_middleware()' as suggested, without changing the Server ↵Antony Woods2014-10-231-1/+9
| | | | constructor and now no longer encountering hangs
* complete middleware implementationipknHama2014-09-081-1/+1
|
* basic middleware test: before_handleripknHama2014-09-071-10/+6
|
* add Middlewares template to Crow main class, context implementationipknHama2014-09-071-1/+18
|
* source resturcturing + CMakeipknHama2014-08-071-0/+89