aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | Merge #8489: Bugfix: Use pre-BIP141 sigops until segwit activates (GBT)Wladimir J. van der Laan2016-08-101-2/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr2016-08-081-2/+15
| |/ / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / Do not shadow members in dbwrapperPavel Janík2016-08-051-6/+6
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge #8392: Fix several node initialization issuesWladimir J. van der Laan2016-08-044-15/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Do diskspace check before import thread is startedPieter Wuille2016-07-301-3/+3
| * | | | | | | | | | | | | | | | Add extra message to avoid a long 'Loading banlist'Pieter Wuille2016-07-301-0/+2
| * | | | | | | | | | | | | | | | Use a signal to continue init after genesis activationPieter Wuille2016-07-303-12/+35
* | | | | | | | | | | | | | | | | Merge #8391: Consensus: Remove ISMWladimir J. van der Laan2016-08-044-65/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Consensus: Remove ISMNicolasDorier2016-07-234-65/+40
* | | | | | | | | | | | | | | | | Merge #8189: rename mapAddrCount to mapNetGroupNodesWladimir J. van der Laan2016-08-031-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rename mapAddrCount to mapNetGroupNodesinstagibbs2016-06-101-5/+5
* | | | | | | | | | | | | | | | | | Merge #8446: [Trivial] BIP9 parameters on regtest cleanupWladimir J. van der Laan2016-08-031-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Do not shadow previous local variablePavel Janík2016-08-021-3/+3
| * | | | | | | | | | | | | | | | | | Trivial: bip -> BIP in help text and commentPavel Janík2016-08-021-2/+2
* | | | | | | | | | | | | | | | | | | Merge #8428: Update README.md inside of src/test/Wladimir J. van der Laan2016-08-031-12/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Update README.mdChris Stewart2016-07-311-12/+9
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #8418: Add tests for compact blocksWladimir J. van der Laan2016-08-024-0/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Implement SipHash in PythonPieter Wuille2016-07-291-0/+4
| * | | | | | | | | | | | | | | | | Allow changing BIP9 parameters on regtestSuhas Daftuar2016-07-293-0/+52
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge #8419: Enable size accounting in mining unit testsWladimir J. van der Laan2016-08-011-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Enable size accounting in mining unit testsSuhas Daftuar2016-07-281-3/+1
* | | | | | | | | | | | | | | | | | Merge #8432: Make CWallet::fFileBacked private.Pieter Wuille2016-08-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Make CWallet::fFileBacked private.Patrick Strateman2016-07-301-1/+1
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #8152: [Wallet] Remove CWalletDB* parameter from CWallet::AddToWalletPieter Wuille2016-08-015-128/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove unused pwalletdb from CWallet::AddToWalletPatrick Strateman2016-07-291-8/+0
| * | | | | | | | | | | | | | | | | | Remove CWalletDB* parameter from CWallet::AddToWalletPatrick Strateman2016-07-294-16/+14
| * | | | | | | | | | | | | | | | | | Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman2016-07-295-116/+119
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...Pieter Wuille2016-08-012-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...Jorge Timón2016-07-272-5/+5
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI...Pieter Wuille2016-08-012-2/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputsJorge Timón2016-07-292-2/+20
* | | | | | | | | | | | | | | | | | net: Ignore `notfound` P2P messagesWladimir J. van der Laan2016-07-291-0/+5
| |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #8274: util: Update tinyformatWladimir J. van der Laan2016-07-293-355/+375
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | util: Remove zero-argument versions of LogPrint and errorWladimir J. van der Laan2016-06-272-23/+7
| * | | | | | | | | | | | | | | | | util: Update tinyformatWladimir J. van der Laan2016-06-271-332/+368
* | | | | | | | | | | | | | | | | | Merge #8421: httpserver: drop boost (#8023 dependency)Wladimir J. van der Laan2016-07-292-35/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | httpserver: replace boost threads with stdCory Fields2016-07-282-27/+22
| * | | | | | | | | | | | | | | | | | httpserver: explicitly detach worker threadsCory Fields2016-07-281-2/+4
| * | | | | | | | | | | | | | | | | | httpserver: use a future rather than relying on boost's try_join_forCory Fields2016-07-281-8/+9
* | | | | | | | | | | | | | | | | | | Merge #8408: Prevent fingerprinting, disk-DoS with compact blocksWladimir J. van der Laan2016-07-291-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Ignore CMPCTBLOCK messages for pruned blocksSuhas Daftuar2016-07-261-1/+1
| * | | | | | | | | | | | | | | | | | | Ignore GETBLOCKTXN requests for unknown blocksSuhas Daftuar2016-07-261-1/+0
* | | | | | | | | | | | | | | | | | | | Merge #8412: libconsensus: Expose a flag for BIP112Pieter Wuille2016-07-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | libconsensus: Expose a flag for BIP112Jorge Timón2016-07-281-0/+1
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #8321: [trivial] Switched constants to sizeof()Wladimir J. van der Laan2016-07-282-16/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | [trivial] Switched constants to sizeof()Thomas Snider2016-07-182-16/+23
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Port from 0.13: Create a new HD seed after encrypting the walletJonas Schnelli2016-07-283-12/+47
* | | | | | | | | | | | | | | | | | | Merge #8332: semi trivial: clarify witness branches in transaction.h serializ...Wladimir J. van der Laan2016-07-281-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | transaction: clarify witness branchesDaniel Cousens2016-07-141-3/+5
* | | | | | | | | | | | | | | | | | | | Merge #8407: [Qt] Add dbcache migration pathWladimir J. van der Laan2016-07-282-1/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \