aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-11-09Optimize vInOutPoints insertion a bitMatt Corallo
2016-11-09Remove redundant duplicate-input check from CheckTransactionMatt Corallo
2016-11-09Add deserialize + CheckBlock benchmarks, and a full block hexMatt Corallo
2016-11-09Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo
2016-11-09Remove pfrom parameter from ProcessNewBlockMatt Corallo
2016-11-09net: don't send feefilter messages before the version handshake is completeCory Fields
2016-11-09Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan
2016-11-09Avoid ugly exception in log on unknown inv typeWladimir J. van der Laan
2016-11-09Merge #8874: Multiple Selection for peer and ban tablesWladimir J. van der Laan
2016-11-09Remove unused var UNLIKELY_PCT from fees.hfanquake
2016-11-08Revert "RPC: Give more details when "generate" fails"Matt Corallo
2016-11-08Fix auto-deselection of peersAndrew Chow
2016-11-08RPC: Give more details when "generate" failsJorge Timón
2016-11-08Multiple Selection for peer and ban tablesAndrew Chow
2016-11-08Merge #9088: Reduce ambiguity of warning messageWladimir J. van der Laan
2016-11-08Merge #9067: Fix exit codesWladimir J. van der Laan
2016-11-08Merge #9095: test: Fix test_random includesJonas Schnelli
2016-11-07Merge #9026: Fix handling of invalid compact blocksPieter Wuille
2016-11-07Remove block-request logic from INV message processingMatt Corallo
2016-11-07Merge #9045: Hash P2P messages as they are received instead of at process-timePieter Wuille
2016-11-07Use fixed preallocation instead of costly GetSerializeSizePieter Wuille
2016-11-07Add optimized CSizeComputer serializersPieter Wuille
2016-11-07Make CSerAction's ForRead() constexprPieter Wuille
2016-11-07Avoid -Wshadow errorsPieter Wuille
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-11-07Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille
2016-11-07Make nType and nVersion private and sometimes constPieter Wuille
2016-11-07Modify getblocktxn handler not to drop requests for old blocksRussell Yanofsky
2016-11-07Every main()/exit() should return/use one of EXIT_ codes instead of magic num...UdjinM6
2016-11-07Make streams' read and write return voidPieter Wuille
2016-11-07Remove unused ReadVersion and WriteVersionPieter Wuille