aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-60...Jeremy Rubin2016-08-141-1/+1
* httpserver: replace boost threads with stdCory Fields2016-07-281-6/+4
* http: speed up shutdownWladimir J. van der Laan2015-11-131-1/+1
* rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeoutWladimir J. van der Laan2015-09-211-1/+1
* Fix race condition between starting HTTP server thread and setting EventBase()Wladimir J. van der Laan2015-09-031-1/+8
* Document options for new HTTP/RPC server in --helpWladimir J. van der Laan2015-09-031-0/+4
* Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan2015-09-031-7/+7
* evhttpd implementationWladimir J. van der Laan2015-09-031-0/+138