aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* http: Avoid crash when g_thread_http was never startedMarcoFalke2020-05-191-3/+3
* Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov2020-05-051-4/+5
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related fun...practicalswift2020-04-061-3/+3
* httpserver: use own HTTP status codesFilip Gospodinov2020-02-181-4/+4
* net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-2/+2
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* http: add missing header bootlegged by boost < 1.72Jan Beich2019-10-251-0/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* Remove global symbols: Avoid using the global namespace if possiblepracticalswift2019-05-251-4/+4
* threads: introduce util/threadnames, refactor thread namingJames O'Beirne2019-04-291-5/+6
* [build] Add several util unitsJohn Newbery2019-04-091-12/+0
* log: Construct global logger on first useMarcoFalke2019-01-291-2/+2
* Use C++11 default member initializersMarcoFalke2019-01-051-1/+0
* http: Remove timeout to exit event loopJoão Barbosa2018-11-231-15/+1
* http: Remove unnecessary event_base_loopexit callJoão Barbosa2018-11-231-2/+0
* http: Unlisten sockets after all workers quitJoão Barbosa2018-11-231-4/+6
* http: Send "Connection: close" header if shutdown is requestedJoão Barbosa2018-11-231-0/+4
* rpcbind: Warn about exposing RPC to untrusted networksLuke Dashjr2018-11-221-0/+4
* net: Always default rpcbind to localhost, never "all interfaces"Luke Dashjr2018-11-221-4/+4
* Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift2018-11-051-1/+1
* rpc: Make HTTP RPC debug logging more informativepracticalswift2018-11-051-3/+7
* Merge #14628: Trivial: Rename misleading 'defaultPort' to 'rpc_port'Wladimir J. van der Laan2018-11-051-6/+6
|\
| * scripted-diff: Rename misleading 'defaultPort' to 'http_port'Murray Nesbitt2018-11-051-6/+6
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
|/
* Merge #14214: convert C-style (void) parameter lists to C++ style ()MarcoFalke2018-09-201-1/+1
|\
| * convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-1/+1
* | init: Remove deprecated args from hidden argsMarcoFalke2018-09-191-7/+0
|/
* scripted-diff: Small locking renameRussell Yanofsky2018-08-311-1/+1
* Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-311-4/+4
|\
| * Use LOCK macros for non-recursive locksRussell Yanofsky2018-08-031-4/+4
* | 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
* | 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