| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | include the chaintip *blockIndex in the SyncTransaction signal | Jonas Schnelli | 2015-12-04 | 7 | -15/+16 |
| * | Merge pull request #7113 | Wladimir J. van der Laan | 2015-12-03 | 3 | -30/+75 |
| |\ | |||||
| | * | Switch to a more efficient rolling Bloom filter | Pieter Wuille | 2015-11-28 | 3 | -30/+75 |
| * | | Merge pull request #7133 | Wladimir J. van der Laan | 2015-12-03 | 7 | -165/+15 |
| |\ \ | |||||
| | * | | Actually only use filterInventoryKnown with MSG_TX inventory messages. | Gregory Maxwell | 2015-11-30 | 1 | -9/+7 |
| | * | | Only use filterInventoryKnown with MSG_TX inventory messages. | Patick Strateman | 2015-11-30 | 1 | -2/+3 |
| | * | | Rename setInventoryKnown filterInventoryKnown | Patick Strateman | 2015-11-30 | 3 | -8/+8 |
| | * | | Remove mruset as it is no longer used. | Gregory Maxwell | 2015-11-30 | 5 | -149/+0 |
| | * | | Replace setInventoryKnown with a rolling bloom filter. | Gregory Maxwell | 2015-11-30 | 3 | -9/+9 |
| * | | | Now that 0.12 has been branched, master is 0.12.99 | Wladimir J. van der Laan | 2015-12-03 | 1 | -1/+1 |
| * | | | Merge pull request #7158 | Wladimir J. van der Laan | 2015-12-03 | 2 | -8/+43 |
| |\ \ \ | |||||
| | * | | | [qt] Use tr() instead of _() | MarcoFalke | 2015-12-02 | 2 | -8/+43 |
| * | | | | Fix typo in wallet.cpp | MarcoFalke | 2015-12-02 | 1 | -1/+1 |
| * | | | | PartitionCheck: remove useless spaces | paveljanik | 2015-12-02 | 1 | -3/+3 |
| * | | | | TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams | Jorge Timón | 2015-12-02 | 1 | -13/+0 |
| * | | | | Update miner.cpp: Fix typo in comment | antonio-fr | 2015-12-02 | 1 | -1/+1 |
| * | | | | [trivial] Fix typo in peertablemodel.cpp | MarcoFalke | 2015-12-02 | 1 | -1/+1 |
| * | | | | Fix various typos | paveljanik | 2015-12-02 | 3 | -5/+5 |
| |/ / / | |||||
| * | | | Merge pull request #7128 | Wladimir J. van der Laan | 2015-12-02 | 4 | -6/+13 |
| |\ \ \ | |||||
| | * | | | Constrain rpcport default values to a single location in code | Luke Dashjr | 2015-12-01 | 4 | -6/+13 |
| * | | | | qt: Final translation update before 0.12 fork | Wladimir J. van der Laan | 2015-12-02 | 63 | -1476/+8915 |
| * | | | | Merge pull request #6216 | Wladimir J. van der Laan | 2015-12-02 | 1 | -9/+19 |
| |\ \ \ \ | |||||
| | * | | | | Take the training wheels off anti-fee-sniping | Peter Todd | 2015-06-21 | 1 | -9/+19 |
| * | | | | | Merge pull request #7147 | Wladimir J. van der Laan | 2015-12-02 | 16 | -83/+205 |
| |\ \ \ \ \ | |||||
| | * | | | | | Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin | MarcoFalke | 2015-12-02 | 16 | -83/+205 |
| * | | | | | | Merge pull request #7146 | Wladimir J. van der Laan | 2015-12-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Name union to prevent compiler warning | Pavel Janík | 2015-12-02 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #7118 | Wladimir J. van der Laan | 2015-12-02 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help. | Pavel Janík | 2015-12-01 | 1 | -3/+5 |
| * | | | | | | | Merge pull request #7144 | Wladimir J. van der Laan | 2015-12-02 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | test: Disable scheduler test manythreads | Wladimir J. van der Laan | 2015-12-01 | 1 | -0/+2 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Flush coins cache also after transaction processing | Pieter Wuille | 2015-12-01 | 1 | -0/+1 |
| * | | | | | | | Uncache input txn in utxo cache if a tx is not accepted to mempool | Matt Corallo | 2015-12-01 | 1 | -3/+22 |
| * | | | | | | | Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached | Matt Corallo | 2015-12-01 | 2 | -0/+12 |
| * | | | | | | | Discard txn cache entries that were loaded for removed mempool txn | Matt Corallo | 2015-12-01 | 1 | -8/+15 |
| * | | | | | | | Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize | Matt Corallo | 2015-12-01 | 2 | -4/+25 |
| * | | | | | | | Add method to remove a tx from CCoinsViewCache if it is unchanged | Matt Corallo | 2015-12-01 | 2 | -0/+15 |
| * | | | | | | | Rewrite CreateNewBlock | Alex Morcos | 2015-12-01 | 2 | -205/+156 |
| * | | | | | | | Expose FormatStateMessage | Alex Morcos | 2015-12-01 | 2 | -1/+3 |
| * | | | | | | | Make accessing mempool parents and children public | Alex Morcos | 2015-12-01 | 1 | -2/+2 |
| * | | | | | | | Add TxPriority class and comparator | Alex Morcos | 2015-12-01 | 1 | -0/+13 |
| * | | | | | | | Add a score index to the mempool. | Alex Morcos | 2015-12-01 | 4 | -12/+106 |
| * | | | | | | | Store the total sig op count of a tx. | Alex Morcos | 2015-12-01 | 5 | -8/+13 |
| |/ / / / / / | |||||
| * | | | | | | qt: periodic translations update | Wladimir J. van der Laan | 2015-12-01 | 13 | -163/+778 |
| * | | | | | | Merge pull request #7141 | Wladimir J. van der Laan | 2015-12-01 | 3 | -10/+23 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | rpc: Don't translate warning messages | Wladimir J. van der Laan | 2015-12-01 | 3 | -10/+23 |
| * | | | | | | | Merge pull request #7143 | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+4 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #6915 | Wladimir J. van der Laan | 2015-12-01 | 7 | -70/+95 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix removeForReorg to use MedianTimePast | Suhas Daftuar | 2015-11-30 | 3 | -6/+6 |