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.h
Age
Commit message (
Expand
)
Author
2016-04-15
Merge #7856: Only send one GetAddr response per connection.
Wladimir J. van der Laan
2016-04-14
Change mapRelay to store CTransactions
Pieter Wuille
2016-04-11
Use txid as key in mapAlreadyAskedFor
Suhas Daftuar
2016-04-11
Only send one GetAddr response per connection.
Gregory Maxwell
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-02-17
Remove vfReachable and modify IsReachable to only use vfLimited.
Patrick Strateman
2016-02-12
fix spelling of advertise in src and doc
jloughry
2016-02-04
Fix spelling: misbeha{b,v}ing
Matt
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
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-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
Only use filterInventoryKnown with MSG_TX inventory messages.
Patick Strateman
2015-11-30
Rename setInventoryKnown filterInventoryKnown
Patick Strateman
2015-11-30
Remove mruset as it is no longer used.
Gregory Maxwell
2015-11-30
Replace setInventoryKnown with a rolling bloom filter.
Gregory Maxwell
2015-11-29
Allow block announcements with headers
Suhas Daftuar
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
Fix fRelayTxs comment
Patick Strateman
2015-11-14
Add help text for blocksonly and whitelistalwaysrelay
Patick Strateman
2015-11-12
[net] Cleanup maxuploadtarget
MarcoFalke
2015-11-12
torcontrol improvements and fixes
Wladimir J. van der Laan
2015-10-26
Introduce -maxuploadtarget
Jonas Schnelli
2015-09-03
Report minimum ping time in getpeerinfo
Matt Corallo
2015-08-22
Remove redundant whiteconnections option
Patrick Strateman
2015-08-22
Record nMinPingUsecTime
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-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-10
Merge pull request #5288
Wladimir J. van der Laan
2015-07-02
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-07-02
banlist.dat: store banlist on disk
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-14
Added -whiteconnections=<n> option
Josh Lehan
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-05-14
Use CScheduler for net's DumpAddresses
Gavin Andresen
2015-05-04
Merge pull request #6085
Wladimir J. van der Laan
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2015-04-30
Replace mruset setAddrKnown with CRollingBloomFilter addrKnown
Gavin Andresen
2015-03-12
Merge pull request #5859
Wladimir J. van der Laan
[next]