aboutsummaryrefslogtreecommitdiffstats
path: root/amalgamate
Commit message (Collapse)AuthorAgeFilesLines
* 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