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
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2023-11-19
pool: make sure PoolAllocator uses the correct alignment
Martin Leitner-Ankerl
2023-09-27
Add make_secure_unique helper
Anthony Towns
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
2023-03-23
Add pool based memory resource & allocator
Martin Leitner-Ankerl
2023-02-23
util: Remove duplicate include
Andrew Chow
2023-02-23
Merge bitcoin/bitcoin#16195: util: Use void* throughout support/lockedpool.h
Andrew Chow
2023-02-21
Pass all characters to SecureString including nulls
John Moffett
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-19
Add missing includes to fix gcc-13 compile error
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-23
refactor: use <cstdlib> over stdlib.h
fanquake
2022-06-20
build: globally define NOMINMAX
fanquake
2022-06-10
util: modify Win32LockedPageAllocator to query windows for limit
Oskar Mendel
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-03
refactor: remove macOS MAP_ANONYMOUS work around
fanquake
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
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2020-08-20
Move Win32 defines to configure.ac to ensure they are globally defined
Luke Dashjr
2020-05-29
Limit scope of all global std::once_flag
MarcoFalke
2020-05-04
Merge #18443: lockedpool: avoid sensitive data in core files (FreeBSD)
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-26
lockedpool: avoid sensitive data in core files (FreeBSD)
Vasil Dimov
2020-03-26
Merge #15600: lockedpool: When possible, use madvise to avoid including sensi...
Wladimir J. van der Laan
2020-03-04
lockedpool: When possible, use madvise to avoid including sensitive informati...
Luke Dashjr
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-20
Use void* throughout support/lockedpool.h
Jeffrey Czyz
2019-11-16
Fix segfault in allocator_tests/arena_tests
Jeffrey Czyz
2019-11-16
Fix compilation errors in support/lockedpool.cpp
Jeffrey Czyz
2019-07-01
Improve documentation of memory_cleanse()
Tim Ruffing
2019-06-06
Clean up logic in memory_cleanse() for MSVC
Tim Ruffing
2019-01-23
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2019-01-06
Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAlloca...
practicalswift
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
[next]