aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Use network group instead of CNetAddr in final pass to select node to disconnectPatrick Strateman2015-08-301-10/+10
| * | | | | | | | | | | | | | | Fix commentPatrick Strateman2015-08-251-1/+1
| * | | | | | | | | | | | | | | Acquire cs_vNodes before changing refrence countsPatrick Strateman2015-08-251-2/+12
| * | | | | | | | | | | | | | | CNodeRef copy constructor and assignment operatorPatrick Strateman2015-08-251-0/+16
| * | | | | | | | | | | | | | | Return false early if vEvictionCandidates is emptyPatrick Strateman2015-08-221-3/+8
| * | | | | | | | | | | | | | | Better support for nodes with non-standard nMaxConnectionsPatrick Strateman2015-08-221-1/+1
| * | | | | | | | | | | | | | | RAII wrapper for CNode*Patrick Strateman2015-08-221-7/+18
| * | | | | | | | | | | | | | | Add comments to AttemptToEvictConnectionPatrick Strateman2015-08-221-0/+7
| * | | | | | | | | | | | | | | Remove redundant whiteconnections optionPatrick Strateman2015-08-223-41/+0
| * | | | | | | | | | | | | | | Prefer to disconnect peers in favor of whitelisted peersPatrick Strateman2015-08-221-3/+6
| * | | | | | | | | | | | | | | AttemptToEvictConnectionPatrick Strateman2015-08-221-10/+106
| * | | | | | | | | | | | | | | Record nMinPingUsecTimePatrick Strateman2015-08-222-0/+3
| * | | | | | | | | | | | | | | Refactor: Move failure conditions to the top of AcceptConnectionPatrick Strateman2015-08-221-6/+6
| * | | | | | | | | | | | | | | Refactor: Bail early in AcceptConnectionPatrick Strateman2015-08-221-14/+21
| * | | | | | | | | | | | | | | Refactor: AcceptConnectionPatrick Strateman2015-08-221-58/+62
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #6583Wladimir J. van der Laan2015-08-311-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | add support for miniupnpc api version 14Pavel Vasin2015-08-231-1/+5
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Make sure LogPrint strings are line-terminatedJ Ross Nicoll2015-08-291-1/+1
* | | | | | | | | | | | | | | Merge pull request #6530Wladimir J. van der Laan2015-08-261-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Improve addrman Select() performance when buckets are nearly emptyPieter Wuille2015-08-261-4/+8
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | net: Set SO_REUSEADDR for Windows tooCory Fields2015-08-251-1/+3
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #6576Wladimir J. van der Laan2015-08-242-6/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Stop parsing JSON after first finished construct.Daniel Kraft2015-08-202-6/+23
* | | | | | | | | | | | | | Merge pull request #6541Wladimir J. van der Laan2015-08-211-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Reformat validateaddress help, add missing iswatchonly description.Pavel Janík2015-08-101-4/+5
* | | | | | | | | | | | | | | Merge pull request #6242Wladimir J. van der Laan2015-08-204-18/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | chainparams: don't use std namespaceCory Fields2015-07-281-3/+1
| * | | | | | | | | | | | | | | chainparams: move CCheckpointData into chainparams.hCory Fields2015-07-284-15/+15
* | | | | | | | | | | | | | | | Merge pull request #6545Wladimir J. van der Laan2015-08-201-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Do not store more than 200 timedata samples.Pavel Janík2015-08-111-1/+5
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #6556Wladimir J. van der Laan2015-08-202-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | add unit test for CNetAddr::GetGroup.Alex Morcos2015-08-191-0/+17
| * | | | | | | | | | | | | | | | Fix masking of irrelevant bits in address groups.Alex Morcos2015-08-141-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #6571Wladimir J. van der Laan2015-08-201-5/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | consensus: cache the openssl EC_GROUP to avoid a race condition for each CECK...Cory Fields2015-08-191-5/+28
* | | | | | | | | | | | | | | | | Merge pull request #6544Wladimir J. van der Laan2015-08-192-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix spelling mistake in -> if.Mark Friedenbach2015-08-101-1/+1
| * | | | | | | | | | | | | | | | | Correct a possibly intentional pun that is nevertheless hard to read: "two ti...Mark Friedenbach2015-08-101-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #6539Wladimir J. van der Laan2015-08-1916-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | typofixes (found by misspell_fixer)Veres Lajos2015-08-1016-17/+17
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #6565Wladimir J. van der Laan2015-08-191-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Make sure we re-acquire lock if a task throwsCasey Rodarmor2015-08-181-5/+7
* | | | | | | | | | | | | | | | | | Merge pull request #6561Wladimir J. van der Laan2015-08-193-8/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add limitedmap testCasey Rodarmor2015-08-172-0/+102
| * | | | | | | | | | | | | | | | | | Disallow unlimited limited mapsCasey Rodarmor2015-08-171-8/+11
| * | | | | | | | | | | | | | | | | | Make limited map actually respect max sizeCasey Rodarmor2015-08-171-1/+1
| |/ / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / Fix crash when mining with empty keypool.Daniel Kraft2015-08-182-3/+9
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #6551Wladimir J. van der Laan2015-08-171-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Handle leveldb::DestroyDB() errors on wipe failureAdam Weiss2015-08-121-1/+2
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #6013Jeff Garzik2015-08-152-44/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |