aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge #8837: allow bitcoin-tx to parse partial transactionsWladimir J. van der Laan2016-11-212-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow bitcoin-tx to parse partial transactionsjnewbery2016-11-042-1/+11
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minuteWladimir J. van der Laan2016-11-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Set DEFAULT_LIMITFREERELAY = 0 kB/minuteMarcoFalke2016-11-181-1/+1
* | | | | | | | | Merge #9117: net: don't send feefilter messages before the version handshake ...Wladimir J. van der Laan2016-11-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: don't send feefilter messages before the version handshake is completeCory Fields2016-11-091-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Introduce convenience type CTransactionRefPieter Wuille2016-11-1916-57/+63
* | | | | | | | | Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-1924-149/+161
* | | | | | | | | Add deserializing constructors to CTransaction and CMutableTransactionPieter Wuille2016-11-192-0/+13
* | | | | | | | | Add serialization for unique_ptr and shared_ptrPieter Wuille2016-11-191-0/+59
* | | | | | | | | Merge #9186: test: Fix use-after-free in scheduler testsWladimir J. van der Laan2016-11-191-3/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | test: Fix use-after-free in scheduler testsWladimir J. van der Laan2016-11-181-3/+4
* | | | | | | | | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille2016-11-175-53/+44
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-095-48/+28
| * | | | | | | | Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-095-18/+29
| * | | | | | | | Revert "RPC: Give more details when "generate" fails"Matt Corallo2016-11-081-1/+1
* | | | | | | | | Merge #8838: Calculate size and weight of block correctly in CreateNewBlock()Wladimir J. van der Laan2016-11-171-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | log block size and weight correctly.jnewbery2016-10-031-1/+3
* | | | | | | | | | Merge #9155: [trivial] update comments for tx weightMarcoFalke2016-11-162-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | update comments for tx weightBrian Deery2016-11-142-2/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge #9133: Unset fImporting for loading mempoolWladimir J. van der Laan2016-11-161-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Unset fImporting for loading mempoolAlex Morcos2016-11-111-1/+3
* | | | | | | | | | Merge #9131: fNetworkActive is not protected by a lock, use an atomicWladimir J. van der Laan2016-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fNetworkActive is not protected by a lock, use an atomicJonas Schnelli2016-11-111-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge #9164: [trivial] credit values are CAmountPieter Wuille2016-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | credit values are CAmountGregory Sanders2016-11-151-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge #9140: Bugfix: Correctly replace generated headers and fail cleanlyWladimir J. van der Laan2016-11-152-15/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bugfix: Correctly replace generated headers and fail cleanlyLuke Dashjr2016-11-122-15/+11
* | | | | | | | | | | Merge #9132: Make strWalletFile constWladimir J. van der Laan2016-11-151-4/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make strWalletFile constJonas Schnelli2016-11-111-4/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #9160: [trivial] Fix hungarian variable nameWladimir J. van der Laan2016-11-151-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [trivial] Fix hungarian variable nameRussell Yanofsky2016-11-141-4/+4
| | |_|_|/ / / / / / | |/| | | | | | | |
* / | | | | | | | | [qt] Make network disabled icon 50% opaqueMarcoFalke2016-11-137-34/+15
|/ / / / / / / / /
* | | | | | | | | 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 #8996: Network activity toggleJonas Schnelli2016-11-1116-13/+282
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Qt: New network_disabled iconLuke Dashjr2016-10-242-0/+68
| * | | | | | | | | RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-243-13/+11
| * | | | | | | | | Overhaul network activity toggleJonas Schnelli2016-10-248-14/+74
| * | | | | | | | | 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-111-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Modify getblocktxn handler not to drop requests for old blocksRussell Yanofsky2016-11-071-0/+12
* | | | | | | | | | | 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 #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
| | |_|_|_|_|/ / / / | |/| | | | | | | |