aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2016-01-05Merge pull request #7217Wladimir J. van der Laan
2016-01-04Merge pull request #7263Wladimir J. van der Laan
2016-01-03Report non-mandatory script failures correctlyPieter Wuille
2015-12-30Double semicolon cleanup.21E14
2015-12-21Merge pull request #7062Wladimir J. van der Laan
2015-12-15Mark blocks with too many sigops as failedSuhas Daftuar
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-11Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-12-10net: Add and document network messages in protocol.hWladimir J. van der Laan
2015-12-07net: Fix sent reject messages for blocks and transactionsWladimir J. van der Laan
2015-12-05Don't do mempool lookups for "mempool" command without a filterMatt Corallo
2015-12-03Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell
2015-12-03Merge pull request #7113Wladimir J. van der Laan
2015-12-03Merge pull request #7133Wladimir J. van der Laan
2015-12-02Remove GetMinRelayFeeSuhas Daftuar
2015-12-02Use fee deltas for determining mempool acceptanceSuhas Daftuar
2015-12-02Update replace-by-fee logic to use fee deltasSuhas Daftuar
2015-12-02PartitionCheck: remove useless spacespaveljanik
2015-12-02Fix various typospaveljanik
2015-12-01Flush coins cache also after transaction processingPieter Wuille
2015-12-01Uncache input txn in utxo cache if a tx is not accepted to mempoolMatt Corallo
2015-12-01Discard txn cache entries that were loaded for removed mempool txnMatt Corallo
2015-12-01Expose FormatStateMessageAlex Morcos
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-12-01Merge pull request #7141Wladimir J. van der Laan
2015-12-01Merge pull request #6915Wladimir J. van der Laan
2015-12-01rpc: Don't translate warning messagesWladimir J. van der Laan
2015-12-01Merge pull request #7079Wladimir J. van der Laan
2015-11-30Fix removeForReorg to use MedianTimePastSuhas Daftuar
2015-11-30Don't call removeForReorg if DisconnectTip failsSuhas Daftuar
2015-11-30Track coinbase spends in CTxMemPoolEntrySuhas Daftuar
2015-11-30removeForReorg calls once-per-disconnect-> once-per-reorgMatt Corallo
2015-11-30Make indentation in ActivateBestChainStep readableMatt Corallo
2015-11-30Fix removal of time-locked transactions during reorgMatt Corallo
2015-11-30Actually only use filterInventoryKnown with MSG_TX inventory messages.Gregory Maxwell
2015-11-30Rename setInventoryKnown filterInventoryKnownPatick Strateman
2015-11-30Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell
2015-11-30Merge pull request #7116Wladimir J. van der Laan
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-28Switch to a more efficient rolling Bloom filterPieter Wuille
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