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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Filter control characters out of log messages
Wladimir J. van der Laan
2019-10-19
1
-0
/
+18
*
Add test for GCC bug 90348
Pieter Wuille
2019-06-07
1
-0
/
+43
*
Revert "Change in transaction pull scheduling to prevent InvBlock-related att...
Suhas Daftuar
2019-04-17
1
-0
/
+5
*
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-04-16
1
-2
/
+2
*
Merge #15368: Descriptor checksums
Wladimir J. van der Laan
2019-02-16
1
-6
/
+28
|
\
|
*
Descriptor checksum
Pieter Wuille
2019-02-15
1
-6
/
+28
*
|
Merge #15410: test: txindex: interrupt threadGroup before calling destructor
MarcoFalke
2019-02-16
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
test: txindex: interrupt threadGroup before calling destructor
MarcoFalke
2019-02-14
1
-1
/
+7
*
|
Merge #15399: fuzz: Script validation flags
MarcoFalke
2019-02-15
2
-0
/
+72
|
\
\
|
*
|
fuzz: Script validation flags
MarcoFalke
2019-02-13
1
-0
/
+72
|
*
|
fuzz: Move deserialize tests to test/fuzz/deserialize.cpp
MarcoFalke
2019-02-13
1
-0
/
+0
|
|
/
*
/
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2019-02-15
1
-3
/
+2
|
/
*
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-06
1
-5
/
+0
*
Merge #15327: tests: Make test updatecoins_simulation_test deterministic
MarcoFalke
2019-02-05
1
-0
/
+2
|
\
|
*
tests: Make updatecoins_simulation_test deterministic
practicalswift
2019-02-03
1
-0
/
+2
*
|
test: Make bloom tests deterministic
MarcoFalke
2019-02-02
3
-10
/
+23
|
/
*
test: Build fuzz targets into seperate executables
MarcoFalke
2019-01-29
3
-188
/
+116
*
[test] fuzz: make test_one_input return void
MarcoFalke
2019-01-25
1
-42
/
+44
*
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-21
1
-1
/
+0
|
\
|
*
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-16
1
-1
/
+0
*
|
net: move BanMan to its own files
Cory Fields
2019-01-16
3
-0
/
+3
*
|
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
2
-4
/
+4
*
|
banman: pass the banfile path in
Cory Fields
2019-01-16
2
-4
/
+4
*
|
banman: create and split out banman
Cory Fields
2019-01-16
3
-19
/
+26
*
|
tests: remove member connman/peerLogic in TestingSetup
Cory Fields
2019-01-16
3
-29
/
+33
*
|
Merge #14151: windows: Fix remaining compiler warnings (MSVC)
Wladimir J. van der Laan
2019-01-16
3
-5
/
+6
|
\
\
|
*
|
Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...
practicalswift
2019-01-15
3
-5
/
+6
*
|
|
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2019-01-15
4
-10
/
+10
|
\
\
\
|
*
|
|
test: Add missing validation locks
MarcoFalke
2018-12-17
4
-10
/
+10
*
|
|
|
Merge #15114: Qt: Replace remaining 0 with nullptr
Wladimir J. van der Laan
2019-01-14
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
1
-3
/
+3
*
|
|
|
|
Merge #15138: Drop IsLimited in favor of IsReachable
Wladimir J. van der Laan
2019-01-14
1
-29
/
+16
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-13
1
-29
/
+16
*
|
|
|
|
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
2019-01-10
1
-2
/
+2
*
|
|
|
|
Replace use of BEGIN and END macros on uint256
Wladimir J. van der Laan
2019-01-10
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Include util/strencodings.h which is required for IsSpace(...)
practicalswift
2018-12-06
1
-0
/
+1
|
*
|
|
|
Use IsSpace(...) instead of boost::is_space
practicalswift
2018-11-06
1
-1
/
+1
*
|
|
|
|
Merge #15051: Tests: IsReachable is the inverse of IsLimited (DRY). Includes ...
Wladimir J. van der Laan
2019-01-09
1
-0
/
+89
|
\
\
\
\
\
|
*
|
|
|
|
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
marcaiaf
2018-12-28
1
-0
/
+89
*
|
|
|
|
|
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-09
1
-4
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-4
/
+0
*
|
|
|
|
|
|
Merge #14085: index: Fix for indexers skipping genesis block.
Wladimir J. van der Laan
2019-01-09
1
-0
/
+7
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
index: Fix for indexers skipping genesis block.
Jim Posen
2018-08-27
1
-0
/
+7
*
|
|
|
|
|
|
Merge #14357: streams: Fix broken streams_vector_reader test. Remove unused s...
MarcoFalke
2019-01-05
1
-5
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
streams: Remove unused seek(size_t)
practicalswift
2018-11-23
1
-5
/
+5
*
|
|
|
|
|
|
|
Merge #15099: tests: Use std::vector API for construction of test data
MarcoFalke
2019-01-05
1
-8
/
+16
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Use std::vector API for construction of test data.
Daniel Kraft
2019-01-04
1
-8
/
+16
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-04
1
-7
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
rpc: Specify chain tip instead of chain in GetDifficulty
João Barbosa
2018-09-09
1
-7
/
+0
[next]