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.h
Age
Commit message (
Expand
)
Author
2022-04-06
Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8
fanquake
2022-04-02
refactor: Remove outdated libevent logging code
Fabian Jahr
2022-03-10
Add GetQueryParameter helper function
stickies-v
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
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-04-09
[build] Add several util units
John Newbery
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
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-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-17
Add wallet endpoint support to bitcoin-cli (-usewallet)
Jonas Schnelli
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-04-10
Set BCLog::LIBEVENT correctly for old libevent versions.
John Newbery
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-08-14
Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-60...
Jeremy Rubin
2016-07-28
httpserver: replace boost threads with std
Cory Fields
2015-11-13
http: speed up shutdown
Wladimir J. van der Laan
2015-09-21
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
Wladimir J. van der Laan
2015-09-03
Fix race condition between starting HTTP server thread and setting EventBase()
Wladimir J. van der Laan
2015-09-03
Document options for new HTTP/RPC server in --help
Wladimir J. van der Laan
2015-09-03
Implement RPCTimerHandler for Qt RPC console
Wladimir J. van der Laan
2015-09-03
evhttpd implementation
Wladimir J. van der Laan