index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
Age
Commit message (
Expand
)
Author
2017-09-16
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-06
Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing...
Adam Langley
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-31
Use the noexcept specifier (C++11) instead of deprecated throw()
practicalswift
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-22
Merge #9517: [refactor] Switched httpserver.cpp to use RAII wrapped libevents.
Wladimir J. van der Laan
2017-05-03
[wallet] Securely erase potentially sensitive keys/values
Thomas Snider
2017-04-14
Changed event RAII helper functions to inline to deal with duplicate symbol l...
Karl-Johan Alm
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-01-05
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Added some simple tests for the RAII-style events.
Karl-Johan Alm
2016-12-20
Added std::unique_ptr<> wrappers with deleters for libevent modules.
Karl-Johan Alm
2016-12-05
Do not shadow variables (gcc set)
Pavel Janík
2016-11-28
Fix some typos
fsb4000
2016-11-02
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
LockedPool: fix explosion for illegal-sized alloc
Kaz Wesley
2016-11-02
Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.
Pavel Janík
2016-10-27
support: Add LockedPool
Wladimir J. van der Laan
2016-10-19
wallet: Get rid of LockObject and UnlockObject calls in key.h
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel Janík
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-05-15
Remove assertion from ~LockedPageManager
Wladimir J. van der Laan
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-03-20
allocators: split allocators and pagelocker
Cory Fields
2015-02-15
openssl: abstract out OPENSSL_cleanse
Cory Fields