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
/
lockedpool.h
Age
Commit message (
Expand
)
Author
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-05-29
Limit scope of all global std::once_flag
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-01-06
Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAlloca...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
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-09-16
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
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
2016-11-28
Fix some typos
fsb4000
2016-11-02
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-10-27
support: Add LockedPool
Wladimir J. van der Laan