index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
net_tests.cpp
Age
Commit message (
Expand
)
Author
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-01-13
Drop IsLimited in favor of IsReachable
Ben Woosley
2018-12-28
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
marcaiaf
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-11-15
add test demonstrating addrLocal UB
Kaz Wesley
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-14
test_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-02-13
Remove useless string initialization.
Alin Rus
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-05
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-04-25
[test] Add Unit Test for GetListenPort
Jimmy Song
2017-01-12
Fix memory leak in net_tests
Pieter Wuille
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-31
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel Janík
2016-09-19
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move nLastNodeId to CConnman
Cory Fields
2016-08-23
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
net: Split resolving out of CService
Cory Fields
2016-07-31
net: Split resolving out of CNetAddr
Cory Fields
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-05-18
Fix typo adddrman to addrman as requested in #8070
Ethan Heilman
2016-05-18
Remove non-determinism which is breaking net_tests #8069
EthanHeilman
2016-05-04
Fix de-serialization bug where AddrMan is corrupted after exception
EthanHeilman