aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make change somewhat dependend on boost versionHEADmasterniklas2020-08-241-1/+8
* fixed boost deprecation from 1.7.0 onwardsNiklas Halle2020-08-231-1/+1
* Merge pull request #274 from mwm126/mingw-gmtime_sJaeseung Ha2017-12-272-2/+2
|\
| * Revert "Add MinGW test"Mark Meredith2017-12-261-2/+0
| * Revert "Fix compiler command"Mark Meredith2017-12-261-1/+1
| * Revert "Test MinGW Travis build"Mark Meredith2017-12-261-5/+5
| * Test MinGW Travis buildMark Meredith2017-12-241-5/+5
| * Fix compiler commandMark Meredith2017-12-241-1/+1
| * Add MinGW testMark Meredith2017-12-241-0/+2
| * Use gmtime_s on MinGWMark Meredith2017-12-242-2/+2
* | Avoid exceptions while closing socketsipknHama2017-12-251-2/+4
* | Remove printf warning for lld, lluipknHama2017-12-251-8/+8
* | Support multiple methods for same URLipknHama2017-12-254-153/+229
* | Add PURGE method, add a special enum item for countingipknHama2017-12-253-21/+48
* | Merge pull request #260 from erikaldsund/fix_rvalue_copy_ctor_bugJaeseung Ha2017-12-251-1/+1
|\ \
| * | Don't call copy_l before all other members are setErik Åldstedt Sund2017-10-301-1/+1
| |/
* | Merge pull request #259 from erikaldsund/fix_r_string_inconsistencyJaeseung Ha2017-12-251-1/+2
|\ \
| * | Fixed bug in r_string: end of string pointer was not updated in the force mem...Erik Åldstedt Sund2017-10-301-1/+2
| |/
* | Merge pull request #258 from erikaldsund/fix_handling_of_big_integersJaeseung Ha2017-12-252-21/+138
|\ \
| * | Fixed ostream operator for big integersErik Åldstedt Sund2017-10-302-1/+15
| * | Handle big integers in json::wvalueErik Åldstedt Sund2017-10-302-20/+123
| |/
* | Merge pull request #261 from erikaldsund/fix_warning_in_websocket_hJaeseung Ha2017-12-251-1/+1
|\ \
| * | Fixed warning in websocket.h: right shift count >= width of typeErik Åldstedt Sund2017-10-301-1/+1
| |/
* | Merge pull request #273 from roxma/masterJaeseung Ha2017-12-251-3/+4
|\ \ | |/ |/|
| * Fix ws read failure when using 16bit payloadroxma2017-12-221-3/+4
|/
* Merge pull request #253 from boodkb/patch_methodJaeseung Ha2017-10-212-0/+21
|\
| * Add HTTP PATCH supportBooD2017-10-052-0/+21
* | Merge pull request #255 from Zagitta/status_codesJaeseung Ha2017-10-211-0/+2
|\ \ | |/ |/|
| * Added 413 and 429 status codesSimon Rasmussen2017-10-201-0/+2
|/
* Update README.mdJaeseung Ha2017-09-181-1/+1
* Remove amalgamation result (`crow_all.h`) from the repositoryipknHama2017-09-183-9663/+2
* Remove unused include.ipknHama2017-09-181-1/+0
* Change default settingsipknHama2017-09-185-7/+31
* Fix cookie parsing: Cookie doesn't have escaping mechanism.ipknHama2017-09-182-66/+29
* Simplify json.keys()ipknHama2017-09-181-14/+8
* Merge pull request #171 from yorickdewid/masterJaeseung Ha2017-09-186-48/+54
|\
| * Merge branch 'master' into masterJaeseung Ha2017-09-1816-3374/+3606
| |\ | |/ |/|
* | Merge pull request #148 from thedrow/patch-3Jaeseung Ha2017-09-171-1/+1
|\ \
| * | Run compilation and tests with 2 jobs.Omer Katz2016-07-291-1/+1
* | | Merge pull request #147 from thedrow/patch-2Jaeseung Ha2017-09-172-0/+10
|\ \ \
| * | | Update .travis.ymlOmer Katz2016-07-291-0/+1
| * | | Enable ccache if found for faster builds.Omer Katz2016-07-291-0/+9
| |/ /
* | | Merge pull request #174 from taylorking/masterJaeseung Ha2017-09-172-46/+18
|\ \ \
| * \ \ Merge branch 'master' into masterJaeseung Ha2017-09-1716-3386/+3578
| |\ \ \ | |/ / / |/| | |
* | | | Change websocket example to use default templates directoryipknHama2017-09-171-1/+1
* | | | Merge pull request #177 from tekn0ir/fix_libssl_exampleJaeseung Ha2017-09-173-5/+12
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix_libssl_exampleJaeseung Ha2017-09-1715-3324/+3572
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #193 from vadz/show-concurrencyJaeseung Ha2017-09-171-1/+2
|\ \ \ \ \
| * | | | | Show the number of threads used in the startup messageVadim Zeitlin2016-11-151-1/+2
* | | | | | Merge pull request #194 from vadz/atomic-conn-countJaeseung Ha2017-09-171-1/+1
|\ \ \ \ \ \