aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/protocol.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-27rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved sectionWladimir J. van der Laan
2018-04-01Merge #12757: Clarify include guard naming conventionMarcoFalke
2018-03-22Fix missing or inconsistent include guardspracticalswift
2018-03-19Rename account to label where appropriateRussell Yanofsky
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-28Merge #10871: Handle getinfo in bitcoin-cli w/ -getinfo (revival of #8843)Wladimir J. van der Laan
2017-09-27rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`Wladimir J. van der Laan
2017-09-26[rpc] Deprecate estimatefee RPCJohn Newbery
2017-08-25rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-07-26Fix misleading "Method not found" multiwallet errorsRussell Yanofsky
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-03-09[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06practicalswift
2017-03-08Add commenting around JSON error codesJohn Newbery
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-10-19rpc: Change JSONRPCRequest to JSONRPCRequestObjWladimir J. van der Laan
2016-09-08net: Add rpc error for missing/disabled p2p functionalityCory Fields
2016-08-22[doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke
2016-01-21move rpc* to rpc/Daniel Cousens