aboutsummaryrefslogtreecommitdiffstats
path: root/amalgamate
Commit message (Expand)AuthorAgeFilesLines
* Remove amalgamation result (`crow_all.h`) from the repositoryipknHama2017-09-181-9662/+0
* Merge branch 'master' into masterJaeseung Ha2017-09-171-3356/+3348
|\
| * Merge branch 'master' into masterJaeseung Ha2017-09-171-4197/+4244
| |\
| | * Merge pull request #202 from Rasie1/masterJaeseung Ha2017-09-171-3293/+3347
| | |\
| | | * Update amalgamateRasie12017-03-161-3183/+3234
| | | * Upgrade amalgamateVsevolod Kvachev2016-12-061-1493/+1496
| | * | Add support for HTTP 422 status codeJamie Bullock2017-09-041-0/+1
| | * | Revert "Add support for HTTP 422 status code"Jamie Bullock2017-09-041-1/+0
| | * | Add support for HTTP 422 status codeJamie Bullock2017-09-041-0/+1
| | |/
| * / Removed strict-aliasing warningSergiu Giurgiu2016-12-041-2291/+2298
| |/
* / implement .keys()Taylor King2016-10-101-1/+18
|/
* Update amalgamateipknHama2016-09-212-1/+52
* Upgrade amalgamateipknHama2016-09-151-3/+4
* Update amalgamateipknHama2016-09-101-3280/+3353
* Update amalgamateJaeseung Ha2016-09-061-1272/+1274
* Update amalgamateipknHama2016-08-282-10/+972
* Update amalgamateipknHama2016-08-271-11/+28
* Remove warnings: manually applying #101, #104ipknHama2016-08-271-19/+19
* Update amalgamateipknHama2016-08-271-441/+479
* update amalgamateipknHama2016-05-231-1026/+1035
* [Feature] JSON body `i()` now works with strings. Added better error messages...Samuel Marks2015-09-271-2/+19
* [Feature] JSON response can now include status codeSamuel Marks2015-09-271-0/+4
* implement HTTPS supportJaeseung Ha2015-09-201-3532/+3746
* No need to decode utf-8 strings already.Martin Kemp2015-07-301-2/+2
* Initial py3 compatibility.Martin Kemp2015-07-301-12/+15
* update amalgateipknHama2015-05-271-3266/+3283
* Update amalgateipknHama2015-02-211-181/+251
* add run-time check for handler type for `route_dynamic`ipknHama2015-02-191-1/+97
* update amalgateipknHama2015-02-191-885/+1104
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-191-767/+802
* fix issue #39, bug at assigning vector to json wvalueipknHama2015-01-081-1/+1
* Merge branch 'try-catch-handle' of https://github.com/acron0/crow into acron0...ipknHama2014-12-121-1/+19
|\
| * Added a general purpose try-catch around handle() for instances where an exce...Antony Woods2014-12-101-736/+754
* | change pointer to reference; fix up spacesipknHama2014-12-121-12/+54
* | Merged upstreamAntony Woods2014-12-101-891/+904
|\|
| * Merge pull request #38 from acron0/json-boolipkn2014-11-121-0/+9
| |\
| | * 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 appropriate...Antony Woods2014-11-041-734/+751
| |/
* | Post-pull commitAntony Woods2014-10-241-58/+394
|\|
| * improve code qualityipknHama2014-10-241-814/+820
| * 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 c...Antony Woods2014-10-231-779/+827
| |/ |/|
* | 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