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
/
net_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
add test demonstrating addrLocal UB
Kaz Wesley
2018-11-29
1
-0
/
+38
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
test_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-14
1
-0
/
+2
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+2
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+2
*
|
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-03-21
1
-3
/
+3
*
|
Remove useless string initialization.
Alin Rus
2018-02-13
1
-1
/
+1
|
/
*
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
-9
/
+9
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-2
/
+2
*
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-05
1
-2
/
+2
*
[test] Add Unit Test for GetListenPort
Jimmy Song
2017-04-25
1
-0
/
+13
*
Fix memory leak in net_tests
Pieter Wuille
2017-01-12
1
-2
/
+2
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-3
/
+1
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-4
/
+4
*
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-31
1
-2
/
+2
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
Do not shadow variables
Pavel Janík
2016-09-27
1
-2
/
+2
*
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-19
1
-2
/
+2
*
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
1
-2
/
+3
*
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
1
-2
/
+2
*
net: move nLastNodeId to CConnman
Cory Fields
2016-09-08
1
-2
/
+3
*
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-08-23
1
-0
/
+22
*
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
1
-0
/
+1
*
net: Split resolving out of CService
Cory Fields
2016-07-31
1
-7
/
+12
*
net: Split resolving out of CNetAddr
Cory Fields
2016-07-31
1
-1
/
+3
*
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
*
Fix typo adddrman to addrman as requested in #8070
Ethan Heilman
2016-05-18
1
-1
/
+1
*
Remove non-determinism which is breaking net_tests #8069
EthanHeilman
2016-05-18
1
-0
/
+9
*
Fix de-serialization bug where AddrMan is corrupted after exception
EthanHeilman
2016-05-04
1
-0
/
+136