aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/protocol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* rpc: Change JSONRPCRequest to JSONRPCRequestObjWladimir J. van der Laan2016-10-191-2/+2
| | | | This is more consistent with `JSONRPCReplyObj`.
* rpc: Generate auth cookie in hex instead of base64Wladimir J. van der Laan2016-10-011-3/+4
| | | | | | | | Base64 contains '/', and the '/' character in credentials is problematic for AuthServiceProxy which represents the RPC endpoint as an URI with user and password embedded. Closes #8399.
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+127