aboutsummaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr2020-08-201-1/+0
* Limit scope of all global std::once_flagMarcoFalke2020-05-292-3/+2
* Merge #18443: lockedpool: avoid sensitive data in core files (FreeBSD)Wladimir J. van der Laan2020-05-041-1/+3
|\
| * lockedpool: avoid sensitive data in core files (FreeBSD)Vasil Dimov2020-03-261-1/+3
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Merge #15600: lockedpool: When possible, use madvise to avoid including sensi...Wladimir J. van der Laan2020-03-261-0/+3
|\
| * lockedpool: When possible, use madvise to avoid including sensitive informati...Luke Dashjr2020-03-041-0/+3
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-305-5/+5
* | Fix segfault in allocator_tests/arena_testsJeffrey Czyz2019-11-161-1/+1
* | Fix compilation errors in support/lockedpool.cppJeffrey Czyz2019-11-161-1/+5
* | Improve documentation of memory_cleanse()Tim Ruffing2019-07-012-21/+14
* | Clean up logic in memory_cleanse() for MSVCTim Ruffing2019-06-061-3/+3
* | windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee2019-01-231-4/+0
* | Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAlloca...practicalswift2019-01-063-2/+9
* | Fix typos reported by codespellpracticalswift2018-09-041-2/+2
|/
* Update copyright headers to 2018DrahtBot2018-07-277-7/+7
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* Remove duplicate includespracticalswift2018-04-091-1/+0
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)Wladimir J. van der Laan2018-03-222-30/+59
|\ \
| * | fix nits: variable naming, typosMartin Ankerl2018-01-061-13/+13
| * | Use best-fit strategy in Arena, now O(log(n)) instead O(n)Martin Ankerl2017-12-292-30/+59
* | | Fix typosDimitris Apostolou2018-03-211-1/+1
| |/ |/|
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-037-7/+7
|/
* Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan2017-12-131-1/+5
|\
| * Minimal code changes to allow msvc compilation.Aaron Clauson2017-11-101-1/+5
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-164-7/+7
|/
* Refactor: Modernize disallowed copy constructors/assignmentDan Raviv2017-09-161-6/+6
* Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing...Adam Langley2017-09-061-2/+28
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-1/+1
* Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)MarcoFalke2017-08-162-8/+8
|\
| * Use the noexcept specifier (C++11) instead of deprecated throw()practicalswift2017-07-312-8/+8
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-074-5/+5
|/
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-6/+6
* Merge #9517: [refactor] Switched httpserver.cpp to use RAII wrapped libevents.Wladimir J. van der Laan2017-06-221-5/+5
|\
| * Changed event RAII helper functions to inline to deal with duplicate symbol l...Karl-Johan Alm2017-04-141-5/+5
* | [wallet] Securely erase potentially sensitive keys/valuesThomas Snider2017-05-031-0/+1
|/
* Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-031-2/+2
|\
| * Do not shadow variables (gcc set)Pavel Janík2016-12-051-2/+2
* | Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deletersWladimir J. van der Laan2017-01-051-0/+56
|\ \
| * | Added some simple tests for the RAII-style events.Karl-Johan Alm2016-12-211-0/+1
| * | Added std::unique_ptr<> wrappers with deleters for libevent modules.Karl-Johan Alm2016-12-201-0/+55
| |/
* / Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Fix some typosfsb40002016-11-281-1/+1
* LockedPool: avoid quadratic-time allocationKaz Wesley2016-11-022-88/+58
* LockedPool: fix explosion for illegal-sized allocKaz Wesley2016-11-021-0/+5
* Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.Pavel Janík2016-11-021-3/+10
* support: Add LockedPoolWladimir J. van der Laan2016-10-275-238/+638