34 Commits (kevaview)

Author SHA1 Message Date
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 6 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Aaron Clauson fbf327b138 Minimal code changes to allow msvc compilation. 7 years ago
Dan Raviv 2a07f878a8 Refactor: Modernize disallowed copy constructors/assignment 7 years ago
Adam Langley 1444c2e7d0 Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing even with link-time optimization. 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 36d326e8b0 Use nullptr instead of zero (0) as the null pointer constant 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
practicalswift 9862550260 Use the noexcept specifier (C++11) instead of deprecated throw() 7 years ago
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 7 years ago
Thomas Snider 6c914ac176 [wallet] Securely erase potentially sensitive keys/values 8 years ago
Karl-Johan Alm 1ae86ec5ec
Changed event RAII helper functions to inline to deal with duplicate symbol linker errors. 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Karl-Johan Alm 280a5599eb Added some simple tests for the RAII-style events. 8 years ago
Karl-Johan Alm e5534d2f01 Added std::unique_ptr<> wrappers with deleters for libevent modules. 8 years ago
Pavel Janík 9de90bb749 Do not shadow variables (gcc set) 8 years ago
fsb4000 15fa95d7e5 Fix some typos 8 years ago
Kaz Wesley b3ddc5e76f LockedPool: avoid quadratic-time allocation 8 years ago
Kaz Wesley 0b59f80625 LockedPool: fix explosion for illegal-sized alloc 8 years ago
Pavel Janík 4a9f3c50cc Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined. 8 years ago
Wladimir J. van der Laan 4536148b15 support: Add LockedPool 8 years ago
Wladimir J. van der Laan f4d1fc259b wallet: Get rid of LockObject and UnlockObject calls in key.h 8 years ago
Pavel Janík 4731cab8fb Do not shadow variables 8 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Wladimir J. van der Laan 881027a79d Remove assertion from ~LockedPageManager 10 years ago
Philip Kaufmann a21df62069 ensure consistent header comment naming conventions 10 years ago
Cory Fields d7d187e8a4 allocators: split allocators and pagelocker 10 years ago
Cory Fields 1630219d90 openssl: abstract out OPENSSL_cleanse 10 years ago