aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #253 from boodkb/patch_methodJaeseung Ha2017-10-212-0/+21
|\ | | | | Add support for HTTP PATCH method
| * Add HTTP PATCH supportBooD2017-10-052-0/+21
| |
* | Merge pull request #255 from Zagitta/status_codesJaeseung Ha2017-10-211-0/+2
|\ \ | |/ |/| Added status codes 413 and 429
| * 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
| | | | | | - disable crow debug mode by default - expose `loglevel` method on `App` to change the logging level easily - add a startup message that guides how to change the logging level
* 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
|\ | | | | Set cast type without dereferencing pointer
| * 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
| * | 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
|\ \ \ | | | | | | | | Enable ccache if found for faster builds
| * | | 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
|\ \ \ | | | | | | | | implement .keys()
| * \ \ 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
|\ \ \ \ | | | | | | | | | | Fix linking error on OSX & fix websocket example
| * \ \ \ 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 message
| * | | | | Show the number of threads used in the startup messageVadim Zeitlin2016-11-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be useful, especially when using the default hardware concurrency, to see how many threads does the server actually use in the logs.
* | | | | | Merge pull request #194 from vadz/atomic-conn-countJaeseung Ha2017-09-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use atomic type for connection count shared between threads
| * | | | | | Use atomic type for connection count shared between threadsVadim Zeitlin2016-11-151-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Even if this variable is only used in debug mode, it's still bad to have data races on it, as it was the case (and reported by thread sanitizer) before.
* | | | | | 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 pull request #200 from sgiurgiu/masterJaeseung Ha2017-09-172-4/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removed strict-aliasing warning
| * \ \ \ \ \ Merge branch 'master' into masterJaeseung Ha2017-09-1715-4219/+4447
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Update links in the conanfile.pyipknHama2017-09-171-3/+3
| | | | | | |
* | | | | | | Merge pull request #198 from javierjeronimo/masterJaeseung Ha2017-09-173-2/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add compatibility with conan.io
| * | | | | | | Make it compatible with conan.io (but optional).Javier Jerónimo Suárez2016-11-221-2/+4
| | | | | | | |
| * | | | | | | ignoreJavier Jerónimo Suárez2016-11-201-0/+3
| | | | | | | |
| * | | | | | | fixJavier Jerónimo Suárez2016-11-201-7/+0
| | | | | | | |
| * | | | | | | indentJavier Jerónimo Suárez2016-11-201-3/+2
| | | | | | | |
| * | | | | | | indentJavier Jerónimo Suárez2016-11-201-5/+8
| | | | | | | |
| * | | | | | | FixesJavier Jerónimo Suárez2016-11-201-7/+4
| | | | | | | |
| * | | | | | | Its a header only conan packageJavier Jerónimo Suárez2016-11-191-1/+0
| | | | | | | |
| * | | | | | | RequirementsJavier Jerónimo Suárez2016-11-191-0/+3
| | | | | | | |
| * | | | | | | MoreJavier Jerónimo Suárez2016-11-191-1/+1
| | | | | | | |
| * | | | | | | MoreJavier Jerónimo Suárez2016-11-191-0/+1
| | | | | | | |
| * | | | | | | MoreJavier Jerónimo Suárez2016-11-191-1/+1
| | | | | | | |
| * | | | | | | MoreJavier Jerónimo Suárez2016-11-191-3/+1
| | | | | | | |
| * | | | | | | MoreJavier Jerónimo Suárez2016-11-191-0/+2
| | | | | | | |
| * | | | | | | MoreJavier Jerónimo Suárez2016-11-191-1/+1
| | | | | | | |