aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple methods for same URLipknHama2017-12-251-23/+41
| | | | | - fix broken unittests because of server initializing order change - add a function to wait until server is up
* 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
| | | | | | Handled by adding an enum num_type in both rvalue and wvalue (to separate between signed/unsigned ints, and floating point values) and a union for the number value in wvalue.
* 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
| | | | - only crow.h is exposed now
* 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
| | | | | | Also added a unit test that fails with the previous behavior. Note that `-fsanitize=address` exposes the invalid memory access in qs_parse.
* 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
| | | | A linker option '-lpthread' was required on my Gentoo system.
* Merge pull request #38 from acron0/json-boolipkn2014-11-121-0/+8
|\ | | | | Added boolean types to json rvalue (.b()) including test
| * 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