aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-25CNodeRef copy constructor and assignment operatorPatrick Strateman
2015-08-22Return false early if vEvictionCandidates is emptyPatrick Strateman
2015-08-22Better support for nodes with non-standard nMaxConnectionsPatrick Strateman
2015-08-22RAII wrapper for CNode*Patrick Strateman
2015-08-22Add comments to AttemptToEvictConnectionPatrick Strateman
2015-08-22Remove redundant whiteconnections optionPatrick Strateman
2015-08-22Prefer to disconnect peers in favor of whitelisted peersPatrick Strateman
2015-08-22AttemptToEvictConnectionPatrick Strateman
2015-08-22Record nMinPingUsecTimePatrick Strateman
2015-08-22Refactor: Move failure conditions to the top of AcceptConnectionPatrick Strateman
2015-08-22Refactor: Bail early in AcceptConnectionPatrick Strateman
2015-08-22Refactor: AcceptConnectionPatrick Strateman
2015-08-21Merge pull request #6541Wladimir J. van der Laan
2015-08-20Merge pull request #6242Wladimir J. van der Laan
2015-08-20Merge pull request #6545Wladimir J. van der Laan
2015-08-20Merge pull request #6556Wladimir J. van der Laan
2015-08-20Merge pull request #6571Wladimir J. van der Laan
2015-08-19add unit test for CNetAddr::GetGroup.Alex Morcos
2015-08-19consensus: cache the openssl EC_GROUP to avoid a race condition for each CECK...Cory Fields
2015-08-19Merge pull request #6544Wladimir J. van der Laan
2015-08-19Merge pull request #6539Wladimir J. van der Laan
2015-08-19Merge pull request #6565Wladimir J. van der Laan
2015-08-19Merge pull request #6561Wladimir J. van der Laan
2015-08-18Make sure we re-acquire lock if a task throwsCasey Rodarmor
2015-08-18Fix crash when mining with empty keypool.Daniel Kraft
2015-08-17Add limitedmap testCasey Rodarmor
2015-08-17Disallow unlimited limited mapsCasey Rodarmor
2015-08-17Make limited map actually respect max sizeCasey Rodarmor
2015-08-17Merge pull request #6551Wladimir J. van der Laan
2015-08-15Merge pull request #6013Jeff Garzik
2015-08-14Fix masking of irrelevant bits in address groups.Alex Morcos
2015-08-14Merge pull request #6415Wladimir J. van der Laan
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-08-12Handle leveldb::DestroyDB() errors on wipe failureAdam Weiss
2015-08-11Merge pull request #6519Wladimir J. van der Laan
2015-08-11Move mempool rejections to new debug categoryWladimir J. van der Laan
2015-08-11Add information to errors in ConnectBlock, CheckBlockWladimir J. van der Laan
2015-08-11Remove most logging from transaction validationWladimir J. van der Laan
2015-08-11Add function to convert CValidationState to a human-readable messageWladimir J. van der Laan
2015-08-11Introduce REJECT_INTERNAL codes for local AcceptToMempool errorsWladimir J. van der Laan
2015-08-11Do not store more than 200 timedata samples.Pavel Janík
2015-08-10Fix spelling mistake in -> if.Mark Friedenbach
2015-08-10Correct a possibly intentional pun that is nevertheless hard to read: "two ti...Mark Friedenbach
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-08-10Reformat validateaddress help, add missing iswatchonly description.Pavel Janík
2015-08-10Merge pull request #6346Wladimir J. van der Laan
2015-08-10Merge pull request #6534Wladimir J. van der Laan
2015-08-08SQUASH "Implement watchonly support in fundrawtransaction"Matt Corallo
2015-08-08SQUASH "Add have-pubkey distinction to ISMINE flags"Matt Corallo
2015-08-08Add some const declarations where they are appropriate.Daniel Kraft