aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Removed strict-aliasing warningSergiu Giurgiu2016-12-041-3/+5
| | |/
| * / implement .keys()Taylor King2016-10-101-1/+18
| |/
* | HTTP response redirectyorickdewid2016-10-032-1/+7
* | Set cast type without dereferencing pointeryorickdewid2016-10-031-1/+1
|/
* Cleanup include folder into crow subfolderipknHama2016-09-2123-282/+310
* Fix bugs in websocketipknHama2016-09-151-3/+4
* Add a field to websocket::connection for storing user dataipknHama2016-09-101-0/+6
* Closing behavior change; should help #151ipknHama2016-09-101-1/+9
* Remove meaningless debug logipknHama2016-09-101-1/+0
* Add inline to avoid unused function warningipknHama2016-09-101-2/+2
* Add missing dependency (for amalgamate)ipknHama2016-09-102-0/+4
* Add a function which loads plain text file from templates folderipknHama2016-09-101-0/+5
* Add a periodic handler featureipknHama2016-09-102-0/+49
* Fixed missing static keyword for non-template functionsEugene Timokhov2016-09-071-2/+2
* Add dependent headerJaeseung Ha2016-09-061-0/+1
* Fix issue #89Jaeseung Ha2016-09-061-6/+5
* Fixed crow::json::detail::r_string move operatorEugene Timokhov2016-09-041-0/+2
* Add websocket featureipknHama2016-08-2812-9/+961
* Add u() for uint64_t: manually applying #129ipknHama2016-08-271-1/+20
* Remove warnings: manually applying #101, #104ipknHama2016-08-278-29/+27
* Handling macro issuesipknHama2016-08-276-437/+456
* expose server stop() in Crow app to allow shutdown other than signal.rayburgemeestre2016-06-191-4/+23
* fix warning (initializing order of bind_addr_)ipknHama2016-05-231-1/+1
* Merge pull request #107 from kumagi/masterJaeseung Ha2016-05-232-8/+10
|\
| * defeat some warningskumagi2015-12-242-8/+10
* | Merge pull request #126 from gmaisto/masterJaeseung Ha2016-05-232-12/+19
|\ \
| * | Bind to interface support: fixed unittestGino Maisto2016-03-191-1/+1
| * | Added support to bind to a specific interfaceGino Maisto2016-03-142-12/+19
| |/
* | Merge pull request #113 from pierobot/masterJaeseung Ha2016-05-231-1/+1
|\ \
| * | Added inline to get_type_strpierobot2016-01-121-1/+1
| |/
* | Merge pull request #123 from pierobot/fix-corrupt-buffersJaeseung Ha2016-03-141-1/+1
|\ \
| * | tab to spacepierobot2016-03-071-1/+1
| * | Fix buffer corruption bugpierobot2016-03-071-1/+1
| |/
* / Fix misspell of Connectionpierobot2016-03-071-1/+1
|/
* [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-206-33/+237
* Update crow.hDmitry Ledentsov2015-07-261-0/+5
* fix multithread bug occurs while accepting new connectionipknHama2015-05-271-2/+5
* Merge pull request #60 from sivachandran/masteripkn2015-05-091-3/+3
|\
| * Made all parameter_tag related functions into static inline instead of conste...Siva Chandran2015-04-251-2/+2
| * Made parameter_tag related functions to constexpr/static to avoid linker symb...Siva Chandran2015-04-251-3/+3
* | Fix memory error and invalid param when no params are presentBryce Anderson2015-04-301-4/+5
|/
* Revert "Suggestion: Change the server name variable to a constant on settings.h"Gabriel Marinho2015-04-132-5/+1
* Suggestion: Change the server name variable to a constant on settings.hGabriel Marinho2015-04-132-1/+5
* Fix Content-Type not setted passing JSON object by rvalue reference.Gabriel Marinho2015-04-131-2/+11
* Merge pull request #53 from JaewooSeo/vs2013ipkn2015-03-181-0/+4
|\
| * VS2013 x64 build supportjaewoo.seo2015-03-151-0/+4
* | Fix parameter typosJonas Westerlund2015-03-122-16/+16
|/
* remove thread_local variablesipknHama2015-02-205-110/+62