aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift2018-11-291-1/+1
* rpc: Make HTTP RPC debug logging more informativepracticalswift2018-11-291-3/+7
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Merge #13554: Remove unused function argumentsWladimir J. van der Laan2018-07-301-3/+3
|\ \
| * | Remove unused argument to ThreadHTTP(...)practicalswift2018-07-101-3/+3
| |/
* / Return void instead of bool for functions that cannot failpracticalswift2018-07-271-2/+1
|/
* util: Encapsulate logCategories within BCLog::Logger.Jim Posen2018-04-271-2/+2
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #12366: http: Join worker threads before deleting work queueWladimir J. van der Laan2018-02-081-34/+8
|\ \
| * | http: Remove numThreads and ThreadCounterWladimir J. van der Laan2018-02-071-22/+1
| * | http: Remove WaitExit from WorkQueueWladimir J. van der Laan2018-02-061-10/+1
| * | http: Join worker threads before deleting work queueWladimir J. van der Laan2018-02-061-2/+6
| |/
* | Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\ \ | |/ |/|
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-10/+10
* | rpc: further constrain the libevent workaroundCory Fields2017-11-021-2/+2
* | rpc: work-around an upstream libevent bugCory Fields2017-11-011-2/+26
* | Merge #11006: Improve shutdown processWladimir J. van der Laan2017-10-181-0/+2
|\ \ | |/ |/|
| * Improve shutdown processJoão Barbosa2017-08-121-0/+2
* | Merge #10809: optim: mark a few classes finalWladimir J. van der Laan2017-08-211-1/+1
|\ \
| * | optim: mark a few classes finalCory Fields2017-07-171-1/+1
* | | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* | | Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-7/+7
* | | Merge #10705: Trivial: spelling fixesMarcoFalke2017-08-161-1/+1
|\ \ \
| * | | doc: spelling fixesklemens2017-08-161-1/+1
* | | | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-7/+7
* | | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-8/+8
| |_|/ |/| |
* | | Add wallet endpoint support to bitcoin-cli (-usewallet)Jonas Schnelli2017-07-171-0/+11
| |/ |/|
* | [refactor] move SplitHostPort() into utilstrencodingsJohn Newbery2017-07-121-0/+1
|/
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-1/+1
* Indentation after 'Remove redundant calls to gArgs.IsArgSet()'Jorge Timón2017-06-271-9/+9
* Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón2017-06-271-3/+1
* Merge #9517: [refactor] Switched httpserver.cpp to use RAII wrapped libevents.Wladimir J. van der Laan2017-06-221-16/+8
|\
| * Switched httpserver.cpp to use RAII wrapped libevents.Kalle Alm2017-03-221-16/+8
* | Util: Small improvements in gArgs usageJorge Timón2017-05-091-5/+3
* | scripted-diff: Util: Encapsulate mapMultiArgs behind gArgsJorge Timón2017-05-091-4/+4
* | Set BCLog::LIBEVENT correctly for old libevent versions.John Newbery2017-04-101-8/+20
* | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-18/+19
|/
* Merge #10027: Set to nullptr after deleteWladimir J. van der Laan2017-03-201-0/+1
|\
| * Set to nullptr after deletepracticalswift2017-03-181-0/+1
* | Remove unused codepracticalswift2017-03-171-7/+0
|/
* Access WorkQueue::running only within the cs lock.Matt Corallo2017-02-031-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-2/+2
* Fix non-const mapMultiArgs[] access after init.Matt Corallo2016-12-231-3/+3
* Merge #8109: Do not shadow member variablesPieter Wuille2016-08-261-9/+9
|\
| * Do not shadow member variablesPavel Janík2016-07-311-9/+9