aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.h
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related fun...practicalswift2020-04-061-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* [build] Add several util unitsJohn Newbery2019-04-091-2/+0
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-2/+2
* http: Add const modifier to HTTPRequest methodsJoão Barbosa2018-08-201-4/+4
* 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