aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13385: build: Guard against accidental introduction of new Boost depen...Wladimir J. van der Laan2018-06-051-0/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | build: Guard against accidental introduction of new Boost dependenciespracticalswift2018-06-041-0/+68
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #13366: Docs: Rename “OS X” to the newer “macOS” conventionWladimir J. van der Laan2018-06-0510-34/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rename “OS X” to the newer “macOS” conventionGiulio Lombardo2018-06-0410-34/+34
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan2018-06-0416-204/+1347
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | [MOVEONLY] Move unused Merkle branch code to testsPieter Wuille2018-05-293-124/+118
| * | | | | | | | | | | | | | | | | | | | | | | 8-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-298-5/+402
| * | | | | | | | | | | | | | | | | | | | | | | 4-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-298-7/+385
| * | | | | | | | | | | | | | | | | | | | | | | Use SHA256D64 in Merkle root computationPieter Wuille2018-05-293-8/+21
| * | | | | | | | | | | | | | | | | | | | | | | Specialized double sha256 for 64 byte inputsPieter Wuille2018-05-294-1/+335
| * | | | | | | | | | | | | | | | | | | | | | | Refactor SHA256 codePieter Wuille2018-05-081-69/+69
| * | | | | | | | | | | | | | | | | | | | | | | Benchmark Merkle root computationPieter Wuille2018-05-082-0/+27
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13383: bench: Use non-throwing ParseDouble(...) instead of throwing bo...Wladimir J. van der Laan2018-06-041-6/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...practicalswift2018-06-031-6/+8
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13372: doc: split FreeBSD build instructions out of build-unix.mdWladimir J. van der Laan2018-06-042-32/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | doc: split FreeBSD build instructions out of build-unix.mdsteverusso2018-06-022-32/+47
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge #13352: qa: Avoid checking reject code for nowWladimir J. van der Laan2018-06-011-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | qa: Avoid checking reject code for nowMarcoFalke2018-05-301-3/+1
| | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13353: qa: Fixup setting of PATH env varWladimir J. van der Laan2018-06-011-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | qa: Fixup setting of PATH env varMarcoFalke2018-05-301-3/+5
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13058: [wallet] `createwallet` RPC - create new wallet at runtimeJonas Schnelli2018-06-013-5/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | [wallets] [docs] Add release notes for createwallet RPC.John Newbery2018-05-312-11/+13
| * | | | | | | | | | | | | | | | | | | | | | | [wallet] [tests] Add tests for `createwallet` RPC.John Newbery2018-05-311-0/+23
| * | | | | | | | | | | | | | | | | | | | | | | [wallet] [rpc] Add `createwallet` RPCJohn Newbery2018-05-251-0/+47
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13355: Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid usin...Wladimir J. van der Laan2018-06-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...practicalswift2018-05-311-2/+2
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13347: travis: Skip cache for lint stageMarcoFalke2018-05-311-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | travis: Skip cache for lint stageMarcoFalke2018-05-301-3/+6
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13349: bench: Don't return a bool from mainMarcoFalke2018-05-311-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | bench: Don't return a bool from mainWladimir J. van der Laan2018-05-311-4/+5
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13309: Directly operate with CMutableTransaction in SignSignatureWladimir J. van der Laan2018-05-315-46/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Generic TransactionSignatureCreator works with both CTransaction and CMutable...Martin Ankerl2018-05-305-46/+55
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13069: docs: Fix typosMarcoFalke2018-05-304-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fix typospracticalswift2018-05-074-5/+5
* | | | | | | | | | | | | | | | | | | | | | | Merge #13112: Throw an error for unknown argsMarcoFalke2018-05-3013-91/+282
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Test gArgs erroring on unknown argsAndrew Chow2018-05-301-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | Give an error and exit if there are unknown parametersAndrew Chow2018-05-3012-66/+205
| * | | | | | | | | | | | | | | | | | | | | | | Use a struct for arguments and nested map for categoriesAndrew Chow2018-05-302-25/+66
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safetyWladimir J. van der Laan2018-05-302-15/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Wallet: Refactor ReserveKeyFromKeyPool for safetyBen Woosley2018-05-162-15/+31
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13194: Remove template matching and pseudo opcodesWladimir J. van der Laan2018-05-304-103/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Remove template matching and pseudo opcodesPieter Wuille2018-05-294-103/+66
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13341: Stop translating command line optionsMarcoFalke2018-05-3010-207/+206
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Stop translating command line optionsWladimir J. van der Laan2018-05-3010-207/+206
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13346: doc: update bitcoin-dot-org links in release-process.mdMarcoFalke2018-05-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | doc: update bitcoin-dot-org links in release-process.mdfanquake2018-05-301-2/+2
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge #13215: Travis: Build tests on Ubuntu 18.04 with dockerWladimir J. van der Laan2018-05-291-22/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Travis: Build tests on Ubuntu 18.04 with dockerChun Kuan Lee2018-05-251-22/+26
* | | | | | | | | | | | | | | | | | | | | | Merge #13340: doc: remove leftover check-doc documentationWladimir J. van der Laan2018-05-291-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | doc: remove leftover check-doc documentationfanquake2018-05-291-6/+0