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
/
rpc
/
server.cpp
Age
Commit message (
Expand
)
Author
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-23
rpc: Add wait argument to stop
João Barbosa
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...
Chun Kuan Lee
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-08-28
Removes the Boost case_conv.hpp dependency.
251
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-05-14
Merge #13116: Add Clang thread safety annotations for variables guarded by cs...
MarcoFalke
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-29
Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
practicalswift
2018-03-25
Add username and ip logging for RPC method requests
Gabriel Davidian
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-02-22
rpc: Allow typeAny in RPCTypeCheck
MarcoFalke
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-03
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-17
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-04-10
RPC: Allow multiple names for parameters
Luke Dashjr
2017-04-07
Merge #10162: [trivial] Log calls to getblocktemplate
Wladimir J. van der Laan
2017-04-06
Log calls to getblocktemplate
John Newbery
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
[prev]
[next]