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
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
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-02-08
Merge #12366: http: Join worker threads before deleting work queue
Wladimir J. van der Laan
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
http: Remove numThreads and ThreadCounter
Wladimir J. van der Laan
2018-02-06
http: Remove WaitExit from WorkQueue
Wladimir J. van der Laan
2018-02-06
http: Join worker threads before deleting work queue
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-02
rpc: further constrain the libevent workaround
Cory Fields
2017-11-01
rpc: work-around an upstream libevent bug
Cory Fields
2017-10-18
Merge #11006: Improve shutdown process
Wladimir J. van der Laan
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-08-21
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-12
Improve shutdown process
João Barbosa
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-17
Add wallet endpoint support to bitcoin-cli (-usewallet)
Jonas Schnelli
2017-07-17
optim: mark a few classes final
Cory Fields
2017-07-12
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-27
Indentation after 'Remove redundant calls to gArgs.IsArgSet()'
Jorge Timón
2017-06-27
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-22
Merge #9517: [refactor] Switched httpserver.cpp to use RAII wrapped libevents.
Wladimir J. van der Laan
2017-05-09
Util: Small improvements in gArgs usage
Jorge Timón
2017-05-09
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs
Jorge Timón
2017-04-10
Set BCLog::LIBEVENT correctly for old libevent versions.
John Newbery
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-22
Switched httpserver.cpp to use RAII wrapped libevents.
Kalle Alm
2017-03-20
Merge #10027: Set to nullptr after delete
Wladimir J. van der Laan
2017-03-18
Set to nullptr after delete
practicalswift
2017-03-17
Remove unused code
practicalswift
2017-02-03
Access WorkQueue::running only within the cs lock.
Matt Corallo
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-08-26
Merge #8109: Do not shadow member variables
Pieter Wuille
2016-08-12
net: fixup nits
Cory Fields
2016-08-04
net: Have LookupNumeric return a CService directly
Cory Fields
2016-07-31
Do not shadow member variables
Pavel Janík
2016-07-31
net: Split resolving out of CSubNet
Cory Fields
[prev]
[next]