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
Age
Commit message (
Expand
)
Author
2019-01-21
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2019-01-14
Merge #14982: rpc: Add getrpcinfo command
Wladimir J. van der Laan
2019-01-13
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-08
Merge #12153: Avoid permanent cs_main lock in getblockheader
Wladimir J. van der Laan
2019-01-07
Merge #15057: [rpc] Correct reconsiderblock help text, add test
Wladimir J. van der Laan
2019-01-07
Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg
Wladimir J. van der Laan
2019-01-04
rpc: Avoid permanent cs_main lock in getblockheader
João Barbosa
2019-01-04
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-03
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2019-01-02
rpc: Add getrpcinfo command
João Barbosa
2019-01-02
rpc: Track active commands
João Barbosa
2019-01-01
[rpc] Correct reconsiderblock help text, add test
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
Merge #14966: docs: fix testmempoolaccept CLI syntax
MarcoFalke
2018-12-28
Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-19
Merge #14993: rpc: Fix data race (UB) in InterruptRPC()
Wladimir J. van der Laan
2018-12-18
rpc: Fix data race (UB) in InterruptRPC()
practicalswift
2018-12-17
Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...
lucash-dev
2018-12-17
clarifying getrawtransaction[time] get help text
Ben Carman
2018-12-15
fix testmempoolaccept CLI syntax
1Il1
2018-12-14
rpc: Remove unused PreCommand signal
João Barbosa
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-12-10
RPCHelpMan: Support required arguments after optional ones
MarcoFalke
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
Merge #14885: rpc: Assert named arguments are unique in RPCHelpMan
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Assert named arguments are unique in RPCHelpMan
João Barbosa
2018-12-07
Merge #14890: rpc: Avoid creating non-standard raw transactions
Wladimir J. van der Laan
2018-12-07
Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate
Wladimir J. van der Laan
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-12-05
Merge #14796: rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-12-04
RPCHelpMan: Add space after colons in extended description
MarcoFalke
2018-12-04
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-26
clarify RPC rawtransaction documentation
Jameson Lopp
2018-11-23
rpc: Add wait argument to stop
João Barbosa
2018-11-23
Merge #14726: Use RPCHelpMan for all RPCs
Wladimir J. van der Laan
2018-11-19
Merge #14718: Remove unreferenced boost headers
MarcoFalke
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-15
rpc: Documentation fixups
MarcoFalke
2018-11-14
Add matching descriptors to scantxoutset output + tests
Pieter Wuille
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-13
Merge #14530: Use RPCHelpMan to generate RPC doc strings
MarcoFalke
[next]