aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support multiple methods for same URLipknHama2017-12-251-23/+41
* Add PURGE method, add a special enum item for countingipknHama2017-12-251-0/+16
* Fixed ostream operator for big integersErik Åldstedt Sund2017-10-301-0/+4
* Handle big integers in json::wvalueErik Åldstedt Sund2017-10-301-1/+28
* Add HTTP PATCH supportBooD2017-10-051-0/+16
* Fix cookie parsing: Cookie doesn't have escaping mechanism.ipknHama2017-09-181-2/+8
* Cleanup include folder into crow subfolderipknHama2016-09-212-10/+3
* Remove warningsJaeseung Ha2016-09-061-2/+2
* Add u() for uint64_t: manually applying #129ipknHama2016-08-271-0/+4
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-15/+15
* Bind to interface support: fixed unittestGino Maisto2016-03-191-50/+55
* change to std::moveChao Mai2015-07-121-1/+1
* fix build problemChao Mai2015-07-121-1/+1
* Fix memory error and invalid param when no params are presentBryce Anderson2015-04-301-0/+15
* add run-time check for handler type for `route_dynamic`ipknHama2015-02-191-2/+22
* added route_dynamicipknHama2015-02-191-0/+59
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-191-0/+53
* fix issue #39, bug at assigning vector to json wvalueipknHama2015-01-081-0/+4
* Add missing dynamic shared object infoXenosoz Hwang2014-12-121-1/+2
* Merge pull request #38 from acron0/json-boolipkn2014-11-121-0/+8
|\
| * Added boolean types to json rvalue (.b()) including testsAntony Woods2014-11-061-0/+8
* | Fixes a bug that crow::json failed to parse double value starting with 0ipknHama2014-11-091-0/+26
|/
* add building test for crow_all.hipknHama2014-10-241-0/+1
* Fixed merge odditiesAntony Woods2014-10-141-3/+75
|\
| * HTTP GET/POST method distinguishipknHama2014-10-071-3/+75
* | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-141-0/+117
|/
* add pragma once to settings.h, set log level to DEBUG for unittestipknHama2014-09-141-0/+3
* added test case for handling repeated request wrongipknHama2014-09-141-0/+38
* Implement example CookieParser middleware and testipknHama2014-09-111-2/+43
* complete middleware implementationipknHama2014-09-081-9/+137
* basic middleware test: before_handleripknHama2014-09-072-2/+76
* add Middlewares template to Crow main class, context implementationipknHama2014-09-071-7/+7
* now crow becomes completely header onlyipknHama2014-08-072-3/+3
* cmake update, added template testipknHama2014-08-075-46/+53
* source resturcturing + CMakeipknHama2014-08-0721-0/+1810