aboutsummaryrefslogtreecommitdiff
path: root/src/support
AgeCommit message (Expand)Author
2023-02-23util: Remove duplicate includeAndrew Chow
2023-02-23Merge bitcoin/bitcoin#16195: util: Use void* throughout support/lockedpool.hAndrew Chow
2023-02-21Pass all characters to SecureString including nullsJohn Moffett
2023-01-31clang-tidy: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2023-01-19Add missing includes to fix gcc-13 compile errorMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-09-23refactor: use <cstdlib> over stdlib.hfanquake
2022-06-20build: globally define NOMINMAXfanquake
2022-06-10util: modify Win32LockedPageAllocator to query windows for limitOskar Mendel
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-26Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2022-04-03refactor: remove macOS MAP_ANONYMOUS work aroundfanquake
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-20refactor: remove references to deprecated values under std::allocatorPasta
2021-02-01Merge #20464: refactor: Treat CDataStream bytes as uint8_tWladimir J. van der Laan
2021-01-04doc: Use https URLs where possibleSawyer Billings
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-23Treat CDataStream bytes as uint8_tMarcoFalke
2020-08-20Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr
2020-05-29Limit scope of all global std::once_flagMarcoFalke
2020-05-04Merge #18443: lockedpool: avoid sensitive data in core files (FreeBSD)Wladimir J. van der Laan
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-26lockedpool: avoid sensitive data in core files (FreeBSD)Vasil Dimov
2020-03-26Merge #15600: lockedpool: When possible, use madvise to avoid including sensi...Wladimir J. van der Laan
2020-03-04lockedpool: When possible, use madvise to avoid including sensitive informati...Luke Dashjr
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-20Use void* throughout support/lockedpool.hJeffrey Czyz
2019-11-16Fix segfault in allocator_tests/arena_testsJeffrey Czyz
2019-11-16Fix compilation errors in support/lockedpool.cppJeffrey Czyz
2019-07-01Improve documentation of memory_cleanse()Tim Ruffing
2019-06-06Clean up logic in memory_cleanse() for MSVCTim Ruffing
2019-01-23windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee
2019-01-06Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAlloca...practicalswift
2018-09-04Fix typos reported by codespellpracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-09Remove duplicate includespracticalswift
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-22Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)Wladimir J. van der Laan
2018-03-21Fix typosDimitris Apostolou
2018-01-06fix nits: variable naming, typosMartin Ankerl
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-29Use best-fit strategy in Arena, now O(log(n)) instead O(n)Martin Ankerl
2017-12-13Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10Minimal code changes to allow msvc compilation.Aaron Clauson
2017-09-16Refactor: Modernize disallowed copy constructors/assignmentDan Raviv
2017-09-06Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing...Adam Langley