aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* http: add Boost 1.49 compatibilityWladimir J. van der Laan2015-11-201-0/+4
* Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.Gregory Maxwell2015-11-161-0/+4
* http: speed up shutdownWladimir J. van der Laan2015-11-131-10/+20
* http: Restrict maximum size of request line + headersWladimir J. van der Laan2015-10-201-0/+4
* http: Force-exit event loop after predefined timeWladimir J. van der Laan2015-09-281-0/+7
* http: Wait for worker threads to exitWladimir J. van der Laan2015-09-281-3/+37
* Make HTTP server shutdown more gracefulWladimir J. van der Laan2015-09-281-6/+21
* rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeoutWladimir J. van der Laan2015-09-211-1/+1
* http: Disable libevent debug logging, if not explicitly enabledWladimir J. van der Laan2015-09-211-0/+19
* [TRIVIAL] Fix typo: exactmath -> exactmatchpaveljanik2015-09-041-2/+2
* Fix race condition between starting HTTP server thread and setting EventBase()Wladimir J. van der Laan2015-09-031-8/+14
* Document options for new HTTP/RPC server in --helpWladimir J. van der Laan2015-09-031-3/+3
* Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan2015-09-031-25/+8
* evhttpd implementationWladimir J. van der Laan2015-09-031-0/+586