Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-10-19 | rpc: Change JSONRPCRequest to JSONRPCRequestObj | Wladimir J. van der Laan | |
This is more consistent with `JSONRPCReplyObj`. | |||
2016-10-01 | rpc: Generate auth cookie in hex instead of base64 | Wladimir J. van der Laan | |
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. | |||
2016-01-21 | move rpc* to rpc/ | Daniel Cousens | |