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
2015-10-26
Introduce -maxuploadtarget
Jonas Schnelli
2015-10-22
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
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
2015-08-22
AttemptToEvictConnection
Patrick Strateman
2015-08-22
Refactor: Move failure conditions to the top of AcceptConnection
Patrick Strateman
2015-08-22
Refactor: Bail early in AcceptConnection
Patrick Strateman
2015-08-22
Refactor: AcceptConnection
Patrick Strateman
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-05
Merge pull request #6462
Wladimir J. van der Laan
2015-08-05
limit total length of user agent comments
Pavol Rusnak
2015-08-03
Consolidate individual references to the current maximum peer connection
Matt Quinn
2015-07-31
implement uacomment config parameter
Pavol Rusnak
2015-07-27
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-07-27
Merge pull request #5697
Wladimir J. van der Laan
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
Merge pull request #6287
Wladimir J. van der Laan
2015-07-10
Test whether created sockets are select()able
Pieter Wuille
2015-07-10
Merge pull request #5288
Wladimir J. van der Laan
2015-07-02
Adding CSubNet constructor over a single CNetAddr
Jonas Schnelli
2015-07-02
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-07-02
CAddrDB/CBanDB: change filesize variables from int to uint64_t
Jonas Schnelli
2015-07-02
banlist.dat: store banlist on disk
Jonas Schnelli
2015-06-19
fix missing lock in CNode::ClearBanned()
Jonas Schnelli
2015-06-17
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
[net] remove unused return type bool from CNode::Ban()
Jonas Schnelli
2015-06-17
[net] extend core functionallity for ban/unban/listban
Jonas Schnelli
2015-06-16
locking: fix a few small issues uncovered by -Wthread-safety
Cory Fields
2015-06-14
Added -whiteconnections=<n> option
Josh Lehan
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-05-31
[net, trivial] explicitly use std::string for FindNode
Philip Kaufmann
2015-05-14
Use CScheduler for net's DumpAddresses
Gavin Andresen
2015-04-30
Use ring buffer of set iterators instead of deque of copies in mruset
Pieter Wuille
2015-04-30
Replace mruset setAddrKnown with CRollingBloomFilter addrKnown
Gavin Andresen
[next]