aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
AgeCommit message (Expand)Author
2016-05-05http: use std::move to move HTTPRequest into HTTPWorkItemWladimir J. van der Laan
2016-05-05http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequestWladimir J. van der Laan
2016-05-05http: Add log message when work queue is fullWladimir J. van der Laan
2016-05-05http: Do a pending c++11 simplificationWladimir J. van der Laan
2016-04-28auto_ptr → unique_ptrWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens
2015-11-20http: add Boost 1.49 compatibilityWladimir J. van der Laan
2015-11-16Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.Gregory Maxwell
2015-11-13http: speed up shutdownWladimir J. van der Laan
2015-10-20http: Restrict maximum size of request line + headersWladimir J. van der Laan
2015-09-28http: Force-exit event loop after predefined timeWladimir J. van der Laan
2015-09-28http: Wait for worker threads to exitWladimir J. van der Laan
2015-09-28Make HTTP server shutdown more gracefulWladimir J. van der Laan
2015-09-21rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeoutWladimir J. van der Laan
2015-09-21http: Disable libevent debug logging, if not explicitly enabledWladimir J. van der Laan
2015-09-04[TRIVIAL] Fix typo: exactmath -> exactmatchpaveljanik
2015-09-03Fix race condition between starting HTTP server thread and setting EventBase()Wladimir J. van der Laan
2015-09-03Document options for new HTTP/RPC server in --helpWladimir J. van der Laan
2015-09-03Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan
2015-09-03evhttpd implementationWladimir J. van der Laan