aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/protocol.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-02-10scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek
2018-02-05Add AbsPathForConfigVal to consolidate datadir prefixing for path argsJames O'Beirne
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
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