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
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-01
Decide eviction group ties based on time.
Gregory Maxwell
2016-02-01
Do not absolutely protect local peers from eviction.
Gregory Maxwell
2016-01-20
Merge #7350: Banlist updates
Wladimir J. van der Laan
2016-01-17
Typo fixes in comments
Chris Wheeler
2016-01-15
Merge branch 'master' into 20150703_banlist_updates
Luke Dashjr
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-30
Double semicolon cleanup.
21E14
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-11
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
2015-12-10
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-12-07
net: Account for `sendheaders` `verack` messages
Wladimir J. van der Laan
2015-12-07
log bytes recv/sent per command
Jonas Schnelli
2015-12-03
Merge pull request #7133
Wladimir J. van der Laan
2015-12-01
Merge pull request #7079
Wladimir J. van der Laan
2015-11-30
Rename setInventoryKnown filterInventoryKnown
Patick Strateman
2015-11-30
Replace setInventoryKnown with a rolling bloom filter.
Gregory Maxwell
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-23
Limit setAskFor and retire requested entries only when a getdata returns.
Gregory Maxwell
2015-11-23
prevent peer flooding request queue for an inv
kazcw
2015-11-20
Add relaytxes status to getpeerinfo
Peter Todd
2015-11-14
Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants
Patick Strateman
2015-11-14
Add blocksonly mode
Patick Strateman
2015-11-12
[net] Cleanup maxuploadtarget
MarcoFalke
2015-11-12
torcontrol improvements and fixes
Wladimir J. van der Laan
2015-11-10
net: Automatically create hidden service, listen on Tor
Wladimir J. van der Laan
2015-10-26
Introduce -maxuploadtarget
Jonas Schnelli
2015-10-22
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-10-02
banlist (bugfix): allow CNode::SweepBanned() to run on interval
Philip Kaufmann
2015-10-02
banlist: add more banlist infos to log / add GUI signal
Philip Kaufmann
2015-10-02
banlist: better handling of banlist in StartNode()
Philip Kaufmann
2015-10-02
banlist: update set dirty to be more fine grained
Philip Kaufmann
2015-09-04
net: correctly initialize nMinPingUsecTime
Wladimir J. van der Laan
2015-09-03
Report minimum ping time in getpeerinfo
Matt Corallo
2015-09-03
Merge pull request #6374
Wladimir J. van der Laan
2015-08-31
Merge pull request #6583
Wladimir J. van der Laan
2015-08-30
Use network group instead of CNetAddr in final pass to select node to disconnect
Patrick Strateman
2015-08-29
Make sure LogPrint strings are line-terminated
J Ross Nicoll
2015-08-25
Fix comment
Patrick Strateman
2015-08-25
Acquire cs_vNodes before changing refrence counts
Patrick Strateman
2015-08-25
CNodeRef copy constructor and assignment operator
Patrick Strateman
2015-08-25
net: Set SO_REUSEADDR for Windows too
Cory Fields
2015-08-23
add support for miniupnpc api version 14
Pavel Vasin
2015-08-22
Return false early if vEvictionCandidates is empty
Patrick Strateman
2015-08-22
Better support for nodes with non-standard nMaxConnections
Patrick Strateman
2015-08-22
RAII wrapper for CNode*
Patrick Strateman
2015-08-22
Add comments to AttemptToEvictConnection
Patrick Strateman
2015-08-22
Remove redundant whiteconnections option
Patrick Strateman
2015-08-22
Prefer to disconnect peers in favor of whitelisted peers
Patrick Strateman
[next]