aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #113 from pierobot/masterJaeseung Ha2016-05-231-1/+1
|\ \ \ \ | |_|/ / |/| | | Added inline to get_type_str
| * | | Added inline to get_type_strpierobot2016-01-121-1/+1
| |/ /
* | | Merge pull request #123 from pierobot/fix-corrupt-buffersJaeseung Ha2016-03-141-1/+1
|\ \ \ | | | | | | | | Fix corrupt buffers
| * | | tab to spacepierobot2016-03-071-1/+1
| | | |
| * | | Fix buffer corruption bugpierobot2016-03-071-1/+1
| |/ / | | | | | | | | | https://github.com/ipkn/crow/issues/122
* | | Merge pull request #124 from pierobot/fix-typoJaeseung Ha2016-03-141-1/+1
|\ \ \ | |/ / |/| | Fix misspell of Connection
| * | Fix misspell of Connectionpierobot2016-03-071-1/+1
|/ /
* | Update README.mdJaeseung Ha2015-12-161-1/+2
| |
* | Merge pull request #91 from SamuelMarks/json_str_to_iJaeseung Ha2015-11-282-4/+38
|\ \ | | | | | | [Feature] JSON body `i()` now works with strings. Added better error messages also.
| * | [Feature] JSON body `i()` now works with strings. Added better error ↵Samuel Marks2015-09-272-4/+38
| | | | | | | | | | | | messages also.
* | | Merge pull request #90 from SamuelMarks/json_res_statusJaeseung Ha2015-09-302-0/+8
|\| | | |/ |/| [Feature] JSON response can now include status code
| * [Feature] JSON response can now include status codeSamuel Marks2015-09-272-0/+8
|/
* Merge pull request #86 from whoshuu/travis-upgradeJaeseung Ha2015-09-211-11/+21
|\ | | | | Use the new travis container architecture
| * Use the new travis container architectureHuu Nguyen2015-09-041-11/+21
| | | | | | | | Closes #84
* | implement HTTPS supportJaeseung Ha2015-09-209-3565/+4014
| | | | | | | | | | - define CROW_ENABLE_SSL to use - close #88
* | Merge pull request #85 from whoshuu/patch-1Jaeseung Ha2015-09-101-1/+1
|\ \ | |/ |/| Link travis build badge to the build page
| * Link travis build badge to the build pageHuu Nguyen2015-09-041-1/+1
|/
* Merge pull request #71 from mnpk/masteripkn2015-09-044-61/+82
|\ | | | | Add helloworld example, Add coverage badge, Update README.md
| * uncomment IRC notification, change links in readme to ipkn/crowmnpk2015-06-222-3/+3
| |
| * Add Coveralls integration and coverage badgemnpk2015-06-102-2/+8
| |
| * Add the very basic example, and Update README.mdmnpk2015-06-103-61/+76
| |
* | Merge pull request #83 from MartiUK/py3ipkn2015-09-031-12/+15
|\ \ | | | | | | Update merge_all to run with python 3.
| * | No need to decode utf-8 strings already.Martin Kemp2015-07-301-2/+2
| | |
| * | Initial py3 compatibility.Martin Kemp2015-07-301-12/+15
| |/
* | Merge pull request #77 from ChaoMai/masteripkn2015-08-301-1/+1
|\ \ | | | | | | fix building problem in issues #72
| * | change to std::moveChao Mai2015-07-121-1/+1
| | |
| * | fix build problemChao Mai2015-07-121-1/+1
| |/
* | Merge pull request #82 from d-led/masteripkn2015-08-301-0/+5
|\ \ | |/ |/| `CROW_ROUTE` macro for the `CROW_MSVC_WORKAROUND` case
| * Update crow.hDmitry Ledentsov2015-07-261-0/+5
|/
* update amalgateipknHama2015-05-271-3266/+3283
|
* fix multithread bug occurs while accepting new connectionipknHama2015-05-271-2/+5
|
* Merge pull request #60 from sivachandran/masteripkn2015-05-091-3/+3
|\ | | | | Fix for linker symbol redefinition errors when crow header is included in multiple source files
| * Made all parameter_tag related functions into static inline instead of ↵Siva Chandran2015-04-251-2/+2
| | | | | | | | constexpr.
| * Made parameter_tag related functions to constexpr/static to avoid linker ↵Siva Chandran2015-04-251-3/+3
| | | | | | | | symbol redefinition error when crow header is included in multiple cpp files.
* | Merge pull request #61 from bryce-anderson/paramsipkn2015-05-092-4/+20
|\ \ | |/ |/| Fix memory error and invalid param when no params are present
| * Fix memory error and invalid param when no params are presentBryce Anderson2015-04-302-4/+20
|/ | | | | | Also added a unit test that fails with the previous behavior. Note that `-fsanitize=address` exposes the invalid memory access in qs_parse.
* Merge pull request #58 from gabrielbiga/crow_gabrielipkn2015-04-141-2/+11
|\ | | | | Fix Content-Type not setted passing JSON object by rvalue reference.
| * Revert "Suggestion: Change the server name variable to a constant on settings.h"Gabriel Marinho2015-04-132-5/+1
| | | | | | | | This reverts commit 100f4a7b7366fc6fc6b92426487be25af7b67a57.
| * Suggestion: Change the server name variable to a constant on settings.hGabriel Marinho2015-04-132-1/+5
| | | | | | | | With this constant is very more easy to change the Crow server name.
| * Fix Content-Type not setted passing JSON object by rvalue reference.Gabriel Marinho2015-04-131-2/+11
|/ | | In this specific case, Crow is not setting the JSON Content-Type and this is causing "not well-formed" exception in the Firefox browser.
* Merge pull request #56 from acron0/logoipkn2015-04-101-0/+3
|\ | | | | Added logo to README.md
| * Added logo to README.mdAntony Woods2015-04-071-0/+3
|/
* Merge pull request #53 from JaewooSeo/vs2013ipkn2015-03-181-0/+4
|\ | | | | VS2013 x64 build support
| * VS2013 x64 build supportjaewoo.seo2015-03-151-0/+4
| |
* | Merge pull request #52 from nlogax/fix-typosipkn2015-03-142-16/+16
|\ \ | |/ |/| Fix parameter typos
| * 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
|\ | | | | Commented the examples
| * 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
| |