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 #7856: Only send one GetAddr response per connection.
Wladimir J. van der Laan
2016-04-15
1
-0
/
+1
|
\
\
|
*
|
Only send one GetAddr response per connection.
Gregory Maxwell
2016-04-11
1
-0
/
+1
*
|
|
Change mapRelay to store CTransactions
Pieter Wuille
2016-04-14
1
-13
/
+4
*
|
|
Use txid as key in mapAlreadyAskedFor
Suhas Daftuar
2016-04-11
1
-3
/
+3
|
/
/
*
|
Implement "feefilter" P2P message.
Alex Morcos
2016-03-21
1
-8
/
+12
*
|
Remove vfReachable and modify IsReachable to only use vfLimited.
Patrick Strateman
2016-02-17
1
-11
/
+1
*
|
fix spelling of advertise in src and doc
jloughry
2016-02-12
1
-2
/
+2
|
/
*
Merge #7192: Unify product name to as few places as possible
Wladimir J. van der Laan
2016-02-04
1
-1
/
+1
|
\
|
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-50
/
+85
|
|
\
|
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-1
/
+1
*
|
|
Merge #7458: [Net] peers.dat, banlist.dat recreated when missing
Wladimir J. van der Laan
2016-02-04
1
-2
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
peers.dat, banlist.dat recreated when missing
kirkalx
2016-02-04
1
-2
/
+7
*
|
|
Decide eviction group ties based on time.
Gregory Maxwell
2016-02-01
1
-6
/
+10
*
|
|
Do not absolutely protect local peers from eviction.
Gregory Maxwell
2016-02-01
1
-2
/
+0
|
/
/
*
|
Merge #7350: Banlist updates
Wladimir J. van der Laan
2016-01-20
1
-24
/
+30
|
\
\
|
*
\
Merge branch 'master' into 20150703_banlist_updates
Luke Dashjr
2016-01-15
1
-18
/
+161
|
|
\
\
|
*
|
|
banlist (bugfix): allow CNode::SweepBanned() to run on interval
Philip Kaufmann
2015-10-02
1
-6
/
+8
|
*
|
|
banlist: add more banlist infos to log / add GUI signal
Philip Kaufmann
2015-10-02
1
-5
/
+11
|
*
|
|
banlist: better handling of banlist in StartNode()
Philip Kaufmann
2015-10-02
1
-7
/
+8
|
*
|
|
banlist: update set dirty to be more fine grained
Philip Kaufmann
2015-10-02
1
-7
/
+4
*
|
|
|
Typo fixes in comments
Chris Wheeler
2016-01-17
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
\
\
|
*
|
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
|
|
Double semicolon cleanup.
21E14
2015-12-30
1
-1
/
+1
*
|
|
|
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
2015-12-11
1
-6
/
+10
*
|
|
|
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-12-10
1
-11
/
+3
*
|
|
|
net: Account for `sendheaders` `verack` messages
Wladimir J. van der Laan
2015-12-07
1
-1
/
+2
*
|
|
|
log bytes recv/sent per command
Jonas Schnelli
2015-12-07
1
-1
/
+27
*
|
|
|
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
[prev]
[next]