| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Use prefix operator in for loop of DecodeBase58. | Jiaxing Wang | 2016-09-16 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | base58: Improve DecodeBase58 performance. | Jiaxing Wang | 2016-09-15 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8708: net: have CConnman handle message sending | Wladimir J. van der Laan | 2016-11-07 | 7 | -380/+320 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | net: handle version push in InitializeNode | Cory Fields | 2016-11-03 | 4 | -41/+44 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | net: construct CNodeStates in place | Cory Fields | 2016-11-03 | 1 | -6/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | net: remove now-unused ssSend and Fuzz | Cory Fields | 2016-11-03 | 2 | -41/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | drop the optimistic write counter hack | Cory Fields | 2016-11-03 | 2 | -6/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | net: switch all callers to connman for pushing messages | Cory Fields | 2016-11-03 | 3 | -294/+49 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | connman is in charge of pushing messages | Cory Fields | 2016-11-03 | 4 | -32/+135 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | serialization: teach serializers variadics | Cory Fields | 2016-11-03 | 3 | -1/+126 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #9070: Lockedpool fixes | Wladimir J. van der Laan | 2016-11-07 | 3 | -90/+75 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | LockedPool: avoid quadratic-time allocation | Kaz Wesley | 2016-11-02 | 3 | -90/+60 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | LockedPool: fix explosion for illegal-sized alloc | Kaz Wesley | 2016-11-02 | 1 | -0/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | LockedPool: test handling of invalid allocations | Kaz Wesley | 2016-11-02 | 1 | -0/+10 | |
| | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #9085: Remove unused CTxOut::GetHash() | Pieter Wuille | 2016-11-04 | 2 | -7/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused CTxOut::GetHash() | Matt Corallo | 2016-11-04 | 2 | -7/+0 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -48/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -2/+16 | |
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -34/+37 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Merge `doc/unit-tests.md` into `src/test/README.md` | Wladimir J. van der Laan | 2016-11-02 | 4 | -34/+37 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9023: Add logging to bitcoin-util-test.py | Wladimir J. van der Laan | 2016-11-02 | 2 | -24/+54 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||