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
/
DoS_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use uppercase characters in source code filenames
practicalswift
2018-05-23
1
-385
/
+0
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-3
/
+3
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-11
/
+11
*
tests: Add missing locks to tests
practicalswift
2017-11-10
1
-7
/
+37
*
Add unit test for stale tip checking
Suhas Daftuar
2017-11-02
1
-0
/
+85
*
Add unit test for outbound peer eviction
Suhas Daftuar
2017-10-26
1
-0
/
+55
*
net: drop unused connman param
Cory Fields
2017-09-06
1
-11
/
+11
*
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-11
/
+11
*
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
1
-11
/
+11
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
Remove unused Boost includes
practicalswift
2017-06-09
1
-2
/
+0
*
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-08
1
-1
/
+0
|
\
|
*
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-1
/
+0
*
|
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-2
/
+2
*
|
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
1
-2
/
+2
|
/
*
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-05
1
-4
/
+4
*
[Trivial] Update comments referencing main.cpp
CryptAxe
2017-02-16
1
-1
/
+1
*
net: Disallow sending messages until the version handshake is complete
Cory Fields
2017-02-02
1
-0
/
+4
*
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-12
/
+12
|
\
|
*
Convert COrphanTx to keep a CTransactionRef
Pieter Wuille
2016-12-21
1
-12
/
+12
*
|
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
1
-7
/
+13
|
\
\
|
*
|
net: make net processing interruptible
Cory Fields
2017-01-03
1
-7
/
+13
*
|
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
/
*
|
Add a ForceSetArg method for testing
Matt Corallo
2016-12-27
1
-3
/
+3
*
|
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-0
/
+1
|
/
*
Remove mapOrphanTransactionsByPrev from DoS_tests
Pieter Wuille
2016-12-05
1
-2
/
+0
*
Align struct COrphan definition
Pieter Wuille
2016-12-05
1
-0
/
+1
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-1
/
+1
*
net: handle version push in InitializeNode
Cory Fields
2016-11-03
1
-4
/
+4
*
connman is in charge of pushing messages
Cory Fields
2016-11-03
1
-0
/
+4
*
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-31
1
-4
/
+4
*
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-19
1
-4
/
+4
*
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
1
-4
/
+4
*
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
1
-4
/
+4
*
net: move nLastNodeId to CConnman
Cory Fields
2016-09-08
1
-4
/
+6
*
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
1
-14
/
+14
*
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
1
-0
/
+4
*
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-7
/
+7
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-2
/
+2
*
Merge #8179: Evict orphans which are included or precluded by accepted blocks.
Wladimir J. van der Laan
2016-06-20
1
-1
/
+1
|
\
|
*
Increase maximum orphan size to 100,000 bytes.
Gregory Maxwell
2016-06-15
1
-1
/
+1
*
|
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-4
/
+4
*
|
Don't require services in -addnode
Pieter Wuille
2016-06-13
1
-4
/
+4
|
/
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
2015-12-11
1
-7
/
+7
|
/
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-4
/
+1
*
Reinitialize state in between individual unit tests.
Pieter Wuille
2015-03-03
1
-1
/
+3
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
[next]