aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup include folder into crow subfolderipknHama2016-09-211-599/+0
| | | | - only crow.h is exposed now
* Closing behavior change; should help #151ipknHama2016-09-101-1/+9
|
* 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
|\ | | | | Fix corrupt buffers
| * tab to spacepierobot2016-03-071-1/+1
| |
| * Fix buffer corruption bugpierobot2016-03-071-1/+1
| | | | | | | | https://github.com/ipkn/crow/issues/122
* | Fix misspell of Connectionpierobot2016-03-071-1/+1
|/
* implement HTTPS supportJaeseung Ha2015-09-201-22/+36
| | | | | - define CROW_ENABLE_SSL to use - close #88
* remove thread_local variablesipknHama2015-02-201-19/+10
| | | | | * move thread_local variables forget_cached_date_str, timer_queue into each threads local stack
* change SFINAE mechanics to support VS2013ipknHama2015-02-201-12/+84
|
* add member initialization:Jaeseung Ha2015-01-191-1/+1
| | | | need_to_call_after_handlers_
* 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 ↵Antony Woods2014-10-231-5/+5
|/ | | | constructor and now no longer encountering hangs
* 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
| | | | | | - 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