aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
AgeCommit message (Expand)Author
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-27util: Encapsulate logCategories within BCLog::Logger.Jim Posen
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-17Add wallet endpoint support to bitcoin-cli (-usewallet)Jonas Schnelli
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-04-10Set BCLog::LIBEVENT correctly for old libevent versions.John Newbery
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-08-14Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-60...Jeremy Rubin
2016-07-28httpserver: replace boost threads with stdCory Fields
2015-11-13http: speed up shutdownWladimir J. van der Laan
2015-09-21rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeoutWladimir J. van der Laan
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