aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-21Always add default_witness_commitment with GBT client supportPieter Wuille
2016-11-21Merge #8872: Remove block-request logic from INV message processingWladimir J. van der Laan
2016-11-21Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan
2016-11-21Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minuteWladimir J. van der Laan
2016-11-21Merge #9117: net: don't send feefilter messages before the version handshake ...Wladimir J. van der Laan
2016-11-20[Qt] Clean up and fix coincontrol tree widget handlingWladimir J. van der Laan
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-19Add deserializing constructors to CTransaction and CMutableTransactionPieter Wuille
2016-11-19Add serialization for unique_ptr and shared_ptrPieter Wuille
2016-11-19Merge #9186: test: Fix use-after-free in scheduler testsWladimir J. van der Laan
2016-11-18Make orphan parent fetching ask for witnesses.Gregory Maxwell
2016-11-18test: Fix use-after-free in scheduler testsWladimir J. van der Laan
2016-11-18[Qt] fix coincontrol sort issueJonas Schnelli
2016-11-17Erase orphans per-transaction instead of per-blockMatt Corallo
2016-11-17Move orphan processing to ActivateBestChainMatt Corallo
2016-11-18Set DEFAULT_LIMITFREERELAY = 0 kB/minuteMarcoFalke
2016-11-17Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille
2016-11-17Merge #8838: Calculate size and weight of block correctly in CreateNewBlock()Wladimir J. van der Laan
2016-11-16Merge #9155: [trivial] update comments for tx weightMarcoFalke
2016-11-16Merge #9133: Unset fImporting for loading mempoolWladimir J. van der Laan
2016-11-16Merge #9131: fNetworkActive is not protected by a lock, use an atomicWladimir J. van der Laan
2016-11-15Merge #9164: [trivial] credit values are CAmountPieter Wuille
2016-11-15credit values are CAmountGregory Sanders
2016-11-15Merge #9140: Bugfix: Correctly replace generated headers and fail cleanlyWladimir J. van der Laan
2016-11-15Merge #9132: Make strWalletFile constWladimir J. van der Laan
2016-11-15Merge #9160: [trivial] Fix hungarian variable nameWladimir J. van der Laan
2016-11-14[trivial] Fix hungarian variable nameRussell Yanofsky
2016-11-14update comments for tx weightBrian Deery
2016-11-13[qt] Make network disabled icon 50% opaqueMarcoFalke
2016-11-12Remove unnecessary calls to CheckFinalTxJonas Schnelli
2016-11-12Mention the new network toggle functionality in the tooltip.Pavel Janík
2016-11-12Move -salvagewallet, -zap(wtx) to where they belongJonas Schnelli
2016-11-12Bugfix: Correctly replace generated headers and fail cleanlyLuke Dashjr
2016-11-11Unset fImporting for loading mempoolAlex Morcos
2016-11-11Make strWalletFile constJonas Schnelli
2016-11-11fNetworkActive is not protected by a lock, use an atomicJonas Schnelli
2016-11-11Merge #9124: Use better name for local variable to prevent -Wshadow compiler ...Wladimir J. van der Laan
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-11-11Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842)Wladimir J. van der Laan
2016-11-11Merge #9112: Avoid ugly exception in log on unknown inv typeWladimir J. van der Laan
2016-11-10Use better name for local variable to prevent -Wshadow compiler warningPavel Janík
2016-11-10Merge #9049: Remove duplicatable duplicate-input check from CheckTransactionWladimir J. van der Laan
2016-11-10Merge #9122: fix getnettotals RPC description about timemillis.MarcoFalke
2016-11-10Merge #9121: Initialize variable to prevent compiler warningWladimir J. van der Laan
2016-11-10Merge #9120: bug: Missed one "return false" in recent refactoring in #9067Wladimir J. van der Laan
2016-11-10fix getnettotals RPC description about timemillis.Masahiko Hyuga
2016-11-10Initialize variable to prevent compiler warningPavel Janík
2016-11-10Missed one "return false" in recent refactoring in #9067UdjinM6
2016-11-09Merge #9111: Remove unused variable UNLIKELY_PCT from fees.hWladimir J. van der Laan