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-05-03
[wallet] Securely erase potentially sensitive keys/values
Thomas Snider
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