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
...
|
*
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
*
|
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-07-02
1
-23
/
+30
*
|
CAddrDB/CBanDB: change filesize variables from int to uint64_t
Jonas Schnelli
2015-07-02
1
-8
/
+8
*
|
banlist.dat: store banlist on disk
Jonas Schnelli
2015-07-02
1
-2
/
+184
*
|
fix missing lock in CNode::ClearBanned()
Jonas Schnelli
2015-06-19
1
-0
/
+1
*
|
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
1
-4
/
+4
*
|
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
1
-7
/
+43
*
|
[net] remove unused return type bool from CNode::Ban()
Jonas Schnelli
2015-06-17
1
-3
/
+1
*
|
[net] extend core functionallity for ban/unban/listban
Jonas Schnelli
2015-06-17
1
-6
/
+21
|
/
*
use const references where appropriate
Philip Kaufmann
2015-06-04
1
-11
/
+10
*
[net, trivial] explicitly use std::string for FindNode
Philip Kaufmann
2015-05-31
1
-2
/
+2
*
Use CScheduler for net's DumpAddresses
Gavin Andresen
2015-05-14
1
-2
/
+3
*
Use ring buffer of set iterators instead of deque of copies in mruset
Pieter Wuille
2015-04-30
1
-2
/
+4
*
Replace mruset setAddrKnown with CRollingBloomFilter addrKnown
Gavin Andresen
2015-04-30
1
-1
/
+1
*
Merge pull request #6059
Wladimir J. van der Laan
2015-04-30
1
-1
/
+22
|
\
|
*
chainparams: use SeedSpec6's rather than CAddress's for fixed seeds
Cory Fields
2015-04-24
1
-1
/
+22
*
|
replace absolute sleep with conditional wait
pstratem
2015-04-27
1
-2
/
+8
|
/
*
nLastTry is only used for addrman entries
Pieter Wuille
2015-04-19
1
-1
/
+1
*
Merge pull request #5941
Wladimir J. van der Laan
2015-04-01
1
-2
/
+1
|
\
|
*
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-03-23
1
-2
/
+1
*
|
don't trickle for whitelisted nodes
Ruben de Vries
2015-03-24
1
-1
/
+1
|
/
*
Merge pull request #5151
Pieter Wuille
2015-03-07
1
-2
/
+2
|
\
[prev]
[next]