aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-9/+9
* Add AbsPathForConfigVal to consolidate datadir prefixing for path argsJames O'Beirne2018-02-051-3/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`Wladimir J. van der Laan2017-09-271-1/+20
* rpc: Write authcookie atomicallyWladimir J. van der Laan2017-08-251-5/+16
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-6/+6
* Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-5/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* rpc: Change JSONRPCRequest to JSONRPCRequestObjWladimir J. van der Laan2016-10-191-2/+2
* rpc: Generate auth cookie in hex instead of base64Wladimir J. van der Laan2016-10-011-3/+4
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+127