dogecoin/src/rpc
Wladimir J. van der Laan f8723d2318
Merge #8753: Locked memory manager
444c673 bench: Add benchmark for lockedpool allocation/deallocation (Wladimir J. van der Laan)
6567999 rpc: Add `getmemoryinfo` call (Wladimir J. van der Laan)
4536148 support: Add LockedPool (Wladimir J. van der Laan)
f4d1fc2 wallet: Get rid of LockObject and UnlockObject calls in key.h (Wladimir J. van der Laan)
999e4c9 wallet: Change CCrypter to use vectors with secure allocator (Wladimir J. van der Laan)
2016-11-02 11:16:29 +01:00
..
blockchain.cpp instance of 'mem pool' to 'mempool' 2016-10-27 16:45:09 +02:00
client.cpp Add importmulti rpc call 2016-10-19 15:17:13 +01:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp instance of 'mem pool' to 'mempool' 2016-10-27 16:45:09 +02:00
misc.cpp Merge #8753: Locked memory manager 2016-11-02 11:16:29 +01:00
net.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
protocol.cpp rpc: Change JSONRPCRequest to JSONRPCRequestObj 2016-10-19 14:30:14 +02:00
protocol.h rpc: Change JSONRPCRequest to JSONRPCRequestObj 2016-10-19 14:30:14 +02:00
rawtransaction.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
server.h [RPC] pass HTTP basic authentication username to the JSONRequest object 2016-10-19 14:47:27 +02:00