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 pull request #7133
Wladimir J. van der Laan
2015-12-03
1
-1
/
+2
|
\
|
*
Rename setInventoryKnown filterInventoryKnown
Patick Strateman
2015-11-30
1
-2
/
+2
|
*
Replace setInventoryKnown with a rolling bloom filter.
Gregory Maxwell
2015-11-30
1
-1
/
+2
*
|
Merge pull request #7079
Wladimir J. van der Laan
2015-12-01
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
Limit setAskFor and retire requested entries only when a getdata returns.
Gregory Maxwell
2015-11-23
1
-2
/
+2
|
*
prevent peer flooding request queue for an inv
kazcw
2015-11-23
1
-0
/
+4
*
|
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-5
/
+4
|
/
*
Add relaytxes status to getpeerinfo
Peter Todd
2015-11-20
1
-0
/
+1
*
Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants
Patick Strateman
2015-11-14
1
-1
/
+1
*
Add blocksonly mode
Patick Strateman
2015-11-14
1
-1
/
+1
*
[net] Cleanup maxuploadtarget
MarcoFalke
2015-11-12
1
-2
/
+2
*
torcontrol improvements and fixes
Wladimir J. van der Laan
2015-11-12
1
-0
/
+8
*
net: Automatically create hidden service, listen on Tor
Wladimir J. van der Laan
2015-11-10
1
-0
/
+1
*
Introduce -maxuploadtarget
Jonas Schnelli
2015-10-26
1
-0
/
+94
*
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-10-22
1
-0
/
+12
*
net: correctly initialize nMinPingUsecTime
Wladimir J. van der Laan
2015-09-04
1
-0
/
+1
*
Report minimum ping time in getpeerinfo
Matt Corallo
2015-09-03
1
-0
/
+1
*
Merge pull request #6374
Wladimir J. van der Laan
2015-09-03
1
-59
/
+217
|
\
|
*
Use network group instead of CNetAddr in final pass to select node to disconnect
Patrick Strateman
2015-08-30
1
-10
/
+10
|
*
Fix comment
Patrick Strateman
2015-08-25
1
-1
/
+1
|
*
Acquire cs_vNodes before changing refrence counts
Patrick Strateman
2015-08-25
1
-2
/
+12
|
*
CNodeRef copy constructor and assignment operator
Patrick Strateman
2015-08-25
1
-0
/
+16
|
*
Return false early if vEvictionCandidates is empty
Patrick Strateman
2015-08-22
1
-3
/
+8
|
*
Better support for nodes with non-standard nMaxConnections
Patrick Strateman
2015-08-22
1
-1
/
+1
|
*
RAII wrapper for CNode*
Patrick Strateman
2015-08-22
1
-7
/
+18
|
*
Add comments to AttemptToEvictConnection
Patrick Strateman
2015-08-22
1
-0
/
+7
|
*
Remove redundant whiteconnections option
Patrick Strateman
2015-08-22
1
-1
/
+0
|
*
Prefer to disconnect peers in favor of whitelisted peers
Patrick Strateman
2015-08-22
1
-3
/
+6
|
*
AttemptToEvictConnection
Patrick Strateman
2015-08-22
1
-10
/
+106
|
*
Refactor: Move failure conditions to the top of AcceptConnection
Patrick Strateman
2015-08-22
1
-6
/
+6
|
*
Refactor: Bail early in AcceptConnection
Patrick Strateman
2015-08-22
1
-14
/
+21
|
*
Refactor: AcceptConnection
Patrick Strateman
2015-08-22
1
-58
/
+62
*
|
Merge pull request #6583
Wladimir J. van der Laan
2015-08-31
1
-1
/
+5
|
\
\
|
*
|
add support for miniupnpc api version 14
Pavel Vasin
2015-08-23
1
-1
/
+5
|
|
/
*
|
Make sure LogPrint strings are line-terminated
J Ross Nicoll
2015-08-29
1
-1
/
+1
*
|
net: Set SO_REUSEADDR for Windows too
Cory Fields
2015-08-25
1
-1
/
+3
|
/
*
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-10
1
-1
/
+1
*
Merge pull request #6462
Wladimir J. van der Laan
2015-08-05
1
-1
/
+2
|
\
|
*
limit total length of user agent comments
Pavol Rusnak
2015-08-05
1
-1
/
+2
|
*
implement uacomment config parameter
Pavol Rusnak
2015-07-31
1
-1
/
+1
*
|
Consolidate individual references to the current maximum peer connection
Matt Quinn
2015-08-03
1
-1
/
+1
*
|
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-07-27
1
-1
/
+1
|
/
*
Merge pull request #5697
Wladimir J. van der Laan
2015-07-27
1
-1
/
+3
|
\
|
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+3
*
|
Merge pull request #6287
Wladimir J. van der Laan
2015-07-23
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
locking: fix a few small issues uncovered by -Wthread-safety
Cory Fields
2015-06-16
1
-1
/
+3
*
|
Test whether created sockets are select()able
Pieter Wuille
2015-07-10
1
-0
/
+18
*
|
Merge pull request #5288
Wladimir J. van der Laan
2015-07-10
1
-2
/
+12
|
\
\
|
*
|
Added -whiteconnections=<n> option
Josh Lehan
2015-06-14
1
-1
/
+11
|
|
/
*
|
Adding CSubNet constructor over a single CNetAddr
Jonas Schnelli
2015-07-02
1
-2
/
+2
[next]