| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13385: build: Guard against accidental introduction of new Boost depen... | Wladimir J. van der Laan | 2018-06-05 | 1 | -0/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | build: Guard against accidental introduction of new Boost dependencies | practicalswift | 2018-06-04 | 1 | -0/+68 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13366: Docs: Rename “OS X” to the newer “macOS” convention | Wladimir J. van der Laan | 2018-06-05 | 10 | -34/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Rename “OS X” to the newer “macOS” convention | Giulio Lombardo | 2018-06-04 | 10 | -34/+34 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 | Wladimir J. van der Laan | 2018-06-04 | 16 | -204/+1347 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [MOVEONLY] Move unused Merkle branch code to tests | Pieter Wuille | 2018-05-29 | 3 | -124/+118 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | 8-way AVX2 implementation for double SHA256 on 64-byte inputs | Pieter Wuille | 2018-05-29 | 8 | -5/+402 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | 4-way SSE4.1 implementation for double SHA256 on 64-byte inputs | Pieter Wuille | 2018-05-29 | 8 | -7/+385 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Use SHA256D64 in Merkle root computation | Pieter Wuille | 2018-05-29 | 3 | -8/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Specialized double sha256 for 64 byte inputs | Pieter Wuille | 2018-05-29 | 4 | -1/+335 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Refactor SHA256 code | Pieter Wuille | 2018-05-08 | 1 | -69/+69 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Benchmark Merkle root computation | Pieter Wuille | 2018-05-08 | 2 | -0/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13383: bench: Use non-throwing ParseDouble(...) instead of throwing bo... | Wladimir J. van der Laan | 2018-06-04 | 1 | -6/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c... | practicalswift | 2018-06-03 | 1 | -6/+8 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13372: doc: split FreeBSD build instructions out of build-unix.md | Wladimir J. van der Laan | 2018-06-04 | 2 | -32/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | doc: split FreeBSD build instructions out of build-unix.md | steverusso | 2018-06-02 | 2 | -32/+47 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13352: qa: Avoid checking reject code for now | Wladimir J. van der Laan | 2018-06-01 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | qa: Avoid checking reject code for now | MarcoFalke | 2018-05-30 | 1 | -3/+1 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13353: qa: Fixup setting of PATH env var | Wladimir J. van der Laan | 2018-06-01 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | qa: Fixup setting of PATH env var | MarcoFalke | 2018-05-30 | 1 | -3/+5 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13058: [wallet] `createwallet` RPC - create new wallet at runtime | Jonas Schnelli | 2018-06-01 | 3 | -5/+77 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [wallets] [docs] Add release notes for createwallet RPC. | John Newbery | 2018-05-31 | 2 | -11/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [wallet] [tests] Add tests for `createwallet` RPC. | John Newbery | 2018-05-31 | 1 | -0/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [wallet] [rpc] Add `createwallet` RPC | John Newbery | 2018-05-25 | 1 | -0/+47 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13355: Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid usin... | Wladimir J. van der Laan | 2018-06-01 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe... | practicalswift | 2018-05-31 | 1 | -2/+2 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13347: travis: Skip cache for lint stage | MarcoFalke | 2018-05-31 | 1 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | travis: Skip cache for lint stage | MarcoFalke | 2018-05-30 | 1 | -3/+6 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13349: bench: Don't return a bool from main | MarcoFalke | 2018-05-31 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | bench: Don't return a bool from main | Wladimir J. van der Laan | 2018-05-31 | 1 | -4/+5 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13309: Directly operate with CMutableTransaction in SignSignature | Wladimir J. van der Laan | 2018-05-31 | 5 | -46/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Generic TransactionSignatureCreator works with both CTransaction and CMutable... | Martin Ankerl | 2018-05-30 | 5 | -46/+55 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13069: docs: Fix typos | MarcoFalke | 2018-05-30 | 4 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Fix typos | practicalswift | 2018-05-07 | 4 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13112: Throw an error for unknown args | MarcoFalke | 2018-05-30 | 13 | -91/+282 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Test gArgs erroring on unknown args | Andrew Chow | 2018-05-30 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Give an error and exit if there are unknown parameters | Andrew Chow | 2018-05-30 | 12 | -66/+205 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Use a struct for arguments and nested map for categories | Andrew Chow | 2018-05-30 | 2 | -25/+66 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safety | Wladimir J. van der Laan | 2018-05-30 | 2 | -15/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Wallet: Refactor ReserveKeyFromKeyPool for safety | Ben Woosley | 2018-05-16 | 2 | -15/+31 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13194: Remove template matching and pseudo opcodes | Wladimir J. van der Laan | 2018-05-30 | 4 | -103/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove template matching and pseudo opcodes | Pieter Wuille | 2018-05-29 | 4 | -103/+66 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13341: Stop translating command line options | MarcoFalke | 2018-05-30 | 10 | -207/+206 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Stop translating command line options | Wladimir J. van der Laan | 2018-05-30 | 10 | -207/+206 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13346: doc: update bitcoin-dot-org links in release-process.md | MarcoFalke | 2018-05-30 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | doc: update bitcoin-dot-org links in release-process.md | fanquake | 2018-05-30 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #13215: Travis: Build tests on Ubuntu 18.04 with docker | Wladimir J. van der Laan | 2018-05-29 | 1 | -22/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Travis: Build tests on Ubuntu 18.04 with docker | Chun Kuan Lee | 2018-05-25 | 1 | -22/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #13340: doc: remove leftover check-doc documentation | Wladimir J. van der Laan | 2018-05-29 | 1 | -6/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | doc: remove leftover check-doc documentation | fanquake | 2018-05-29 | 1 | -6/+0 | |