aboutsummaryrefslogtreecommitdiffstats
path: root/amalgamate
Commit message (Collapse)AuthorAgeFilesLines
* add run-time check for handler type for `route_dynamic`ipknHama2015-02-191-1/+97
|
* update amalgateipknHama2015-02-191-885/+1104
|
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-191-767/+802
|
* fix issue #39, bug at assigning vector to json wvalueipknHama2015-01-081-1/+1
|
* Merge branch 'try-catch-handle' of https://github.com/acron0/crow into ↵ipknHama2014-12-121-1/+19
|\ | | | | | | | | | | | | acron0-try-catch-handle Conflicts: amalgamate/crow_all.h
| * Added a general purpose try-catch around handle() for instances where an ↵Antony Woods2014-12-101-736/+754
| | | | | | | | exception would cause the server to never return a response. At some later date we would possibly still wish to provide a custom hook for dealing with 500s. Also note, after an exception is caught, the generated 500 response is still sent to middleware handlers
* | change pointer to reference; fix up spacesipknHama2014-12-121-12/+54
| |
* | Merged upstreamAntony Woods2014-12-101-891/+904
|\|
| * Merge pull request #38 from acron0/json-boolipkn2014-11-121-0/+9
| |\ | | | | | | Added boolean types to json rvalue (.b()) including test
| | * Merged changes from masterAntony Woods2014-11-061-1/+4
| | |\
| | * | Added boolean types to json rvalue (.b()) including testsAntony Woods2014-11-061-733/+756
| | | |
| * | | amalgamation updateipknHama2014-11-091-737/+737
| | | |
| * | | Fixes #32 by chaing types for operator overloading from int32_t to int, longJaeseung Ha2014-11-091-6/+55
| | |/ | |/|
| * | Responses constructed from json::wvalue now automatically set the ↵Antony Woods2014-11-041-734/+751
| |/ | | | | | | appropriate Content-Type header
* | Post-pull commitAntony Woods2014-10-241-58/+394
|\|
| * improve code qualityipknHama2014-10-241-814/+820
| | | | | | | | | | | | | | | | | | | | 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-221-22/+18
| |
| * Fixed merge odditiesAntony Woods2014-10-141-4/+20
| |\
| * | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-777/+1097
| | |
* | | Re-implemented 'get_middleware()' as suggested, without changing the Server ↵Antony Woods2014-10-231-779/+827
| |/ |/| | | | | constructor and now no longer encountering hangs
* | HTTP GET/POST method distinguishipknHama2014-10-071-4/+20
|/
* Now amalgamation will be updated automatically.ipknHama2014-09-272-51/+71
|
* fix example_chat crash bug when using (req, res) handleripknHama2014-09-141-2/+17
|
* update amalgamateipknHama2014-09-141-5/+14
|
* fix compile erroripknHama2014-09-121-89/+94
| | | | | | - 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-556/+925
|
* complete middleware implementationipknHama2014-09-081-71/+421
|
* Fixes #14, long polling leak removed.ipknHama2014-08-111-75/+76
|
* amalgamation addedipknHama2014-08-082-0/+6638