aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-02Merge #8753: Locked memory managerWladimir J. van der Laan
2016-11-02Merge #9032: test: Add format-dependent comparison to bctestWladimir J. van der Laan
2016-11-02Merge #8448: Store mempool and prioritization data to diskWladimir J. van der Laan
2016-11-02IsInitialBlockDownload no longer uses header-only timestamps.Gregory Maxwell
2016-11-02Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell
2016-11-02IBD check uses minimumchain work instead of checkpoints.Gregory Maxwell
2016-11-01trivial: fix bloom filter init to isEmpty = trueRobert McLaughlin
2016-11-01Merge #9043: [qt] Return useful error message on ATMP failureJonas Schnelli
2016-11-01Use RelevantServices instead of node_network in AttemptToEvict.Gregory Maxwell
2016-10-31net: Use deterministic randomness for CNode's nonce, and make it constCory Fields
2016-10-31net: constify a few CNode vars to indicate that they're threadsafeCory Fields
2016-10-31Move nTimeBestReceived updating into net processing codeMatt Corallo
2016-10-31Move all calls to CheckBlockIndex out of net-processing logicMatt Corallo
2016-10-31Remove network state wipe from UnloadBlockIndex.Matt Corallo
2016-10-31Move MarkBlockAsReceived out of ProcessNewMessageMatt Corallo
2016-10-31Move FlushStateToDisk call out of ProcessMessages::TX into ATMPMatt Corallo
2016-10-31[rpc] ParseHash: Fail when length is not 64MarcoFalke
2016-10-31Add DumpMempool and LoadMempoolPieter Wuille
2016-10-30Add AcceptToMemoryPoolWithTime functionPieter Wuille
2016-10-30Add feedelta to TxMempoolInfoPieter Wuille
2016-10-31Change all instance of 'GMT epoch' to 'Unix epoch'matthias
2016-10-30[qt] Return useful error message on ATMP failureMarcoFalke
2016-10-30Move CWalletDB::ReorderTransactions to CWalletPatrick Strateman
2016-10-28test: Add format-dependent comparison to bctestWladimir J. van der Laan
2016-10-28wallet: Change default confirm target from 2 to 6Wladimir J. van der Laan
2016-10-28Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation targetWladimir J. van der Laan
2016-10-28Merge #9016: Return useful error message on ATMP failureWladimir J. van der Laan
2016-10-28[Qt] overhaul smart-fee slider, adjust default confirmation targetJonas Schnelli
2016-10-28[Qt] Hide nTxConfirmTarget behind WalletModelJonas Schnelli
2016-10-28CoinControl: add option for custom confirmation targetJonas Schnelli
2016-10-27instance of 'mem pool' to 'mempool'S. Matthew English
2016-10-27bench: Add benchmark for lockedpool allocation/deallocationWladimir J. van der Laan
2016-10-27rpc: Add `getmemoryinfo` callWladimir J. van der Laan
2016-10-27support: Add LockedPoolWladimir J. van der Laan
2016-10-26Return useful error message on ATMP failureinstagibbs
2016-10-26rpc: Remove invalid explanation from wallet fee messageWladimir J. van der Laan
2016-10-25Explicitly pass const CChainParams& to LoadBlockIndexDB()Geoffrey Tsui
2016-10-25Merge #8515: A few mempool removal optimizationsWladimir J. van der Laan
2016-10-25Merge #9008: [net] Remove assert(nMaxInbound > 0)Wladimir J. van der Laan
2016-10-25Merge #9002: Make connect=0 disable automatic outbound connections.Wladimir J. van der Laan
2016-10-25Make connect=0 disable automatic outbound connections.Gregory Maxwell
2016-10-24[net] Remove assert(nMaxInbound > 0)MarcoFalke
2016-10-24Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processingWladimir J. van der Laan
2016-10-21Add some missing includesPieter Wuille
2016-10-21Return shared_ptr<CTransaction> from mempool removesPieter Wuille
2016-10-21Make removed and conflicted arguments optional to removePieter Wuille
2016-10-21Bypass removeRecursive in removeForReorgPieter Wuille
2016-10-21Fix doxygen comment: the transaction is returned in txOutPavel Janík
2016-10-21Merge #8982: Eliminating Inconsistencies in Textual OutputMarcoFalke
2016-10-21Add missing cs_main lock to ::GETBLOCKTXN processingMatt Corallo