aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | [bitcoin-tx] allow to set nSequence number over the in= commandJonas Schnelli2016-04-271-8/+13
| * | | | | | | | | | | | | | | [RPC] createrawtransaction: add option to set the sequence number per inputJonas Schnelli2016-04-272-0/+13
* | | | | | | | | | | | | | | | Merge #8136: Log/report in 10% steps during VerifyDBWladimir J. van der Laan2016-06-071-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Log/report in 10% steps during VerifyDBJonas Schnelli2016-06-071-1/+10
* | | | | | | | | | | | | | | | | Merge #8118: Reduce unnecessary hashing in signrawtransactionWladimir J. van der Laan2016-06-071-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Reduce unnecessary hashing in signrawtransactionJonas Nick2016-05-301-2/+5
* | | | | | | | | | | | | | | | | | Merge #8151: [init] Make feefilter option debug optionWladimir J. van der Laan2016-06-071-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [init] Make feefilter option debug optionMarcoFalke2016-06-071-1/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge #8142: Improve CWallet API with new GetAccountPubkey function.Wladimir J. van der Laan2016-06-063-30/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Improve CWallet API with new GetAccountPubkey function.Patrick Strateman2016-06-063-30/+43
* | | | | | | | | | | | | | | | | | Merge #8007: Minor locking improvementsWladimir J. van der Laan2016-06-061-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | IsInitialBlockDownload: usually avoid lockingKaz Wesley2016-06-041-4/+11
* | | | | | | | | | | | | | | | | | Merge #8137: Improve CWallet API with new AccountMove function.Wladimir J. van der Laan2016-06-063-27/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Improve CWallet API with new AccountMove function.Patrick Strateman2016-06-023-27/+36
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | qt: translation strings updateWladimir J. van der Laan2016-06-062-506/+606
| |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #8143: comment nit: miners don't voteJonas Schnelli2016-06-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | comment nit: miners don't voteinstagibbs2016-06-031-2/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge #7967: [RPC] add feerate option to fundrawtransactionWladimir J. van der Laan2016-06-035-6/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add more clear interface for CoinControl.h regarding individual feerateJonas Schnelli2016-05-064-5/+13
| * | | | | | | | | | | | | | | | | [RPC] add feerate option to fundrawtransactionJonas Schnelli2016-04-285-6/+26
* | | | | | | | | | | | | | | | | | Merge #7942: locking for Misbehave() and other cs_main locking fixesWladimir J. van der Laan2016-06-031-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | lock cs_main for chainActiveKaz Wesley2016-04-251-3/+5
| * | | | | | | | | | | | | | | | | | lock cs_main for State/MisbehavingKaz Wesley2016-04-251-0/+17
* | | | | | | | | | | | | | | | | | | Merge #8139: Fix interrupted HTTP RPC connection workaround for Python 3.5+MarcoFalke2016-06-031-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Fix interrupted HTTP RPC connection workaround for Python 3.5+Pieter Wuille2016-06-021-0/+5
* | | | | | | | | | | | | | | | | | | | Merge #7997: replace mapNextTx with slimmer setSpendsPieter Wuille2016-06-036-41/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | mapNextTx: use pointer as key, simplify valueKaz Wesley2016-06-026-41/+96
* | | | | | | | | | | | | | | | | | | | | Merge #7825: Prevent multiple calls to ExtractDestinationPieter Wuille2016-06-031-22/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Prevent multiple calls to ExtractDestinationPedro Branco2016-05-061-22/+19
* | | | | | | | | | | | | | | | | | | | | Merge #7992: Extend #7956 with one more test.Pieter Wuille2016-06-022-1/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add test for dbwrapper iterators with same-prefix keys.Matt Corallo2016-05-171-0/+86
| * | | | | | | | | | | | | | | | | | | | test: Add more thorough test for dbwrapper iteratorsWladimir J. van der Laan2016-04-271-1/+35
| * | | | | | | | | | | | | | | | | | | | chain: Add assertion in case of missing records in index dbWladimir J. van der Laan2016-04-271-0/+1
* | | | | | | | | | | | | | | | | | | | | Merge #8129: Fix RPC console auto completerJonas Schnelli2016-06-021-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | PR #7772 is not enough to fix the issue with QCompleter, use event filter ins...UdjinM62016-05-311-3/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #8029: [Doc] Simplify OS X build notesJonas Schnelli2016-06-021-86/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | [Doc] Simplify OS X build notesfanquake2016-05-121-86/+50
* | | | | | | | | | | | | | | | | | | | | Merge #8077: Consensus: Decouple from chainparams.o and timedata.oPieter Wuille2016-06-012-17/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Consensus: Decouple from chainparams.o and timedata.oJorge Timón2016-05-202-17/+16
* | | | | | | | | | | | | | | | | | | | | | Merge #8123: Use std::atomic for fRequestShutdown and fReopenDebugLogPieter Wuille2016-06-013-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Use std::atomic for fRequestShutdown and fReopenDebugLogPieter Wuille2016-06-013-7/+4
| * | | | | | | | | | | | | | | | | | | | | | Revert "Include signal.h for sig_atomic_t in WIN32"Pieter Wuille2016-06-011-0/+2
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge #8112: Include signal.h for sig_atomic_t in WIN32Pieter Wuille2016-06-011-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Include signal.h for sig_atomic_t in WIN32Pieter Wuille2016-05-271-2/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #7960: Only use AddInventoryKnown for transactionsPieter Wuille2016-06-011-9/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Only use AddInventoryKnown for transactionsSuhas Daftuar2016-04-271-9/+4
* | | | | | | | | | | | | | | | | | | | | | | Merge #7689: Replace OpenSSL AES with ctaes-based versionPieter Wuille2016-06-0114-78/+1790
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | build: Enumerate ctaes rather than globbingCory Fields2016-05-271-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | crypter: add tests for crypterCory Fields2016-05-133-0/+237
| * | | | | | | | | | | | | | | | | | | | | | | crypter: shuffle Makefile so that crypto can be used by the walletCory Fields2016-05-131-32/+23