Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-16 | Merge #9131: fNetworkActive is not protected by a lock, use an atomic | Wladimir J. van der Laan | |
079142b fNetworkActive is not protected by a lock, use an atomic (Jonas Schnelli) | |||
2016-11-15 | Merge #9164: [trivial] credit values are CAmount | Pieter Wuille | |
20c3215 credit values are CAmount (Gregory Sanders) | |||
2016-11-15 | SendMoney: use already-calculated balance | instagibbs | |
2016-11-15 | credit values are CAmount | Gregory Sanders | |
2016-11-15 | Merge #9140: Bugfix: Correctly replace generated headers and fail cleanly | Wladimir J. van der Laan | |
b74ff5c Bugfix: Correctly replace generated headers and fail cleanly (Luke Dashjr) | |||
2016-11-15 | Merge #9132: Make strWalletFile const | Wladimir J. van der Laan | |
f734505 Make strWalletFile const (Jonas Schnelli) | |||
2016-11-15 | Merge #9160: [trivial] Fix hungarian variable name | Wladimir J. van der Laan | |
ec34648 [trivial] Fix hungarian variable name (Russell Yanofsky) | |||
2016-11-14 | [trivial] Fix hungarian variable name | Russell Yanofsky | |
Follow up to comment https://github.com/bitcoin/bitcoin/pull/9058#discussion_r87676593 | |||
2016-11-14 | update comments for tx weight | Brian Deery | |
2016-11-13 | [qt] Make network disabled icon 50% opaque | MarcoFalke | |
2016-11-12 | Remove unnecessary calls to CheckFinalTx | Jonas Schnelli | |
2016-11-12 | Mention the new network toggle functionality in the tooltip. | Pavel Janík | |
2016-11-12 | Move -salvagewallet, -zap(wtx) to where they belong | Jonas Schnelli | |
2016-11-12 | Bugfix: Correctly replace generated headers and fail cleanly | Luke Dashjr | |
Also removes generation of headers for *.raw files in test_bitcoin (none exist anymore) | |||
2016-11-11 | Unset fImporting for loading mempool | Alex Morcos | |
2016-11-11 | Make strWalletFile const | Jonas Schnelli | |
2016-11-11 | fNetworkActive is not protected by a lock, use an atomic | Jonas Schnelli | |
2016-11-11 | Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile | Luke Dashjr | |
2016-11-11 | Wallet: Let the interval-flushing thread figure out the filename | Luke Dashjr | |
2016-11-11 | Merge #9124: Use better name for local variable to prevent -Wshadow compiler ↵ | Wladimir J. van der Laan | |
warning bf49f10 Use better name for local variable to prevent -Wshadow compiler warning (Pavel Janík) | |||
2016-11-11 | Merge #8996: Network activity toggle | Jonas Schnelli | |
19f46f1 Qt: New network_disabled icon (Luke Dashjr) 54cf997 RPC/Net: Use boolean consistently for networkactive, and remove from getinfo (Luke Dashjr) b2b33d9 Overhaul network activity toggle (Jonas Schnelli) 32efa79 Qt: Add GUI feedback and control of network activity state. (Jon Lund Steffensen) e38993b RPC: Add "togglenetwork" method to toggle network activity temporarily (Jon Lund Steffensen) 7c9a98a Allow network activity to be temporarily suspended. (Jon Lund Steffensen) | |||
2016-11-11 | Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842) | Wladimir J. van der Laan | |
dac53b5 Modify getblocktxn handler not to drop requests for old blocks (Russell Yanofsky) 55bfddc [qa] Fix stale data bug in test_compactblocks_not_at_tip (Russell Yanofsky) 47e9659 [qa] Fix bug in compactblocks v2 merge (Russell Yanofsky) | |||
2016-11-11 | Merge #9112: Avoid ugly exception in log on unknown inv type | Wladimir J. van der Laan | |
e9f25dd Avoid ugly exception in log on unknown inv type (Wladimir J. van der Laan) | |||
2016-11-10 | Use better name for local variable to prevent -Wshadow compiler warning | Pavel Janík | |
2016-11-10 | Merge #9049: Remove duplicatable duplicate-input check from CheckTransaction | Wladimir J. van der Laan | |
e2b3fb3 Optimize vInOutPoints insertion a bit (Matt Corallo) eecffe5 Remove redundant duplicate-input check from CheckTransaction (Matt Corallo) b2e178a Add deserialize + CheckBlock benchmarks, and a full block hex (Matt Corallo) | |||
2016-11-10 | Merge #9122: fix getnettotals RPC description about timemillis. | MarcoFalke | |
a79f864 fix getnettotals RPC description about timemillis. (Masahiko Hyuga) | |||
2016-11-10 | Merge #9121: Initialize variable to prevent compiler warning | Wladimir J. van der Laan | |
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík) | |||
2016-11-10 | Merge #9120: bug: Missed one "return false" in recent refactoring in #9067 | Wladimir J. van der Laan | |
45d372f Missed one "return false" in recent refactoring in #9067 (UdjinM6) | |||
2016-11-10 | fix getnettotals RPC description about timemillis. | Masahiko Hyuga | |
2016-11-10 | Initialize variable to prevent compiler warning | Pavel Janík | |
2016-11-10 | Missed one "return false" in recent refactoring in #9067 | UdjinM6 | |
2016-11-09 | Merge #9111: Remove unused variable UNLIKELY_PCT from fees.h | Wladimir J. van der Laan | |
d8edf03 Remove unused var UNLIKELY_PCT from fees.h (fanquake) | |||
2016-11-09 | Optimize vInOutPoints insertion a bit | Matt Corallo | |
2016-11-09 | Remove redundant duplicate-input check from CheckTransaction | Matt Corallo | |
2016-11-09 | Add deserialize + CheckBlock benchmarks, and a full block hex | Matt Corallo | |
2016-11-09 | Replace CValidationState param in ProcessNewBlock with BlockChecked | Matt Corallo | |
2016-11-09 | Remove pfrom parameter from ProcessNewBlock | Matt Corallo | |
This further decouples ProcessNewBlock from networking/peer logic. | |||
2016-11-09 | net: don't send feefilter messages before the version handshake is complete | Cory Fields | |
2016-11-09 | Merge #9039: Various serialization simplifcations and optimizations | Wladimir J. van der Laan | |
d59a518 Use fixed preallocation instead of costly GetSerializeSize (Pieter Wuille) 25a211a Add optimized CSizeComputer serializers (Pieter Wuille) a2929a2 Make CSerAction's ForRead() constexpr (Pieter Wuille) a603925 Avoid -Wshadow errors (Pieter Wuille) 5284721 Get rid of nType and nVersion (Pieter Wuille) 657e05a Make GetSerializeSize a wrapper on top of CSizeComputer (Pieter Wuille) fad9b66 Make nType and nVersion private and sometimes const (Pieter Wuille) c2c5d42 Make streams' read and write return void (Pieter Wuille) 50e8a9c Remove unused ReadVersion and WriteVersion (Pieter Wuille) | |||
2016-11-09 | Avoid ugly exception in log on unknown inv type | Wladimir J. van der Laan | |
It is unexpected behavior for `ToString` to raise an exception. It is expected to do a best-effort attempt at formatting but never fail. Catch the exception and simply print unknown inv types as hexadecimal. Fixes #9110. | |||
2016-11-09 | Merge #8874: Multiple Selection for peer and ban tables | Wladimir J. van der Laan | |
1077577 Fix auto-deselection of peers (Andrew Chow) addfdeb Multiple Selection for peer and ban tables (Andrew Chow) | |||
2016-11-09 | Remove unused var UNLIKELY_PCT from fees.h | fanquake | |
2016-11-08 | Revert "RPC: Give more details when "generate" fails" | Matt Corallo | |
This only returned information in the case of CheckBlock failure, but breaks future changes. | |||
2016-11-08 | Fix auto-deselection of peers | Andrew Chow | |
2016-11-08 | RPC: Give more details when "generate" fails | Jorge Timón | |
2016-11-08 | Multiple Selection for peer and ban tables | Andrew Chow | |
Allows multiple selection and action for the nodes in the peer and ban tables in the Debug Window. | |||
2016-11-08 | Merge #9088: Reduce ambiguity of warning message | Wladimir J. van der Laan | |
77cbbd9 Make warning message about wallet balance possibly being incorrect less ambiguous. (R E Broadley) | |||
2016-11-08 | Merge #9067: Fix exit codes | Wladimir J. van der Laan | |
4441018 Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers (UdjinM6) bd0de13 Fix exit codes: - `--help`, `--version` etc should exit with `0` i.e. no error ("not enough args" case should still trigger an error) - error reading config file should exit with `1` (UdjinM6) | |||
2016-11-08 | Merge #9095: test: Fix test_random includes | Jonas Schnelli | |
fa8278e test: Fix test_random includes (MarcoFalke) | |||
2016-11-07 | Merge #9026: Fix handling of invalid compact blocks | Pieter Wuille | |
d4833ff Bump the protocol version to distinguish new banning behavior. (Suhas Daftuar) 88c3549 Fix compact block handling to not ban if block is invalid (Suhas Daftuar) c93beac [qa] Test that invalid compactblocks don't result in ban (Suhas Daftuar) |