kevacoin/src/wallet
Wladimir J. van der Laan 999e4c91c2 wallet: Change CCrypter to use vectors with secure allocator
Change CCrypter to use vectors with secure allocator instead of buffers
on in the object itself which will end up on the stack. This avoids
having to call LockedPageManager to lock stack memory pages to prevent the
memory from being swapped to disk. This is wasteful.
2016-10-19 16:17:33 +02:00
..
test wallet: Change CCrypter to use vectors with secure allocator 2016-10-19 16:17:33 +02:00
crypter.cpp wallet: Change CCrypter to use vectors with secure allocator 2016-10-19 16:17:33 +02:00
crypter.h wallet: Change CCrypter to use vectors with secure allocator 2016-10-19 16:17:33 +02:00
db.cpp Do not shadow variables. 2016-08-31 16:16:05 +02:00
db.h [Wallet] remove unused code/conditions in ReadAtCursor 2016-08-23 15:36:23 +02:00
rpcdump.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
rpcwallet.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Merge #8287: [wallet] Set fLimitFree = true 2016-10-18 21:05:07 +02:00
wallet.h Merge #8287: [wallet] Set fLimitFree = true 2016-10-18 21:05:07 +02:00
walletdb.cpp Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/ 2016-09-02 09:56:33 +02:00
walletdb.h [WIP] Remove unused statement in serialization 2016-09-09 13:59:34 +02:00