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
/
allocators
/
zeroafterfree.h
Age
Commit message (
Expand
)
Author
2023-07-24
Don't derive secure_allocator from std::allocator
Casey Carter
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-20
refactor: remove references to deprecated values under std::allocator
Pasta
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
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
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-03-20
allocators: split allocators and pagelocker
Cory Fields