index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
httpserver.cpp
Age
Commit message (
Expand
)
Author
2021-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-09
util: remove libevent <= 2.0.18 back-compat code
fanquake
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-06-28
refactor: Make httpserver work queue a unique_ptr
MarcoFalke
2021-06-21
Merge bitcoin/bitcoin#19033: http: Release work queue after event base finish
W. J. van der Laan
2021-05-09
refactor: Add TSA annotations to the WorkQueue class members
Hennadii Stepanov
2021-03-19
Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exce...
MarcoFalke
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2020-10-22
net: Drop unneeded headers when compat.h included
Hennadii Stepanov
2020-07-12
util: Handle HTTP_SERVICE_UNAVAILABLE in bitcoin-cli
Hennadii Stepanov
2020-07-09
http: Release work queue after event base finish
João Barbosa
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-05-19
http: Avoid crash when g_thread_http was never started
MarcoFalke
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-06
tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related fun...
practicalswift
2020-02-18
httpserver: use own HTTP status codes
Filip Gospodinov
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-25
http: add missing header bootlegged by boost < 1.72
Jan Beich
2019-10-15
Remove unused includes
practicalswift
2019-05-25
Remove global symbols: Avoid using the global namespace if possible
practicalswift
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-09
[build] Add several util units
John Newbery
2019-01-29
log: Construct global logger on first use
MarcoFalke
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-11-23
http: Remove timeout to exit event loop
João Barbosa
2018-11-23
http: Remove unnecessary event_base_loopexit call
João Barbosa
2018-11-23
http: Unlisten sockets after all workers quit
João Barbosa
2018-11-23
http: Send "Connection: close" header if shutdown is requested
João Barbosa
2018-11-22
rpcbind: Warn about exposing RPC to untrusted networks
Luke Dashjr
2018-11-22
net: Always default rpcbind to localhost, never "all interfaces"
Luke Dashjr
2018-11-05
Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
practicalswift
2018-11-05
rpc: Make HTTP RPC debug logging more informative
practicalswift
2018-11-05
Merge #14628: Trivial: Rename misleading 'defaultPort' to 'rpc_port'
Wladimir J. van der Laan
2018-11-05
scripted-diff: Rename misleading 'defaultPort' to 'http_port'
Murray Nesbitt
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-20
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-19
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-08-31
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-20
http: Add const modifier to HTTPRequest methods
João Barbosa
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-03
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-07-30
Merge #13554: Remove unused function arguments
Wladimir J. van der Laan
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-10
Remove unused argument to ThreadHTTP(...)
practicalswift
[next]