aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2015-11-19Change GetPriority calculation.Alex Morcos
2015-11-30Merge pull request #7112Wladimir J. van der Laan
2015-11-30Move uiInterface.NotifyBlockTip signal above the core/wallet signalJonas Schnelli
2015-11-30Merge pull request #7116Wladimir J. van der Laan
2015-11-30[Qt] call GuessVerificationProgress synchronous during core signal, pass doub...Jonas Schnelli
2015-11-30NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli
2015-11-29Trivial: Fix warning introduced by #7053 by casting to uint64_tJorge Timón
2015-11-29Allow block announcements with headersSuhas Daftuar
2015-11-28Merge pull request #7106Gregory Maxwell
2015-11-28Merge pull request #6508Pieter Wuille
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille
2015-11-27Merge pull request #7053Wladimir J. van der Laan
2015-11-27Merge pull request #6871Wladimir J. van der Laan
2015-11-26Fix and improve relay from whitelisted peersPieter Wuille
2015-11-24Add enforcenodebloom option.Patick Strateman
2015-11-24Move bloom filter filtering logic outside of command "switch" (giant if/else).Patick Strateman
2015-11-23Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón
2015-11-22Merge pull request #7046Gregory Maxwell
2015-11-21Improve log messages for blocks only violations.Patick Strateman
2015-11-21Merge pull request #7011Gregory Maxwell
2015-11-20Bail early in processing transactions in blocks only mode.Patick Strateman
2015-11-20Fix relay mechanism for whitelisted peers under blocks only mode.Patick Strateman
2015-11-18Merge pull request #6932Wladimir J. van der Laan
2015-11-17Fix debug log message for block filesAlex Morcos
2015-11-16Merge pull request #6986Gregory Maxwell
2015-11-15Fixed integer comparison warning.Eric Lombrozo
2015-11-14Merge pull request #6993Gregory Maxwell
2015-11-14Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constantsPatick Strateman
2015-11-14Add whitelistalwaysrelay optionPatick Strateman
2015-11-14Do not process tx inv's in blocksonly modePatick Strateman
2015-11-13Clarify nLockTime-by-time comment in CheckFinalTx()Peter Todd
2015-11-13don't enforce maxuploadtargets disconnect for whitelisted peersJonas Schnelli
2015-11-12Merge pull request #6639Wladimir J. van der Laan
2015-11-12Merge pull request #6918Wladimir J. van der Laan
2015-11-12Merge pull request #6931Pieter Wuille
2015-11-11Merge pull request #6974Wladimir J. van der Laan
2015-11-11Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón
2015-11-11Merge pull request #6982Wladimir J. van der Laan
2015-11-11Globals: Make AcceptBlockHeader static (Fix #6163)Jorge Timón
2015-11-10Fix incorrect locking of mempool during RBF replacementPeter Todd
2015-11-10Improve RBF replacement criteriaSuhas Daftuar
2015-11-10Reject replacements that add new unconfirmed inputsPeter Todd
2015-11-10Prevent low feerate txs from (directly) replacing high feerate txsPeter Todd
2015-11-10Add opt-in full-RBF to mempoolPeter Todd
2015-11-10Merge pull request #6965Wladimir J. van der Laan
2015-11-10net: Automatically create hidden service, listen on TorWladimir J. van der Laan
2015-11-10Merge pull request #6822Wladimir J. van der Laan
2015-11-10Merge pull request #6163Wladimir J. van der Laan