| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Allow block announcements with headers | Suhas Daftuar | 2015-11-29 | 1 | -0/+9 | |
| * | | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 1 | -0/+7 | |
| |/ | ||||||
| * | Add relaytxes status to getpeerinfo | Peter Todd | 2015-11-20 | 1 | -0/+1 | |
| * | Fix fRelayTxs comment | Patick Strateman | 2015-11-14 | 1 | -1/+1 | |
| * | Add help text for blocksonly and whitelistalwaysrelay | Patick Strateman | 2015-11-14 | 1 | -0/+2 | |
| * | [net] Cleanup maxuploadtarget | MarcoFalke | 2015-11-12 | 1 | -0/+2 | |
| * | torcontrol improvements and fixes | Wladimir J. van der Laan | 2015-11-12 | 1 | -0/+1 | |
| * | Introduce -maxuploadtarget | Jonas Schnelli | 2015-10-26 | 1 | -0/+27 | |
| * | Report minimum ping time in getpeerinfo | Matt Corallo | 2015-09-03 | 1 | -0/+1 | |
| * | Remove redundant whiteconnections option | Patrick Strateman | 2015-08-22 | 1 | -11/+0 | |
| * | Record nMinPingUsecTime | Patrick Strateman | 2015-08-22 | 1 | -0/+2 | |
| * | 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 | -0/+5 | |
| |\ | ||||||
| | * | limit total length of user agent comments | Pavol Rusnak | 2015-08-05 | 1 | -0/+5 | |
| * | | Consolidate individual references to the current maximum peer connection | Matt Quinn | 2015-08-03 | 1 | -0/+2 | |
| |/ | ||||||
| * | Includes: Cleanup around net main and wallet | Jorge Timón | 2015-07-23 | 1 | -3/+0 | |
| * | Merge pull request #5288 | Wladimir J. van der Laan | 2015-07-10 | 1 | -0/+13 | |
| |\ | ||||||
| | * | Added -whiteconnections=<n> option | Josh Lehan | 2015-06-14 | 1 | -0/+13 | |
| * | | use CBanEntry as object container for banned nodes | Jonas Schnelli | 2015-07-02 | 1 | -7/+65 | |
| * | | banlist.dat: store banlist on disk | Jonas Schnelli | 2015-07-02 | 1 | -0/+22 | |
| * | | setban: rewrite to UniValue, allow absolute bantime | Jonas Schnelli | 2015-06-17 | 1 | -2/+2 | |
| * | | [RPC] extend setban to allow subnets | Jonas Schnelli | 2015-06-17 | 1 | -2/+6 | |
| * | | [net] remove unused return type bool from CNode::Ban() | Jonas Schnelli | 2015-06-17 | 1 | -1/+1 | |
| * | | [net] extend core functionallity for ban/unban/listban | Jonas Schnelli | 2015-06-17 | 1 | -1/+4 | |
| |/ | ||||||
| * | use const references where appropriate | Philip Kaufmann | 2015-06-04 | 1 | -2/+2 | |
| * | Use CScheduler for net's DumpAddresses | Gavin Andresen | 2015-05-14 | 1 | -1/+2 | |
| * | Merge pull request #6085 | Wladimir J. van der Laan | 2015-05-04 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Bugfix: Grammar fixes | Corinne Dashjr | 2015-05-01 | 1 | -2/+2 | |
| * | | Replace mruset setAddrKnown with CRollingBloomFilter addrKnown | Gavin Andresen | 2015-04-30 | 1 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #5859 | Wladimir J. van der Laan | 2015-03-12 | 1 | -2/+17 | |
| |\ | ||||||
| | * | Add correct bool combiner for net signals | Pieter Wuille | 2015-03-06 | 1 | -2/+17 | |
| * | | Merge pull request #5151 | Pieter Wuille | 2015-03-07 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | make CMessageHeader a dumb storage class | Cory Fields | 2015-02-25 | 1 | -1/+1 | |
| * | | | Limit message sizes before transfer | Pieter Wuille | 2015-03-06 | 1 | -0/+2 | |
| | |/ |/| | ||||||
| * | | Remove obsolete pubsub method definitions | Pieter Wuille | 2015-02-26 | 1 | -3/+0 | |
| |/ | ||||||
| * | Delete RecvLine function | Wladimir J. van der Laan | 2015-01-20 | 1 | -1/+0 | |
| * | Merge pull request #5476 | Wladimir J. van der Laan | 2015-01-02 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Add time offset to getpeerinfo output | Pavel Janík | 2014-12-15 | 1 | -0/+2 | |
| * | | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 | |
| * | | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | Limit the number of new addressses to accumulate | Pieter Wuille | 2014-12-04 | 1 | -2/+9 | |
| * | Do not use third party services for IP detection. | Gregory Maxwell | 2014-11-07 | 1 | -2/+2 | |
| * | boost: split stream classes out of serialize.h | Cory Fields | 2014-10-22 | 1 | -0/+1 | |
| * | Headers-first synchronization | Pieter Wuille | 2014-10-14 | 1 | -4/+0 | |
| * | Limit CNode::mapAskFor | Wladimir J. van der Laan | 2014-09-09 | 1 | -0/+2 | |
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -1/+1 | |
| * | Split up util.cpp/h | Wladimir J. van der Laan | 2014-08-26 | 1 | -1/+2 | |
| * | move functions in main and net to implementation files | Wladimir J. van der Laan | 2014-08-26 | 1 | -150/+8 | |
| * | Merge pull request #4605 | Wladimir J. van der Laan | 2014-08-18 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Add IsReachable(net) function | Wladimir J. van der Laan | 2014-07-30 | 1 | -0/+1 | |