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
/
net.cpp
Age
Commit message (
Expand
)
Author
2018-07-22
Merge #13212: Net: Fixed a race condition when disabling the network.
Wladimir J. van der Laan
2018-07-18
Merge #13672: Modified in_addr6 cast in CConman class to work with msvc
Wladimir J. van der Laan
2018-07-16
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
Modified in_addr6 cast in CConman class to work with msvc.
Aaron Clauson
2018-07-13
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-12
Merge #13177: GCC-7 and glibc-2.27 back compat code
Wladimir J. van der Laan
2018-07-08
net: Remove unused interrupt from SendMessages
fanquake
2018-06-21
Net: Fixed a race condition when disabling the network.
lmanners
2018-06-02
Use IN6ADDR_ANY_INIT instead of in6addr_any
Cory Fields
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-04-16
net: Minor accumulated cleanups
Thomas Snider
2018-04-14
correcting the array name from pnSeeds6 to pnSeed6
okayplanet
2018-04-13
Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...
Wladimir J. van der Laan
2018-04-09
Remove duplicate includes
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
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-15
Remove redundant checks for MSG_* from configure.ac
Vasil Dimov
2018-03-11
Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...
practicalswift
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-06
Limit the number of IPs we use from each DNS seeder
e0
2018-03-06
Merge #9037: net: Add test-before-evict discipline to addrman
Wladimir J. van der Laan
2018-03-06
Add test-before-evict discipline to addrman
Ethan Heilman
2018-03-01
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-02-09
[QA] Allow addrman loopback tests (add debug option -addrmantest)
Jonas Schnelli
2018-02-09
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Jonas Schnelli
2018-02-08
boost: remove useless threadGroup parameter from Discover
Cory Fields
2018-02-08
boost: drop boost threads for upnp
Cory Fields
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-03
Extend #11583 to include the most common message generated by non-contributin...
Clem Taylor
2018-02-01
net: don't retry failed oneshot connections forever
Cory Fields
2018-02-01
net: initialize socket to avoid closing random fd's
Cory Fields
2018-01-24
Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static...
Wladimir J. van der Laan
2018-01-19
Fall back to oneshot for DNS Seeds which don't support filtering.
Matt Corallo
2018-01-19
Use GetDesireableServiceFlags in static seeds, document this.
Matt Corallo
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-15
Merge #11616: Update ban-state in case of dirty-state during periodic sweep
Wladimir J. van der Laan
2017-12-13
Merge #11363: net: Split socket create/connect
Wladimir J. van der Laan
2017-12-12
net: use CreateSocket for binds
Cory Fields
2017-12-12
net: Move IsSelectableSocket check into socket creation
Cory Fields
2017-12-12
net: split socket creation out of connection
Cory Fields
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-11
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-21
net: Add missing locks in net.{cpp,h}
practicalswift
2017-11-19
Call BannedListChanged outside of cs_setBanned lock
Jonas Schnelli
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
[prev]
[next]