| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [doc] Increase recommended memory in gitian build guide | fanquake | 2016-08-01 | 2 | -1/+1 |
| * | Merge #8432: Make CWallet::fFileBacked private. | Pieter Wuille | 2016-08-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Make CWallet::fFileBacked private. | Patrick Strateman | 2016-07-30 | 1 | -1/+1 |
| * | | Merge #8152: [Wallet] Remove CWalletDB* parameter from CWallet::AddToWallet | Pieter Wuille | 2016-08-01 | 5 | -128/+121 |
| |\ \ | |||||
| | * | | Remove unused pwalletdb from CWallet::AddToWallet | Patrick Strateman | 2016-07-29 | 1 | -8/+0 |
| | * | | Remove CWalletDB* parameter from CWallet::AddToWallet | Patrick Strateman | 2016-07-29 | 4 | -16/+14 |
| | * | | Split CWallet::AddToWallet into AddToWallet and LoadToWallet. | Patrick Strateman | 2016-07-29 | 5 | -116/+119 |
| * | | | Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con... | Pieter Wuille | 2016-08-01 | 2 | -5/+5 |
| |\ \ \ | |||||
| | * | | | Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB... | Jorge Timón | 2016-07-27 | 2 | -5/+5 |
| * | | | | Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI... | Pieter Wuille | 2016-08-01 | 2 | -2/+20 |
| |\ \ \ \ | |||||
| | * | | | | Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs | Jorge Timón | 2016-07-29 | 2 | -2/+20 |
| * | | | | | Merge #8400: [qa]: enable rpcbind_test | MarcoFalke | 2016-07-31 | 3 | -129/+102 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | [qa]: enable rpcbind_test | whythat | 2016-07-25 | 2 | -128/+93 |
| | * | | | | [qa]: add parsing for '<host>:<port>' argument form to rpc_url() | whythat | 2016-07-25 | 1 | -1/+9 |
| * | | | | | Merge #8238: [WIP][depends] ZeroMQ 4.1.5 && ZMQ on Windows | Wladimir J. van der Laan | 2016-07-30 | 5 | -8/+65 |
| |\ \ \ \ \ | |||||
| | * | | | | | [depends] ZeroMQ 4.1.5 | fanquake | 2016-07-21 | 5 | -8/+65 |
| * | | | | | | Merge #8427: net: Ignore `notfound` P2P messages | Pieter Wuille | 2016-07-30 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | net: Ignore `notfound` P2P messages | Wladimir J. van der Laan | 2016-07-29 | 1 | -0/+5 |
| |/ / / / / | |||||
| * | | | | | Merge #8417: [QA] Add walletdump RPC test (including HD- & encryption-tests) | Wladimir J. van der Laan | 2016-07-29 | 2 | -0/+121 |
| |\ \ \ \ \ | |||||
| | * | | | | | [QA] Add walletdump RPC test (including HD- & encryption-tests) | Jonas Schnelli | 2016-07-28 | 2 | -0/+121 |
| * | | | | | | Merge #8274: util: Update tinyformat | Wladimir J. van der Laan | 2016-07-29 | 3 | -355/+375 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | util: Remove zero-argument versions of LogPrint and error | Wladimir J. van der Laan | 2016-06-27 | 2 | -23/+7 |
| | * | | | | | | util: Update tinyformat | Wladimir J. van der Laan | 2016-06-27 | 1 | -332/+368 |
| * | | | | | | | Merge #8421: httpserver: drop boost (#8023 dependency) | Wladimir J. van der Laan | 2016-07-29 | 2 | -35/+33 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | httpserver: replace boost threads with std | Cory Fields | 2016-07-28 | 2 | -27/+22 |
| | * | | | | | | | httpserver: explicitly detach worker threads | Cory Fields | 2016-07-28 | 1 | -2/+4 |
| | * | | | | | | | httpserver: use a future rather than relying on boost's try_join_for | Cory Fields | 2016-07-28 | 1 | -8/+9 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge #8408: Prevent fingerprinting, disk-DoS with compact blocks | Wladimir J. van der Laan | 2016-07-29 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Ignore CMPCTBLOCK messages for pruned blocks | Suhas Daftuar | 2016-07-26 | 1 | -1/+1 |
| | * | | | | | | | Ignore GETBLOCKTXN requests for unknown blocks | Suhas Daftuar | 2016-07-26 | 1 | -1/+0 |
| * | | | | | | | | Merge #8412: libconsensus: Expose a flag for BIP112 | Pieter Wuille | 2016-07-29 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| | * | | | | | | | libconsensus: Expose a flag for BIP112 | Jorge Timón | 2016-07-28 | 1 | -0/+1 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge #8321: [trivial] Switched constants to sizeof() | Wladimir J. van der Laan | 2016-07-28 | 2 | -16/+23 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | [trivial] Switched constants to sizeof() | Thomas Snider | 2016-07-18 | 2 | -16/+23 |
| * | | | | | | | | Port from 0.13: Create a new HD seed after encrypting the wallet | Jonas Schnelli | 2016-07-28 | 4 | -12/+57 |
| * | | | | | | | | Merge #8332: semi trivial: clarify witness branches in transaction.h serializ... | Wladimir J. van der Laan | 2016-07-28 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | transaction: clarify witness branches | Daniel Cousens | 2016-07-14 | 1 | -3/+5 |
| * | | | | | | | | | Merge #8407: [Qt] Add dbcache migration path | Wladimir J. van der Laan | 2016-07-28 | 2 | -1/+24 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | [Qt] Add dbcache migration path | Jonas Schnelli | 2016-07-28 | 2 | -1/+24 |
| * | | | | | | | | | | Merge #8348: Trivial: Segwit: Don't call IsWitnessEnabled from ContextualChec... | Wladimir J. van der Laan | 2016-07-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock | Jorge Timón | 2016-07-17 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge #8414: prepend license statement to indirectmap.h | Wladimir J. van der Laan | 2016-07-28 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | prepend license statement to indirectmap | Kaz Wesley | 2016-07-27 | 1 | -0/+4 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge #8206: [Wallet] Add HD xpriv to dumpwallet | Wladimir J. van der Laan | 2016-07-27 | 2 | -4/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | [Wallet] add HD xpriv to dumpwallet | Jonas Schnelli | 2016-07-27 | 2 | -4/+27 |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge #8358: [doc] gbuild: Set memory explicitly (default is too low) | Wladimir J. van der Laan | 2016-07-26 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | [doc] gbuild: Set memory explicitly (default is too low) | MarcoFalke | 2016-07-18 | 1 | -3/+3 |
| | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge #8381: Make witness v0 outputs non-standard | Wladimir J. van der Laan | 2016-07-26 | 4 | -7/+89 |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| | * | | | | | | | | | qa: Add test for standardness of segwit v0 outputs | Suhas Daftuar | 2016-07-23 | 2 | -1/+79 |
| | * | | | | | | | | | Make witness v0 outputs non-standard before segwit activation | Johnson Lau | 2016-07-22 | 3 | -7/+11 |
| | | |/ / / / / / / | |/| | | | | | | | |||||