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
/
protocol.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-01-25
rpc: Add specific error code for "wallet already loaded"
Wladimir J. van der Laan
2021-01-07
[rpc/net] Introduce addconnection to test outbounds & blockrelay
Amiti Uttarwar
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-27
rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved section
Wladimir J. van der Laan
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-19
Rename account to label where appropriate
Russell Yanofsky
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-09-28
Merge #10871: Handle getinfo in bitcoin-cli w/ -getinfo (revival of #8843)
Wladimir J. van der Laan
2017-09-27
rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`
Wladimir J. van der Laan
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-08-25
rpc: Write authcookie atomically
Wladimir J. van der Laan
2017-07-26
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-03-09
[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06
practicalswift
2017-03-08
Add commenting around JSON error codes
John Newbery
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-19
rpc: Change JSONRPCRequest to JSONRPCRequestObj
Wladimir J. van der Laan
2016-09-08
net: Add rpc error for missing/disabled p2p functionality
Cory Fields
2016-08-22
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-01-21
move rpc* to rpc/
Daniel Cousens