| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow bitcoin-tx to parse partial transactions | jnewbery | 2016-11-04 | 2 | -1/+11 |
| * | Merge #9069: Clean up bctest.py and bitcoin-util-test.py | Wladimir J. van der Laan | 2016-11-04 | 2 | -81/+101 |
| |\ | |||||
| | * | Clean up bctest.py and bitcoin-util-test.py | John Newbery | 2016-11-03 | 2 | -81/+101 |
| * | | Merge #9073: Trivial: Add common failure cases for rpc server connection failure | Wladimir J. van der Laan | 2016-11-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Add common failure cases for rpc server connection failure | instagibbs | 2016-11-03 | 1 | -1/+1 |
| * | | | Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2) | Wladimir J. van der Laan | 2016-11-03 | 3 | -29/+49 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Move nTimeBestReceived updating into net processing code | Matt Corallo | 2016-10-31 | 1 | -2/+3 |
| | * | | Move all calls to CheckBlockIndex out of net-processing logic | Matt Corallo | 2016-10-31 | 1 | -4/+2 |
| | * | | Remove network state wipe from UnloadBlockIndex. | Matt Corallo | 2016-10-31 | 3 | -10/+13 |
| | * | | Move MarkBlockAsReceived out of ProcessNewMessage | Matt Corallo | 2016-10-31 | 1 | -5/+18 |
| | * | | Move FlushStateToDisk call out of ProcessMessages::TX into ATMP | Matt Corallo | 2016-10-31 | 1 | -8/+13 |
| * | | | Merge #9050: net: make a few values immutable, and use deterministic randomne... | Wladimir J. van der Laan | 2016-11-03 | 4 | -23/+33 |
| |\ \ \ | |||||
| | * | | | net: Use deterministic randomness for CNode's nonce, and make it const | Cory Fields | 2016-10-31 | 4 | -13/+24 |
| | * | | | net: constify a few CNode vars to indicate that they're threadsafe | Cory Fields | 2016-10-31 | 2 | -10/+9 |
| * | | | | Merge #9071: Declare wallet.h functions inline | Wladimir J. van der Laan | 2016-11-03 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Declare wallet.h functions inline | Pieter Wuille | 2016-11-02 | 1 | -2/+2 |
| * | | | | | Merge #9053: IBD using chainwork instead of height and not using header times... | Pieter Wuille | 2016-11-03 | 7 | -48/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | IsInitialBlockDownload no longer uses header-only timestamps. | Gregory Maxwell | 2016-11-02 | 1 | -5/+4 |
| | * | | | | | Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. | Gregory Maxwell | 2016-11-02 | 4 | -41/+0 |
| | * | | | | | IBD check uses minimumchain work instead of checkpoints. | Gregory Maxwell | 2016-11-02 | 3 | -2/+15 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge #9036: wallet: Change default confirm target from 2 to 6 | Pieter Wuille | 2016-11-02 | 1 | -1/+1 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | wallet: Change default confirm target from 2 to 6 | Wladimir J. van der Laan | 2016-10-28 | 1 | -1/+1 |
| * | | | | | Merge #9065: Merge `doc/unit-tests.md` into `src/test/README.md` | MarcoFalke | 2016-11-02 | 1 | -13/+34 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | Merge `doc/unit-tests.md` into `src/test/README.md` | Wladimir J. van der Laan | 2016-11-02 | 1 | -13/+34 |
| * | | | | | Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t... | Wladimir J. van der Laan | 2016-11-02 | 3 | -11/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) | Jonas Schnelli | 2016-10-20 | 3 | -11/+19 |
| * | | | | | | Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB() | Wladimir J. van der Laan | 2016-11-02 | 3 | -6/+5 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Explicitly pass const CChainParams& to LoadBlockIndexDB() | Geoffrey Tsui | 2016-10-25 | 3 | -6/+5 |
| * | | | | | | | Merge #9042: [rpc] ParseHash: Fail when length is not 64 | Wladimir J. van der Laan | 2016-11-02 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | [rpc] ParseHash: Fail when length is not 64 | MarcoFalke | 2016-10-31 | 1 | -0/+2 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge #9066: tests: Remove variable unused after refactoring | Wladimir J. van der Laan | 2016-11-02 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | trivial: Remove variable unused after refactoring | Daniel Kraft | 2016-11-02 | 1 | -1/+0 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * / | | | | | | Add logging to bitcoin-util-test.py | jnewbery | 2016-11-02 | 2 | -24/+54 |
| |/ / / / / / | |||||
| * | | | | | | Merge #8828: Move CWalletDB::ReorderTransactions to CWallet | Wladimir J. van der Laan | 2016-11-02 | 3 | -80/+74 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Move CWalletDB::ReorderTransactions to CWallet | Patrick Strateman | 2016-10-30 | 3 | -80/+74 |
| | |/ / / / / | |||||
| * | | | | | | Merge #9060: trivial: fix bloom filter init to isEmpty = true | Wladimir J. van der Laan | 2016-11-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | trivial: fix bloom filter init to isEmpty = true | Robert McLaughlin | 2016-11-01 | 1 | -1/+1 |
| * | | | | | | | Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined. | Pavel JanÃk | 2016-11-02 | 1 | -3/+10 |
| * | | | | | | | Merge #8753: Locked memory manager | Wladimir J. van der Laan | 2016-11-02 | 15 | -410/+966 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | bench: Add benchmark for lockedpool allocation/deallocation | Wladimir J. van der Laan | 2016-10-27 | 2 | -1/+49 |
| | * | | | | | | | rpc: Add `getmemoryinfo` call | Wladimir J. van der Laan | 2016-10-27 | 1 | -0/+43 |
| | * | | | | | | | support: Add LockedPool | Wladimir J. van der Laan | 2016-10-27 | 7 | -328/+832 |
| | * | | | | | | | wallet: Get rid of LockObject and UnlockObject calls in key.h | Wladimir J. van der Laan | 2016-10-19 | 3 | -55/+23 |
| | * | | | | | | | wallet: Change CCrypter to use vectors with secure allocator | Wladimir J. van der Laan | 2016-10-19 | 3 | -26/+19 |
| * | | | | | | | | Merge #9032: test: Add format-dependent comparison to bctest | Wladimir J. van der Laan | 2016-11-02 | 1 | -3/+27 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | test: Add format-dependent comparison to bctest | Wladimir J. van der Laan | 2016-10-28 | 1 | -3/+27 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | Merge #8448: Store mempool and prioritization data to disk | Wladimir J. van der Laan | 2016-11-02 | 5 | -7/+146 |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| | * | | | | | | | Add DumpMempool and LoadMempool | Pieter Wuille | 2016-10-31 | 3 | -0/+122 |
| | * | | | | | | | Add AcceptToMemoryPoolWithTime function | Pieter Wuille | 2016-10-30 | 2 | -5/+15 |
| | * | | | | | | | Add feedelta to TxMempoolInfo | Pieter Wuille | 2016-10-30 | 2 | -2/+9 |
| | | |_|/ / / / | |/| | | | | | |||||