aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix tab to spaceipknHama2015-02-201-1/+1
|
* refactor DynamicRule and TaggedRule to support common patternipknHama2015-02-201-26/+46
| | | | * name, methods
* working on VS2013 supportipknHama2015-02-202-19/+27
| | | | | * wrap constexpr * add run-time version of get_parameter_tag
* add CROW_MSVC_WORKAROUND and CROW_CAN_USE_CPP14 macroipknHama2015-02-201-0/+14
|
* change `gmtime` to the safer versionipknHama2015-02-201-3/+12
|
* change 0b literals to 0x for VS2013 supportipknHama2015-02-201-6/+6
|
* change SFINAE mechanics to support VS2013ipknHama2015-02-201-12/+84
|
* add run-time check for handler type for `route_dynamic`ipknHama2015-02-194-4/+216
|
* update amalgateipknHama2015-02-191-885/+1104
|
* added route_dynamicipknHama2015-02-194-121/+399
|
* fix #27 : handling routes with trailing slashJaeseung Ha2015-01-194-768/+897
|
* add member initialization:Jaeseung Ha2015-01-191-1/+1
| | | | need_to_call_after_handlers_
* add const to request::get_header_value methodJaeseung Ha2015-01-191-1/+1
|
* fix issue #39, bug at assigning vector to json wvalueipknHama2015-01-083-2/+6
|
* Merge pull request #44 from nakosung/masteripkn2015-01-061-4/+4
|\ | | | | fixed typo
| * fixed typoNako Sung2015-01-021-4/+4
|/
* fix add_json to handle POST requestipknHama2014-12-151-0/+1
|
* Merge branch 'acron0-try-catch-handle'ipknHama2014-12-122-2/+38
|\
| * Merge branch 'try-catch-handle' of https://github.com/acron0/crow into ↵ipknHama2014-12-122-2/+38
|/| | | | | | | | | | | | | acron0-try-catch-handle Conflicts: amalgamate/crow_all.h
| * Added a general purpose try-catch around handle() for instances where an ↵Antony Woods2014-12-102-737/+773
| | | | | | | | exception would cause the server to never return a response. At some later date we would possibly still wish to provide a custom hook for dealing with 500s. Also note, after an exception is caught, the generated 500 response is still sent to middleware handlers
* | Merge branch 'xenosoz-master'ipknHama2014-12-123-4/+9
|\ \
| * | Add missing dynamic shared object infoXenosoz Hwang2014-12-123-4/+9
|/ / | | | | | | A linker option '-lpthread' was required on my Gentoo system.
* | Merge branch 'acron0-get-middleware2'ipknHama2014-12-1210-303/+418
|\ \ | |/ |/|
| * change pointer to reference; fix up spacesipknHama2014-12-128-162/+198
| |
| * Merged upstreamAntony Woods2014-12-106-900/+1011
| |\ | |/ |/|
* | Merge pull request #38 from acron0/json-boolipkn2014-11-123-0/+26
|\ \ | | | | | | Added boolean types to json rvalue (.b()) including test
| * \ Merged changes from masterAntony Woods2014-11-062-2/+8
| |\ \
| * | | Added boolean types to json rvalue (.b()) including testsAntony Woods2014-11-063-733/+773
| | | |
* | | | amalgamation updateipknHama2014-11-091-737/+737
| | | |
* | | | Fixes a bug that crow::json failed to parse double value starting with 0ipknHama2014-11-092-2/+28
| | | |
* | | | Fixes #32 by chaing types for operator overloading from int32_t to int, longJaeseung Ha2014-11-092-12/+77
| | | |
* | | | fix query_string bug that crashed testJaeseung Ha2014-11-091-0/+33
| | | |
* | | | Update README.mdipkn2014-11-081-0/+3
| |/ / |/| |
* | | Merge pull request #36 from acron0/auto-json-content-typeipkn2014-11-052-735/+755
|\ \ \ | |/ / |/| | Responses now auto to 'application/json' when constructed using json::wvalue
| * | Responses constructed from json::wvalue now automatically set the ↵Antony Woods2014-11-042-735/+755
|/ / | | | | | | appropriate Content-Type header
| * Post-pull commitAntony Woods2014-10-2419-83/+996
| |\ | |/ |/|
* | added missing header for amalgateipknHama2014-10-244-0/+6
| |
* | added missing header for amalgateipknHama2014-10-245-0/+5
| |
* | add missing example_with_all.cpp fileipknHama2014-10-241-0/+94
| |
* | Merge pull request #33 from acron0/unlink-http-parseripkn2014-10-242-3/+0
|\ \ | | | | | | Removed http-parser submodule
| * | Removed http-parser submoduleAntony Woods2014-10-152-3/+0
| | |
* | | add building test for crow_all.hipknHama2014-10-242-0/+5
| | |
* | | improve code qualityipknHama2014-10-242-863/+874
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Merge pull request #28 from acron0/url-params-in-reqipkn2014-10-2310-803/+1584
|\ \ \ | |/ / |/| | Added URL params (request.url_params)
| * | Fixed compiler errors and inlines some of the qs_parse functionsAntony Woods2014-10-224-33/+29
| | |
| * | Removed instance of 'using namespace std'Antony Woods2014-10-222-13/+9
| | |
| * | Fixed merge odditiesAntony Woods2014-10-145-11/+116
| |\ \ | |/ / |/| |
| * | Wrapped qs_parse as query_string and added testsAntony Woods2014-10-149-855/+1566
| | |
| * | Merge branch 'master' of github.com:acron0/crow into url-params-in-reqAntony Woods2014-10-024-58/+79
| |\ \
| * | | Fixed sign comparisson warningAntony Woods2014-09-231-1/+1
| | | |