aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2016-08-22Merge #8548: [wallet] Use __func__ to get function name for output printingWladimir J. van der Laan
2016-08-19Use __func__ to get function name for output printingMarcoFalke
2016-08-17Merge #8505: Trivial: Fix typos in various filesWladimir J. van der Laan
2016-08-14various typosleijurv
2016-08-12Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli
2016-08-04Merge #8392: Fix several node initialization issuesWladimir J. van der Laan
2016-08-04Merge #8391: Consensus: Remove ISMWladimir J. van der Laan
2016-08-01Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...Pieter Wuille
2016-07-30Use a signal to continue init after genesis activationPieter Wuille
2016-07-29net: Ignore `notfound` P2P messagesWladimir J. van der Laan
2016-07-29Merge #8274: util: Update tinyformatWladimir J. van der Laan
2016-07-29Merge #8408: Prevent fingerprinting, disk-DoS with compact blocksWladimir J. van der Laan
2016-07-28Merge #8348: Trivial: Segwit: Don't call IsWitnessEnabled from ContextualChec...Wladimir J. van der Laan
2016-07-27Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...Jorge Timón
2016-07-26Ignore CMPCTBLOCK messages for pruned blocksSuhas Daftuar
2016-07-26Ignore GETBLOCKTXN requests for unknown blocksSuhas Daftuar
2016-07-26Merge #8381: Make witness v0 outputs non-standardWladimir J. van der Laan
2016-07-26Merge #8365: Treat high-sigop transactions as larger rather than rejecting themWladimir J. van der Laan
2016-07-23Consensus: Remove ISMNicolasDorier
2016-07-22Make witness v0 outputs non-standard before segwit activationJohnson Lau
2016-07-21Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea...Wladimir J. van der Laan
2016-07-21Consensus: Remove calls to error() from ContextualCheckBlockNicolasDorier
2016-07-21Merge #8342: Consensus: Trivial transform BOOST_FOREACH into for loopWladimir J. van der Laan
2016-07-19Treat high-sigop transactions as larger rather than rejecting themPieter Wuille
2016-07-18Rename "block cost" to "block weight"Suhas Daftuar
2016-07-18Merge #8305: Improve handling of unconnecting headersWladimir J. van der Laan
2016-07-17Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlockJorge Timón
2016-07-17Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte...Jorge Timón
2016-07-16Consensus: Trivial transform BOOST_FOREACH into for loopNicolasDorier
2016-07-14Merge #8312: Fix mempool DoS vulnerability from malleated transactionsWladimir J. van der Laan
2016-07-14Merge #8271: [bugfix] Do not send witnesses in cmpctblockWladimir J. van der Laan
2016-07-12Improve handling of unconnecting headersSuhas Daftuar
2016-07-07Fix DoS vulnerability in mempool acceptanceSuhas Daftuar
2016-07-06Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan
2016-07-05Revert "net: Avoid duplicate getheaders requests." PR #8054Gregory Maxwell
2016-06-27util: Remove zero-argument versions of LogPrint and errorWladimir J. van der Laan
2016-06-26Do not send witnesses in cmpctblockPieter Wuille
2016-06-22[qa] Add rpc test for segwitAlex Morcos
2016-06-22Do not use compact blocks when segwit is enabledPieter Wuille
2016-06-22Add rewind logic to deal with post-fork software updatesPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP144: Handshake and relay (receiver side)Pieter Wuille
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-22BIP141: Witness programPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
2016-06-21Fix some minor compact block issues that came up in reviewMatt Corallo
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-19Get our "best three" peers to announce blocks using cmpctblocksMatt Corallo