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
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-11-20
Merge #20000: test: fix creation of "std::string"s with \0s
Wladimir J. van der Laan
2020-10-31
test: fix creation of std::string objects with \0s
Vasil Dimov
2020-10-12
Merge #19998: net: Add CNode::ConnectedThroughNetwork member function
Wladimir J. van der Laan
2020-10-11
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-03
test: Add tests for CNode::ConnectedThroughNetwork
Hennadii Stepanov
2020-10-02
test: add test coverage for CNetAddr ipv6 scoped addresses
Jon Atack
2020-09-21
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-17
net: CNetAddr: add support to (un)serialize as ADDRv2
Vasil Dimov
2020-09-02
[test] Add explicit tests that connection types get set correctly
Amiti Uttarwar
2020-09-02
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-08-25
Merge #19628: net: change CNetAddr::ip to have flexible size
MarcoFalke
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-07
[net/refactor] Remove fInbound flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove fFeeler flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-06-22
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-01-08
tests: Add tests to make sure lookup methods fail on std::string parameters w...
practicalswift
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-05
Merge #17243: p2p: add PoissonNextSend method that returns mockable time
MarcoFalke
2019-11-05
[tools] add PoissonNextSend method that returns mockable time
Amiti Uttarwar
2019-11-01
test: Do not instantiate CAddrDB for static call
Hennadii Stepanov
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
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
[prev]
[next]