aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [qa] proxy_test: Calculate hardcoded port numbers insteadMarcoFalke2016-11-131-4/+12
* Merge #9124: Use better name for local variable to prevent -Wshadow compiler ...Wladimir J. van der Laan2016-11-111-2/+2
|\
| * Use better name for local variable to prevent -Wshadow compiler warningPavel Janík2016-11-101-2/+2
* | Merge #9115: Mention reporting security issues responsiblyWladimir J. van der Laan2016-11-111-0/+2
|\ \
| * | Mention reporting security issues responsiblyPavel Janík2016-11-101-0/+2
* | | Merge #8996: Network activity toggleJonas Schnelli2016-11-1117-13/+285
|\ \ \
| * | | Qt: New network_disabled iconLuke Dashjr2016-10-243-1/+71
| * | | RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-243-13/+11
| * | | Overhaul network activity toggleJonas Schnelli2016-10-249-14/+75
| * | | Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen2016-10-248-7/+97
| * | | RPC: Add "togglenetwork" method to toggle network activity temporarilyJon Lund Steffensen2016-10-243-1/+23
| * | | Allow network activity to be temporarily suspended.Jon Lund Steffensen2016-10-242-0/+31
* | | | Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842)Wladimir J. van der Laan2016-11-112-5/+25
|\ \ \ \
| * | | | Modify getblocktxn handler not to drop requests for old blocksRussell Yanofsky2016-11-072-3/+21
| * | | | [qa] Fix stale data bug in test_compactblocks_not_at_tipRussell Yanofsky2016-11-021-0/+2
| * | | | [qa] Fix bug in compactblocks v2 mergeRussell Yanofsky2016-11-021-2/+2
* | | | | Merge #9112: Avoid ugly exception in log on unknown inv typeWladimir J. van der Laan2016-11-111-1/+5
|\ \ \ \ \
| * | | | | Avoid ugly exception in log on unknown inv typeWladimir J. van der Laan2016-11-091-1/+5
* | | | | | Merge #9114: [depends] Set OSX_MIN_VERSION to 10.8Wladimir J. van der Laan2016-11-111-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [depends] Set OSX_MIN_VERSION to 10.8fanquake2016-11-091-1/+1
* | | | | | Merge #9049: Remove duplicatable duplicate-input check from CheckTransactionWladimir J. van der Laan2016-11-105-11/+82
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Optimize vInOutPoints insertion a bitMatt Corallo2016-11-091-2/+1
| * | | | | Remove redundant duplicate-input check from CheckTransactionMatt Corallo2016-11-092-10/+12
| * | | | | Add deserialize + CheckBlock benchmarks, and a full block hexMatt Corallo2016-11-093-1/+71
| |/ / / /
* | | | | Merge #9097: [qa] Rework sync_* and preciousblock.pyMarcoFalke2016-11-103-49/+54
|\ \ \ \ \
| * | | | | [qa] util: Rework sync_*()MarcoFalke2016-11-072-18/+20
| * | | | | [qa] preciousblock: Use assert_equal and BitcoinTestFramework.__init__MarcoFalke2016-11-071-31/+34
* | | | | | Merge #9122: fix getnettotals RPC description about timemillis.MarcoFalke2016-11-101-1/+1
|\ \ \ \ \ \
| * | | | | | fix getnettotals RPC description about timemillis.Masahiko Hyuga2016-11-101-1/+1
* | | | | | | Merge #9121: Initialize variable to prevent compiler warningWladimir J. van der Laan2016-11-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Initialize variable to prevent compiler warningPavel Janík2016-11-101-1/+1
| |/ / / / / /
* | | | | | | Merge #9120: bug: Missed one "return false" in recent refactoring in #9067Wladimir J. van der Laan2016-11-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Missed one "return false" in recent refactoring in #9067UdjinM62016-11-101-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge #8894: [Testing] Include fRelay in mininode version messagesWladimir J. van der Laan2016-11-091-6/+20
|\ \ \ \ \ \
| * | | | | | Fix mininode version message formatjnewbery2016-11-091-6/+20
* | | | | | | Merge #9111: Remove unused variable UNLIKELY_PCT from fees.hWladimir J. van der Laan2016-11-091-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unused var UNLIKELY_PCT from fees.hfanquake2016-11-091-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Revert "Check and enable -Wshadow by default."Wladimir J. van der Laan2016-11-091-1/+0
* | | | | | | Merge #8794: Enable -Wshadow by defaultWladimir J. van der Laan2016-11-092-0/+27
|\ \ \ \ \ \ \
| * | | | | | | Add notes about variable names and shadowingPavel Janík2016-11-091-0/+26
| * | | | | | | Check and enable -Wshadow by default.Pavel Janík2016-09-221-0/+1
* | | | | | | | Merge #9039: Various serialization simplifcations and optimizationsWladimir J. van der Laan2016-11-0939-543/+409
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Use fixed preallocation instead of costly GetSerializeSizePieter Wuille2016-11-071-6/+9
| * | | | | | | Add optimized CSizeComputer serializersPieter Wuille2016-11-072-0/+40
| * | | | | | | Make CSerAction's ForRead() constexprPieter Wuille2016-11-071-2/+2
| * | | | | | | Avoid -Wshadow errorsPieter Wuille2016-11-071-3/+3
| * | | | | | | Get rid of nType and nVersionPieter Wuille2016-11-0736-280/+304
| * | | | | | | Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-0714-210/+27
| * | | | | | | Make nType and nVersion private and sometimes constPieter Wuille2016-11-074-24/+20
| * | | | | | | Make streams' read and write return voidPieter Wuille2016-11-074-22/+12