index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
7
-7
/
+7
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-22
2
-30
/
+59
|
\
\
|
*
|
fix nits: variable naming, typos
Martin Ankerl
2018-01-06
1
-13
/
+13
|
*
|
Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Martin Ankerl
2017-12-29
2
-30
/
+59
*
|
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
7
-7
/
+7
|
/
*
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-12-13
1
-1
/
+5
|
\
|
*
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-11-10
1
-1
/
+5
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
4
-7
/
+7
|
/
*
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-16
1
-6
/
+6
*
Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing...
Adam Langley
2017-09-06
1
-2
/
+28
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
*
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-1
/
+1
*
Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)
MarcoFalke
2017-08-16
2
-8
/
+8
|
\
|
*
Use the noexcept specifier (C++11) instead of deprecated throw()
practicalswift
2017-07-31
2
-8
/
+8
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
4
-5
/
+5
|
/
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-6
/
+6
*
Merge #9517: [refactor] Switched httpserver.cpp to use RAII wrapped libevents.
Wladimir J. van der Laan
2017-06-22
1
-5
/
+5
|
\
|
*
Changed event RAII helper functions to inline to deal with duplicate symbol l...
Karl-Johan Alm
2017-04-14
1
-5
/
+5
*
|
[wallet] Securely erase potentially sensitive keys/values
Thomas Snider
2017-05-03
1
-0
/
+1
|
/
*
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
1
-2
/
+2
|
\
|
*
Do not shadow variables (gcc set)
Pavel Janík
2016-12-05
1
-2
/
+2
*
|
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-05
1
-0
/
+56
|
\
\
|
*
|
Added some simple tests for the RAII-style events.
Karl-Johan Alm
2016-12-21
1
-0
/
+1
|
*
|
Added std::unique_ptr<> wrappers with deleters for libevent modules.
Karl-Johan Alm
2016-12-20
1
-0
/
+55
|
|
/
*
/
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Fix some typos
fsb4000
2016-11-28
1
-1
/
+1
*
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
2
-88
/
+58
*
LockedPool: fix explosion for illegal-sized alloc
Kaz Wesley
2016-11-02
1
-0
/
+5
*
Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.
Pavel Janík
2016-11-02
1
-3
/
+10
*
support: Add LockedPool
Wladimir J. van der Laan
2016-10-27
5
-238
/
+638
*
wallet: Get rid of LockObject and UnlockObject calls in key.h
Wladimir J. van der Laan
2016-10-19
1
-17
/
+0
*
Do not shadow variables
Pavel Janík
2016-09-27
1
-3
/
+3
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
4
-4
/
+4
*
Remove assertion from ~LockedPageManager
Wladimir J. van der Laan
2015-05-15
1
-1
/
+0
*
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-20
3
-9
/
+9
*
allocators: split allocators and pagelocker
Cory Fields
2015-03-20
4
-0
/
+358
*
openssl: abstract out OPENSSL_cleanse
Cory Fields
2015-02-15
2
-0
/
+26