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
2018-09-04
Fix typos reported by codespell
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-09
Remove duplicate includes
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-06
fix nits: variable naming, typos
Martin Ankerl
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Martin Ankerl
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
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