aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix query_string bug that crashed testJaeseung Ha2014-11-091-0/+33
| | |/ | |/|
| * | Responses constructed from json::wvalue now automatically set the ↵Antony Woods2014-11-041-1/+4
| |/ | | | | | | appropriate Content-Type header
* | Post-pull commitAntony Woods2014-10-2411-21/+350
|\|
| * added missing header for amalgateipknHama2014-10-244-0/+6
| |
| * added missing header for amalgateipknHama2014-10-245-0/+5
| |
| * improve code qualityipknHama2014-10-241-49/+54
| | | | | | | | | | | | | | | | | | | | add missing includes (for amalgation) remove register keyword (remove clang warning) change define names to avoid name collision remove url size limit from query_string.h change MAX_KV_PAIRS define to const variable add & to arguments readability improve (although it requires additional allocation)
| * Fixed compiler errors and inlines some of the qs_parse functionsAntony Woods2014-10-222-10/+10
| |
| * Removed instance of 'using namespace std'Antony Woods2014-10-222-13/+9
| |
| * Fixed merge odditiesAntony Woods2014-10-142-4/+20
| |\
| * | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-145-72/+323
| | |
| * | Fixed sign comparisson warningAntony Woods2014-09-231-1/+1
| | |
| * | Merge branch 'master' of github.com:acron0/crow into url-params-in-reqAntony Woods2014-09-231-23/+33
| |\ \
| * | | URL params are now present as a ci_map variable of requestAntony Woods2014-09-222-3/+69
| | | |
* | | | Re-implemented 'get_middleware()' as suggested, without changing the Server ↵Antony Woods2014-10-234-11/+59
| |_|/ |/| | | | | | | | constructor and now no longer encountering hangs
* | | HTTP GET/POST method distinguishipknHama2014-10-072-4/+20
| |/ |/|
* | 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
|/
* Culling url paramsAntony Woods2014-09-151-25/+28
|
* fix example_chat crash bug when using (req, res) handleripknHama2014-09-141-2/+16
|
* add pragma once to settings.h, set log level to DEBUG for unittestipknHama2014-09-141-0/+1
|
* Moved the 'completed = true' line to before the completion callbacksAntony Woods2014-09-131-1/+2
|
* change default log level to INFOipknHama2014-09-121-1/+3
|
* fix compile erroripknHama2014-09-123-4/+14
| | | | | | - 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-116-20/+201
|
* complete middleware implementationipknHama2014-09-084-12/+115
|
* basic middleware test: before_handleripknHama2014-09-076-23/+98
|
* add Middlewares template to Crow main class, context implementationipknHama2014-09-075-1/+175
|
* improve performance by 2xipkn2014-08-173-25/+55
| | | | change to io_service per CPU model
* fixed multithread crashipkn2014-08-162-25/+42
|
* fix compile bug (feeding std::endl to logger)ipknHama2014-08-161-1/+1
|
* Change to custom timer implementation to increase performanceipknHama2014-08-164-20/+110
|
* remove shared_ptr for performanceipknHama2014-08-153-29/+48
|
* Don't create logger object if corresponding log level is ignored.ipknHama2014-08-151-7/+15
|
* Fixes #14, long polling leak removed.ipknHama2014-08-111-3/+3
|
* amalgamation addedipknHama2014-08-085-114/+124
|
* now crow becomes completely header onlyipknHama2014-08-073-4/+2647
|
* decide to be header onlyipknHama2014-08-071-22/+340
|
* improve mustache.hipknHama2014-08-072-15/+23
|
* spliting header implementation into cpp files, routing.cpp createdipknHama2014-08-073-357/+36
|
* source resturcturing + CMakeipknHama2014-08-0714-0/+3867