index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
httpserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: Construct global logger on first use
MarcoFalke
2019-01-29
1
-2
/
+2
*
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-1
/
+0
*
http: Remove timeout to exit event loop
João Barbosa
2018-11-23
1
-15
/
+1
*
http: Remove unnecessary event_base_loopexit call
João Barbosa
2018-11-23
1
-2
/
+0
*
http: Unlisten sockets after all workers quit
João Barbosa
2018-11-23
1
-4
/
+6
*
http: Send "Connection: close" header if shutdown is requested
João Barbosa
2018-11-23
1
-0
/
+4
*
rpcbind: Warn about exposing RPC to untrusted networks
Luke Dashjr
2018-11-22
1
-0
/
+4
*
net: Always default rpcbind to localhost, never "all interfaces"
Luke Dashjr
2018-11-22
1
-4
/
+4
*
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-05
1
-1
/
+1
*
rpc: Make HTTP RPC debug logging more informative
practicalswift
2018-11-05
1
-3
/
+7
*
Merge #14628: Trivial: Rename misleading 'defaultPort' to 'rpc_port'
Wladimir J. van der Laan
2018-11-05
1
-6
/
+6
|
\
|
*
scripted-diff: Rename misleading 'defaultPort' to 'http_port'
Murray Nesbitt
2018-11-05
1
-6
/
+6
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
|
/
*
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-20
1
-1
/
+1
|
\
|
*
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-1
/
+1
*
|
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-19
1
-7
/
+0
|
/
*
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
1
-1
/
+1
*
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
1
-4
/
+4
|
\
|
*
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-08-03
1
-4
/
+4
*
|
http: Add const modifier to HTTPRequest methods
João Barbosa
2018-08-20
1
-4
/
+4
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Merge #13554: Remove unused function arguments
Wladimir J. van der Laan
2018-07-30
1
-3
/
+3
|
\
\
|
*
|
Remove unused argument to ThreadHTTP(...)
practicalswift
2018-07-10
1
-3
/
+3
|
|
/
*
/
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-2
/
+1
|
/
*
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
1
-2
/
+2
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Merge #12366: http: Join worker threads before deleting work queue
Wladimir J. van der Laan
2018-02-08
1
-34
/
+8
|
\
\
|
*
|
http: Remove numThreads and ThreadCounter
Wladimir J. van der Laan
2018-02-07
1
-22
/
+1
|
*
|
http: Remove WaitExit from WorkQueue
Wladimir J. van der Laan
2018-02-06
1
-10
/
+1
|
*
|
http: Join worker threads before deleting work queue
Wladimir J. van der Laan
2018-02-06
1
-2
/
+6
|
|
/
*
|
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-10
/
+10
*
|
rpc: further constrain the libevent workaround
Cory Fields
2017-11-02
1
-2
/
+2
*
|
rpc: work-around an upstream libevent bug
Cory Fields
2017-11-01
1
-2
/
+26
*
|
Merge #11006: Improve shutdown process
Wladimir J. van der Laan
2017-10-18
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Improve shutdown process
João Barbosa
2017-08-12
1
-0
/
+2
*
|
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-21
1
-1
/
+1
|
\
\
|
*
|
optim: mark a few classes final
Cory Fields
2017-07-17
1
-1
/
+1
*
|
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
*
|
|
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-7
/
+7
*
|
|
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
\
\
|
*
|
|
doc: spelling fixes
klemens
2017-08-16
1
-1
/
+1
*
|
|
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-7
/
+7
*
|
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-8
/
+8
|
|
_
|
/
|
/
|
|
*
|
|
Add wallet endpoint support to bitcoin-cli (-usewallet)
Jonas Schnelli
2017-07-17
1
-0
/
+11
|
|
/
|
/
|
*
|
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-07-12
1
-0
/
+1
|
/
[next]