aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6918Wladimir J. van der Laan2015-11-124-36/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 69d373f Don't wipe the sigcache in TestBlockValidity (Pieter Wuille) 0b9e9dc Evict sigcache entries that are seen in a block (Pieter Wuille) 830e3f3 Make sigcache faster and more efficient (Pieter Wuille)
| | * | | | | | | | | | | | | | | | | | | | Don't wipe the sigcache in TestBlockValidityPieter Wuille2015-11-021-1/+2
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Evict sigcache entries that are seen in a blockPieter Wuille2015-10-311-2/+13
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Make sigcache faster and more efficientPieter Wuille2015-10-313-35/+52
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #6931Pieter Wuille2015-11-123-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33c90cf Make skipping BIP30 check chain agnostic (Alex Morcos) 06d81ad Skip BIP30 check after BIP34 activation (Alex Morcos)
| | * | | | | | | | | | | | | | | | | | | | Make skipping BIP30 check chain agnosticAlex Morcos2015-11-023-4/+13
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Skip BIP30 check after BIP34 activationAlex Morcos2015-11-021-0/+11
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6804Wladimir J. van der Laan2015-11-128-55/+334
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b5cbd39 Add basic coverage reporting for RPC tests (James O'Beirne)
| | * | | | | | | | | | | | | | | | | | | Add basic coverage reporting for RPC testsJames O'Beirne2015-11-118-55/+334
| | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @MarcoFalke @dexX7 @laanwj for review.
| * | | | | | | | | | | | | | | | | | | Merge pull request #6969Wladimir J. van der Laan2015-11-111-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7085728 doc: there is no libboost-base-dev, add missing sudo (Wladimir J. van der Laan)
| | * | | | | | | | | | | | | | | | | | | doc: there is no libboost-base-dev, add missing sudoWladimir J. van der Laan2015-11-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - There is no libboost-base-dev, no idea how I ended up with this - Without that, installing separate boost packages works fine on both Ubuntu 14.04 and Debian 7 (tested on VMs), this did not use to be the case, AFAIK. - Add a missing 'sudo' for consistency - Need `bsdmainutils` for `hexdump` (for the tests)
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6974Wladimir J. van der Laan2015-11-111-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40b77d4 Always allow getheaders from whitelisted peers (Wladimir J. van der Laan)
| | * | | | | | | | | | | | | | | | | | | | Always allow getheaders from whitelisted peersWladimir J. van der Laan2015-11-091-3/+3
| | |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Process `getheaders` messages from whitelisted peers even if we are in initial block download. Whitelisted peers can always use a node as a block source. Also log a debug message when the request is ignored, for troubleshooting. Fixes #6971.
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6987Wladimir J. van der Laan2015-11-111-0/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42bae94 [doc] Improve lanaguge in reducetraffic.md (fanquake) 6a776fa [doc] add documentation how to reduce traffic (Jonas Schnelli)
| | * | | | | | | | | | | | | | | | | | | | [doc] Improve lanaguge in reducetraffic.mdfanquake2015-11-111-18/+17
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | [doc] add documentation how to reduce trafficJonas Schnelli2015-11-111-0/+36
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6988Wladimir J. van der Laan2015-11-111-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0817bf7 [doc] Fix FIXME for libblkmaker in release-notes.md (MarcoFalke)
| | * | | | | | | | | | | | | | | | | | | [doc] Fix FIXME for libblkmaker in release-notes.mdMarcoFalke2015-11-111-1/+1
| |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge pull request #6978Wladimir J. van der Laan2015-11-117-27/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 69d0513 build: Use fPIC rather than fPIE for qt objects. (Cory Fields) 17c4d9d build: Split hardening/fPIE options out (Cory Fields)
| | * | | | | | | | | | | | | | | | | | | build: Use fPIC rather than fPIE for qt objects.Cory Fields2015-11-093-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But only if qt was built with reduced relocations.
| | * | | | | | | | | | | | | | | | | | | build: Split hardening/fPIE options outCory Fields2015-11-097-27/+55
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for fPIE to be used selectively.
| * | | | | | | | | | | | | | | | | | | Merge pull request #6982Wladimir J. van der Laan2015-11-112-5/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7267843 Globals: Make AcceptBlockHeader static (Fix #6163) (Jorge Timón)
| | * | | | | | | | | | | | | | | | | | | Globals: Make AcceptBlockHeader static (Fix #6163)Jorge Timón2015-11-112-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..and at the same time prevent AcceptBlockHeader() from calling global function Params()
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6985Wladimir J. van der Laan2015-11-111-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7791395 [gitian] Use vm-builder_0.12.4+bzr494 on Debian (Michael)
| | * | | | | | | | | | | | | | | | | | | [gitian] Use vm-builder_0.12.4+bzr494 on DebianMichael2015-11-111-4/+4
| |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge pull request #6965Wladimir J. van der Laan2015-11-101-9/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77f1f59 Benchmark sanity checks and fork checks in ConnectBlock (Matt Corallo)
| | * | | | | | | | | | | | | | | | | | Benchmark sanity checks and fork checks in ConnectBlockMatt Corallo2015-11-061-9/+19
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | qt: Periodic translations updateWladimir J. van der Laan2015-11-1072-4034/+3275
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #6940Wladimir J. van der Laan2015-11-101-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ca73dc Improving labels for Sent / Received "Bytes" (Jonathan Cross)
| | * | | | | | | | | | | | | | | | | | Improving labels for Sent / Received "Bytes"Jonathan Cross2015-11-041-2/+2
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The labels for Sent & Received data in the "Peers" debug panel should not be defined as "Bytes" because the units (B, KB, MB) appear after the number. I decided to simply use "Sent" and "Received" (rather than "Data Sent" and "Data Received") because we already have translations for the former: https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=sent https://www.transifex.com/bitcoin/bitcoin/viewstrings/#ja/qt-translation-011x/47533089?q=received Demo of changes: Current UI: Bytes Sent 12 KB Bytes Received 26 MB With this pull request: Sent 12 KB Received 26 MB
| * | | | | | | | | | | | | | | | | | Merge pull request #6822Wladimir J. van der Laan2015-11-105-7/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e20d924 [trivial] init: Use defaults MIN_RELAY_TX_FEE & TRANSACTION_MAXFEE (MarcoFalke) 536766c [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 (MarcoFalke) 5f46a7d transaction_tests: Be more strict checking dust (MarcoFalke)
| | * | | | | | | | | | | | | | | | | | [trivial] init: Use defaults MIN_RELAY_TX_FEE & TRANSACTION_MAXFEEMarcoFalke2015-11-091-2/+2
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000MarcoFalke2015-11-093-2/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | transaction_tests: Be more strict checking dustMarcoFalke2015-11-092-4/+19
| | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't allow off-by-one or more * Make clear dust is coupled with minRelayTxFee * Check rounding for odd values
| * | | | | | | | | | | | | | | | | | Merge pull request #5574Wladimir J. van der Laan2015-11-101-3/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fd55571 wallet: Expose GUI labels in RPC (Luke Dashjr)
| | * | | | | | | | | | | | | | | | | wallet: Expose GUI labels in RPCLuke Dashjr2015-10-021-3/+14
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #6163Wladimir J. van der Laan2015-11-107-45/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87cbdb8 Globals: Explicit Consensus::Params arg for main: (Jorge Timón)
| | * | | | | | | | | | | | | | | | | Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-307-45/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -CheckBlockIndex -DisconnectTip -GetTransaction -InvalidateBlock -ProcessGetData -ReadBlockFromDisk
| * | | | | | | | | | | | | | | | | | Merge pull request #6967Wladimir J. van der Laan2015-11-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ea7762 Use Pieter's signing subkey instead of his primary key (Matt Corallo)
| | * | | | | | | | | | | | | | | | | | Use Pieter's signing subkey instead of his primary keyMatt Corallo2015-11-061-1/+1
| | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is signed.
| * | | | | | | | | | | | | | | | | | Merge pull request #6908Wladimir J. van der Laan2015-11-091-10/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c53d48a BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name strings (Jorge Timón)
| | * | | | | | | | | | | | | | | | | BIP70: Chainparams: DRY: Make qt/guiutil.cpp fit BIP70 chain name stringsJorge Timón2015-11-041-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a side effect, the qt user will see "test" instead of "testnet"
| * | | | | | | | | | | | | | | | | | Merge pull request #6962Wladimir J. van der Laan2015-11-092-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6dd3a44 translations: Don't translate markdown or force English grammar (MarcoFalke)
| | * | | | | | | | | | | | | | | | | | translations: Don't translate markdown or force English grammarMarcoFalke2015-11-092-6/+8
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #6970Wladimir J. van der Laan2015-11-093-2/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2980a18 Fix crash in validateaddress with -disablewallet (Wladimir J. van der Laan)
| | * | | | | | | | | | | | | | | | | | Fix crash in validateaddress with -disablewalletWladimir J. van der Laan2015-11-093-2/+35
| |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a null pointer dereference in validateaddress with -disablewallet. Also add a regression testcase.
| * | | | | | | | | | | | | | | | | | Merge pull request #6955Wladimir J. van der Laan2015-11-054-10/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e167af2 [doc] Remove excessive white space (MarcoFalke) e0eeb67 [trivial] clang-format: Set AlignAfterOpenBracket: false (MarcoFalke) 0af8fe4 devtools: Update README.md (MarcoFalke)
| | * | | | | | | | | | | | | | | | | | [doc] Remove excessive white spaceMarcoFalke2015-11-052-9/+10
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | [trivial] clang-format: Set AlignAfterOpenBracket: falseMarcoFalke2015-11-051-1/+2
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | devtools: Update README.mdMarcoFalke2015-11-041-0/+5
| | |/ / / / / / / / / / / / / / / / /