Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan | |
Step two in abstracting away boost::filesystem. To repeat this, simply run: ``` git ls-files \*.cpp \*.h | xargs sed -i 's/boost::filesystem/fs/g' ``` | |||
2017-03-08 | Refactor: Remove using namespace <xxx> from rpc/ | Karl-Johan Alm | |
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 | |