aboutsummaryrefslogtreecommitdiffstats
path: root/include/query_string.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory error and invalid param when no params are presentBryce Anderson2015-04-301-4/+5
| | | | | | Also added a unit test that fails with the previous behavior. Note that `-fsanitize=address` exposes the invalid memory access in qs_parse.
* fix query_string bug that crashed testJaeseung Ha2014-11-091-0/+33
|
* 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-221-8/+8
|
* Removed instance of 'using namespace std'Antony Woods2014-10-221-5/+3
|
* Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-0/+305