aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #56 from acron0/logoipkn2015-04-101-0/+3
|\
| * Added logo to README.mdAntony Woods2015-04-071-0/+3
|/
* Merge pull request #53 from JaewooSeo/vs2013ipkn2015-03-181-0/+4
|\
| * VS2013 x64 build supportjaewoo.seo2015-03-151-0/+4
* | Merge pull request #52 from nlogax/fix-typosipkn2015-03-142-16/+16
|\ \ | |/ |/|
| * Fix parameter typosJonas Westerlund2015-03-122-16/+16
|/
* Update README.mdipkn2015-02-251-0/+1
* Merge pull request #48 from lolobosse/masteripkn2015-02-232-1/+25
|\
| * Corrected a typoLaurent Meyer2015-02-221-1/+1
| * Commented the examples to be easier to be understood by someone new to it.Laurent Meyer2015-02-222-1/+13
| * Added the comments for the param function because had problem to understand t...Laurent Meyer2015-02-221-0/+12
|/
* Update README.mdipkn2015-02-221-2/+3
* Update amalgateipknHama2015-02-211-181/+251
* Add working example for VS2013 and update CMakeList.txtipknHama2015-02-213-2/+150
* remove thread_local variablesipknHama2015-02-205-110/+62
* fix tab to spaceipknHama2015-02-201-1/+1
* refactor DynamicRule and TaggedRule to support common patternipknHama2015-02-201-26/+46
* working on VS2013 supportipknHama2015-02-202-19/+27
* 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
* 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 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 acron0...ipknHama2014-12-122-2/+38
|/|
| * Added a general purpose try-catch around handle() for instances where an exce...Antony Woods2014-12-102-737/+773
* | Merge branch 'xenosoz-master'ipknHama2014-12-123-4/+9
|\ \
| * | Add missing dynamic shared object infoXenosoz Hwang2014-12-123-4/+9
|/ /
* | 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
|\ \
| * \ 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 constructed from json::wvalue now automatically set the appropriate...Antony Woods2014-11-042-735/+755
|/ /