aboutsummaryrefslogtreecommitdiffstats
path: root/amalgamate
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
|\
| * HTTP GET/POST method distinguishipknHama2014-10-071-4/+20
| |
* | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-777/+1097
|/
* 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