lbrycrd/src/rpc
Wladimir J. van der Laan 1c80386bce rpc: Generate auth cookie in hex instead of base64
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-10-01 16:57:25 +02:00
..
blockchain.cpp [rpc] throw JSONRPCError when utxo set can not be read 2016-09-28 21:00:58 +02:00
client.cpp add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 2016-09-07 12:46:01 -04:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp Do not shadow variables 2016-09-27 09:25:15 +02:00
misc.cpp [rpc] Deprecate getinfo 2016-09-21 21:19:20 +02:00
net.cpp Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 2016-09-08 13:06:05 -04:00
protocol.cpp rpc: Generate auth cookie in hex instead of base64 2016-10-01 16:57:25 +02:00
protocol.h net: Add rpc error for missing/disabled p2p functionality 2016-09-08 12:04:35 -04:00
rawtransaction.cpp Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 2016-09-08 13:06:05 -04:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp use std::map::emplace() instead of std::map::insert() 2016-08-09 03:11:45 +03:00
server.h add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 2016-09-07 12:46:01 -04:00