Age | Commit message (Expand) | Author |
2023-02-20 | Add missing includes to fix gcc-13 compile error | MarcoFalke |
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-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 |
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 |