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