aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/protocol.cpp
AgeCommit message (Expand)Author
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-27rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`Wladimir J. van der Laan
2017-08-25rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
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-10-01rpc: Generate auth cookie in hex instead of base64Wladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens