aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| | |/ / / /
| * | | | | Merge pull request #243 from jamiebullock/masterJaeseung Ha2017-09-162-0/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Add support for HTTP 422 status code
| | * | | | | Add support for HTTP 422 status codeJamie Bullock2017-09-042-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://tools.ietf.org/html/rfc4918#section-11.2
| | * | | | | Revert "Add support for HTTP 422 status code"Jamie Bullock2017-09-042-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6e4e66ad1233257f6413e643cfb376d2cf298065.
| | * | | | | Add support for HTTP 422 status codeJamie Bullock2017-09-042-0/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | See: https://tools.ietf.org/html/rfc4918#section-11.2
| * | | | | Merge pull request #226 from jcoffin01/fix_urlJaeseung Ha2017-09-062-2/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | | Modified websocket example to automatically retrieve server's hostname.
| | * | | | Modified websocket example to automatically retrieve server's hostname.Jerry Coffin2017-04-112-2/+7
| |/ / / /
| | | * / Removed strict-aliasing warningSergiu Giurgiu2016-12-042-2294/+2303
| | |/ / | |/| |
| | | * Fix linking error on OSXAnders Åslund2016-10-153-4/+10
| | |/ | |/| | | | | | | Fix websocket example
* / | implement .keys()Taylor King2016-10-102-2/+36
|/ /
* | Update README.mdJaeseung Ha2016-09-211-0/+1
| |
* | Update amalgamateipknHama2016-09-212-1/+52
| |
* | Cleanup include folder into crow subfolderipknHama2016-09-2129-298/+313
| | | | | | | | - only crow.h is exposed now
* | Upgrade amalgamateipknHama2016-09-151-3/+4
| |
* | Fix bugs in websocketipknHama2016-09-151-3/+4
| | | | | | | | | | - `Upgrade: websocket` should be case-insensitive - Using network byte order for length field
* | Update amalgamateipknHama2016-09-101-3280/+3353
| |
* | 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 a testcase for large response + Connection:close headeripknHama2016-09-102-1/+22
| |
* | 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
| |
* | Merge pull request #155 from timocov/fixed_missing_staticJaeseung Ha2016-09-101-2/+2
|\ \ | | | | | | Fixed missing static keyword for non-template functions
| * | Fixed missing static keyword for non-template functionsEugene Timokhov2016-09-071-2/+2
|/ /
* | Update amalgamateJaeseung Ha2016-09-061-1272/+1274
| |
* | Skip building SSL example if OpenSSL is not foundJaeseung Ha2016-09-062-1/+7
| |
* | Remove warningsJaeseung Ha2016-09-061-2/+2
| |
* | Add dependent headerJaeseung Ha2016-09-061-0/+1
| |
* | Fix issue #89Jaeseung Ha2016-09-061-6/+5
| |
* | Merge pull request #154 from timocov/fixed_r_string_moveJaeseung Ha2016-09-061-0/+2
|\ \ | | | | | | Fixed crow::json::detail::r_string move operator
| * | Fixed crow::json::detail::r_string move operatorEugene Timokhov2016-09-041-0/+2
|/ /
* | Update README.mdJaeseung Ha2016-08-281-0/+1
| |
* | Update amalgamateipknHama2016-08-282-10/+972
| |
* | Add websocket featureipknHama2016-08-2816-9/+1090
| |
* | Update amalgamateipknHama2016-08-271-11/+28
| |
* | Add u() for uint64_t: manually applying #129ipknHama2016-08-272-1/+24
| |
* | Remove warnings: manually applying #101, #104ipknHama2016-08-2714-72/+70
| |
* | Update amalgamateipknHama2016-08-271-441/+479
| |
* | Remove unused dependencyipknHama2016-08-271-2/+2
| | | | | | | | - boost datetime, filesystem
* | Handling macro issuesipknHama2016-08-276-437/+456
| | | | | | | | | | - fix IS_NUM conflict (for MySQL) - avoid DELETE, ERROR (for Windows)
* | Merge pull request #127 from DeliciousGarfield/masterJaeseung Ha2016-08-271-0/+3
|\ \ | | | | | | Add a simpler way for json example
| * | Add a simpler way for json exampleDeliciousGarfield2016-03-181-0/+3
| | |
* | | Merge pull request #141 from rayburgemeestre/masterJaeseung Ha2016-08-271-4/+23
|\ \ \ | | | | | | | | expose server stop() in Crow app to allow shutdown other than signal.
| * | | expose server stop() in Crow app to allow shutdown other than signal.rayburgemeestre2016-06-191-4/+23
|/ / /
* | | update amalgamateipknHama2016-05-231-1026/+1035
| | |
* | | fix warning (initializing order of bind_addr_)ipknHama2016-05-231-1/+1
| | |