aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/http_server.h
Commit message (Collapse)AuthorAgeFilesLines
* Use gmtime_s on MinGWMark Meredith2017-12-241-1/+1
|
* Change default settingsipknHama2017-09-181-0/+1
| | | | | | - 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
* Merge branch 'master' into masterJaeseung Ha2017-09-181-6/+18
|\
| * 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.
| * | Delete new connection with error while accepting (kwangsei, PR #205)ipknHama2017-09-171-0/+4
| | |
| * | Fix #245. Trying to keep serving after an exception in the handler.ipknHama2017-09-171-5/+12
| |/
* / HTTP response redirectyorickdewid2016-10-031-1/+1
|/ | | | - Log address
* Cleanup include folder into crow subfolderipknHama2016-09-211-0/+227
- only crow.h is exposed now