aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | net: fixup nitsCory Fields2016-08-121-1/+1
* | net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-1/+1
* | net: Split resolving out of CSubNetCory Fields2016-07-311-3/+8
* | net: Split resolving out of CServiceCory Fields2016-07-311-1/+1
|/
* httpserver: replace boost threads with stdCory Fields2016-07-281-21/+18
* httpserver: explicitly detach worker threadsCory Fields2016-07-281-2/+4
* httpserver: use a future rather than relying on boost's try_join_forCory Fields2016-07-281-8/+9
* http: use std::move to move HTTPRequest into HTTPWorkItemWladimir J. van der Laan2016-05-051-3/+3
* http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequestWladimir J. van der Laan2016-05-051-2/+1
* http: Add log message when work queue is fullWladimir J. van der Laan2016-05-051-1/+3
* http: Do a pending c++11 simplificationWladimir J. van der Laan2016-05-051-11/+5
* auto_ptr → unique_ptrWladimir J. van der Laan2016-04-281-2/+2
* move rpc* to rpc/Daniel Cousens2016-01-211-1/+1
* 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