Age | Commit message (Expand) | Author |
2016-06-13 | Rework addnode behaviour | Pieter Wuille |
2016-06-13 | Introduce REQUIRED_SERVICES constant | Pieter Wuille |
2016-06-13 | Introduce enum ServiceFlags for service flags | Pieter Wuille |
2016-06-13 | Verify that outbound connections have expected services | Pieter Wuille |
2016-06-08 | Merge #8173: Use SipHash for node eviction (cont'd) | Pieter Wuille |
2016-06-08 | Merge #8065: Addrman offline attempts | Wladimir J. van der Laan |
2016-06-07 | Use 64-bit SipHash of netgroups in eviction | Pieter Wuille |
2016-06-07 | Avoid recalculating vchKeyedNetGroup in eviction logic. | Patrick Strateman |
2016-05-31 | Defer inserting into maprelay until just before relaying. | Gregory Maxwell |
2016-05-31 | Merge #8080: Do not use mempool for GETDATA for tx accepted after the last me... | Wladimir J. van der Laan |
2016-05-26 | Merge #8049: Expose information on whether transaction relay is enabled in `g... | Pieter Wuille |
2016-05-26 | Avoid counting failed connect attempts when probably offline. | Gregory Maxwell |
2016-05-25 | Do not use mempool for GETDATA for tx accepted after the last mempool req. | Gregory Maxwell |
2016-05-18 | Merge #7906: net: prerequisites for p2p encapsulation changes | Wladimir J. van der Laan |
2016-05-17 | Merge #7696: Fix de-serialization bug where AddrMan is left corrupted | Pieter Wuille |
2016-05-16 | Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. | Gregory Maxwell |
2016-05-12 | net: Add fRelayTxes flag | Wladimir J. van der Laan |
2016-05-10 | net: No need to export ConnectNode | Cory Fields |
2016-05-10 | net: No need to export DumpBanlist | Cory Fields |
2016-05-04 | Fix de-serialization bug where AddrMan is corrupted after exception | EthanHeilman |
2016-04-21 | Move bloom and feerate filtering to just prior to tx sending. | Gregory Maxwell |
2016-04-21 | Handle mempool requests in send loop, subject to trickle | Pieter Wuille |
2016-04-21 | Split up and optimize transaction and block inv queues | Pieter Wuille |
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 |