aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-1/+1
|/
* util: Encapsulate logCategories within BCLog::Logger.Jim Posen2018-04-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add wallet endpoint support to bitcoin-cli (-usewallet)Jonas Schnelli2017-07-171-0/+2
* Fixed multiple typosDimitris Tsapakidis2017-06-221-2/+2
* Set BCLog::LIBEVENT correctly for old libevent versions.John Newbery2017-04-101-0/+4
* 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