| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | 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 | |
| | * | Return false early if vEvictionCandidates is empty | Patrick Strateman | 2015-08-22 | 1 | -3/+8 | |
| | * | Better support for nodes with non-standard nMaxConnections | Patrick Strateman | 2015-08-22 | 1 | -1/+1 | |
| | * | RAII wrapper for CNode* | Patrick Strateman | 2015-08-22 | 1 | -7/+18 | |
| | * | Add comments to AttemptToEvictConnection | Patrick Strateman | 2015-08-22 | 1 | -0/+7 | |
| | * | Remove redundant whiteconnections option | Patrick Strateman | 2015-08-22 | 1 | -1/+0 | |
| | * | Prefer to disconnect peers in favor of whitelisted peers | Patrick Strateman | 2015-08-22 | 1 | -3/+6 | |
| | * | AttemptToEvictConnection | Patrick Strateman | 2015-08-22 | 1 | -10/+106 | |
| | * | Refactor: Move failure conditions to the top of AcceptConnection | Patrick Strateman | 2015-08-22 | 1 | -6/+6 | |
| | * | Refactor: Bail early in AcceptConnection | Patrick Strateman | 2015-08-22 | 1 | -14/+21 | |
| | * | Refactor: AcceptConnection | Patrick Strateman | 2015-08-22 | 1 | -58/+62 | |
| * | | Merge pull request #6583 | Wladimir J. van der Laan | 2015-08-31 | 1 | -1/+5 | |
| |\ \ | ||||||
| | * | | add support for miniupnpc api version 14 | Pavel Vasin | 2015-08-23 | 1 | -1/+5 | |
| | |/ | ||||||
| * | | Make sure LogPrint strings are line-terminated | J Ross Nicoll | 2015-08-29 | 1 | -1/+1 | |
| * | | net: Set SO_REUSEADDR for Windows too | Cory Fields | 2015-08-25 | 1 | -1/+3 | |
| |/ | ||||||
| * | typofixes (found by misspell_fixer) | Veres Lajos | 2015-08-10 | 1 | -1/+1 | |
| * | Merge pull request #6462 | Wladimir J. van der Laan | 2015-08-05 | 1 | -1/+2 | |
| |\ | ||||||
| | * | limit total length of user agent comments | Pavol Rusnak | 2015-08-05 | 1 | -1/+2 | |
| | * | implement uacomment config parameter | Pavol Rusnak | 2015-07-31 | 1 | -1/+1 | |
| * | | Consolidate individual references to the current maximum peer connection | Matt Quinn | 2015-08-03 | 1 | -1/+1 | |