aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #183 from philave/vs2015-compilation-fixJaeseung Ha2017-09-172-2/+11
|\ | | | | MS VS2015 compilation fix.
| * MS VS2015 compilation fix. It’s better to use native Win32 (strncpy_s, ↵Philip2016-10-212-2/+11
| | | | | | | | sprintf_s) to avoid compilation errors when building by MS C++.
* | Merge branch 'master' into masterJaeseung Ha2017-09-176-16/+138
|\ \
| * | Delete new connection with error while accepting (kwangsei, PR #205)ipknHama2017-09-171-0/+4
| | |
| * | Merge pull request #210 from zxmarcos/masterJaeseung Ha2017-09-172-3/+25
| |\ \ | | | | | | | | Add onaccept handler to websocket rule
| | * | Add onaccept handler to websocket ruleMarcos Medeiros2016-12-282-3/+25
| | |/
| * | Merge pull request #212 from uctakeoff/fix_warning_in_cpp11Jaeseung Ha2017-09-171-4/+16
| |\ \ | | | | | | | | Fixed a problem that warning appeared in c ++ 11
| | * | Fixed a problem that warning appeared in c ++ 11ushiyake2017-01-091-4/+16
| | |/
| * | Change vector to unordered_map for get_dictipknHama2017-09-171-7/+5
| | |
| * | Add missed header file.ipknHama2017-09-171-0/+1
| | |
| * | Merge pull request #202 from Rasie1/masterJaeseung Ha2017-09-172-4/+64
| |\ \ | | | | | | | | Conflict with std namespace
| | * | Add get_dict methodRasie12017-03-161-0/+60
| | | |
| | * | Upgrade amalgamateVsevolod Kvachev2016-12-061-4/+4
| | |/
| * | Fix #245. Trying to keep serving after an exception in the handler.ipknHama2017-09-171-5/+12
| | |
| * | Merge pull request #229 from JaewooSeo/wvalue_vectorJaeseung Ha2017-09-171-0/+17
| |\ \ | | | | | | | | wvalue (json) support vector<wvalue>
| | * | wvalue (json) support vector<wvalue>jaewoo.seo2017-05-121-0/+17
| | |/
| * | Add support for HTTP 422 status codeJamie Bullock2017-09-041-0/+1
| | | | | | | | | | | | See: https://tools.ietf.org/html/rfc4918#section-11.2
| * | Revert "Add support for HTTP 422 status code"Jamie Bullock2017-09-041-1/+0
| | | | | | | | | | | | This reverts commit 6e4e66ad1233257f6413e643cfb376d2cf298065.
| * | Add support for HTTP 422 status codeJamie Bullock2017-09-041-0/+1
| |/ | | | | | | See: https://tools.ietf.org/html/rfc4918#section-11.2
* / Removed strict-aliasing warningSergiu Giurgiu2016-12-041-3/+5
|/
* Cleanup include folder into crow subfolderipknHama2016-09-2123-282/+310
| | | | - only crow.h is exposed now
* Fix bugs in websocketipknHama2016-09-151-3/+4
| | | | | - `Upgrade: websocket` should be case-insensitive - Using network byte order for length field
* 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
| | | | | - fix IS_NUM conflict (for MySQL) - avoid DELETE, ERROR (for Windows)
* 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 warnings
| * defeat some warningskumagi2015-12-242-8/+10
| |
* | Merge pull request #126 from gmaisto/masterJaeseung Ha2016-05-232-12/+19
|\ \ | | | | | | Added support to bind to a specific interface
| * | 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_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
* / Fix misspell of Connectionpierobot2016-03-071-1/+1
|/