aboutsummaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* wallet: Get rid of LockObject and UnlockObject calls in key.hWladimir J. van der Laan2016-10-191-17/+0
* Do not shadow variablesPavel Janík2016-09-271-3/+3
* Bump copyright headers to 2015MarcoFalke2015-12-134-4/+4
* Remove assertion from ~LockedPageManagerWladimir J. van der Laan2015-05-151-1/+0
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-203-9/+9
* allocators: split allocators and pagelockerCory Fields2015-03-204-0/+358
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-152-0/+26