| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid copying undo data | Pieter Wuille | 2014-09-17 | 1 | -8/+11 |
| * | Merge pull request #4555 | Wladimir J. van der Laan | 2014-09-17 | 1 | -9/+4 |
| |\ | |||||
| | * | Don't pass nHashType to EvalScript nor CheckSig | jtimon | 2014-09-12 | 1 | -1/+1 |
| | * | Don't pass nHashType to VerifyScript | jtimon | 2014-09-12 | 1 | -1/+1 |
| | * | Remove CScriptCheck::nHashType (was always 0) | jtimon | 2014-09-12 | 1 | -3/+3 |
| | * | Remove unused function main:VerifySignature | jtimon | 2014-09-12 | 1 | -5/+0 |
| * | | Merge pull request #4903 | Pieter Wuille | 2014-09-16 | 1 | -12/+16 |
| |\ \ | |||||
| | * | | Avoid reject message feedback loops | Pieter Wuille | 2014-09-12 | 1 | -12/+16 |
| | |/ | |||||
| * | | Merge pull request #4460 | Wladimir J. van der Laan | 2014-09-16 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Remove tx from AlreadyAskedFor list once we receive it, not when we process it. | R E Broadley | 2014-07-16 | 1 | -3/+3 |
| * | | | Merge pull request #4875 | Pieter Wuille | 2014-09-16 | 1 | -1/+6 |
| |\ \ \ | |||||
| | * | | | Eliminate extra assignment | Suhas Daftuar | 2014-09-15 | 1 | -2/+1 |
| | * | | | When reindexing check for file before trying to open (refactored) | Suhas Daftuar | 2014-09-10 | 1 | -1/+7 |
| * | | | | Fixing compiler warning C4101 | ENikS | 2014-09-15 | 1 | -1/+1 |
| * | | | | Merge pull request #4798 | Wladimir J. van der Laan | 2014-09-15 | 1 | -6/+6 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Move g_signals.SetBestChain(..) below SyncWithWallets | Cozz Lovan | 2014-08-31 | 1 | -6/+6 |
| * | | | | Store fewer orphan tx by default, add -maxorphantx option | Gavin Andresen | 2014-09-10 | 1 | -1/+2 |
| * | | | | Stricter handling of orphan transactions | Gavin Andresen | 2014-09-10 | 1 | -13/+52 |
| * | | | | Fix crashing bug caused by orphan(s) with duplicate prevout.hash | Gavin Andresen | 2014-09-10 | 1 | -0/+2 |
| * | | | | Merge pull request #4878 | Wladimir J. van der Laan | 2014-09-10 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| | * | | | | Avoid returning many "inv" orphans | Jeff Garzik | 2014-09-09 | 1 | -0/+5 |
| * | | | | | Merge pull request #4822 | Pieter Wuille | 2014-09-10 | 1 | -14/+16 |
| |\ \ \ \ \ | |||||
| | * | | | | | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. | Pieter Wuille | 2014-09-03 | 1 | -14/+16 |
| * | | | | | | Merge pull request #4868 | Pieter Wuille | 2014-09-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Remove some unnecessary c_strs() in logging and the GUI | Philip Kaufmann | 2014-09-09 | 1 | -2/+2 |
| | | |_|/ / | |/| | | | |||||
| * / | | | | Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev | Wladimir J. van der Laan | 2014-09-08 | 1 | -10/+13 |
| |/ / / / | |||||
| * | | | | Cleanup messy error messages | R E Broadley | 2014-09-06 | 1 | -2/+2 |
| * | | | | Introduce BlockMap type for mapBlockIndex | Pieter Wuille | 2014-09-04 | 1 | -16/+16 |
| * | | | | checkpoints.cpp depends on main, it can use mapBlockIndex directly | Pieter Wuille | 2014-09-04 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | Merge pull request #4768 | Wladimir J. van der Laan | 2014-09-01 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Perform CVerifyDB on pcoinsdbview instead of pcoinsTip | Wladimir J. van der Laan | 2014-08-27 | 1 | -2/+2 |
| * | | | Merge pull request #4778 | Jeff Garzik | 2014-08-29 | 1 | -99/+0 |
| |\ \ \ | |||||
| | * | | | Move CMerkleTx to wallet.cpp/h | Wladimir J. van der Laan | 2014-08-29 | 1 | -99/+0 |
| * | | | | Merge pull request #4599 | Jeff Garzik | 2014-08-29 | 1 | -9/+4 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Create new signal for notification of new blocks. Use w/ -blocknotify | Jeff Garzik | 2014-08-14 | 1 | -5/+3 |
| | * | | | ui_interface: remove unused NotifyBlocksChanged signal | Jeff Garzik | 2014-08-14 | 1 | -4/+1 |
| * | | | | Merge pull request #4377 | Pieter Wuille | 2014-08-27 | 1 | -34/+1 |
| |\ \ \ \ | |||||
| | * | | | | replace ComputeMinWork with CheckMinWork | jtimon | 2014-08-23 | 1 | -6/+1 |
| | * | | | | Move UpdateTime to pow | jtimon | 2014-08-23 | 1 | -28/+0 |
| * | | | | | Merge pull request #4764 | Pieter Wuille | 2014-08-27 | 1 | -17/+26 |
| |\ \ \ \ \ | |||||
| | * | | | | | Bypass reloading blocks from disk | Pieter Wuille | 2014-08-26 | 1 | -17/+26 |
| * | | | | | | Revert "Add a getutxos command to the p2p protocol. It allows querying of the... | Wladimir J. van der Laan | 2014-08-27 | 1 | -86/+0 |
| | |_|_|/ / |/| | | | | |||||
| * | | | | | Merge pull request #4748 | Pieter Wuille | 2014-08-26 | 1 | -0/+62 |
| |\ \ \ \ \ | |||||
| | * | | | | | Split up util.cpp/h | Wladimir J. van der Laan | 2014-08-26 | 1 | -0/+1 |
| | * | | | | | move functions in main and net to implementation files | Wladimir J. van der Laan | 2014-08-26 | 1 | -0/+61 |
| | |/ / / / | |||||
| * / / / / | Use const CCoinsView's at some places. | Daniel Kraft | 2014-08-26 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Merge pull request #4716 | Wladimir J. van der Laan | 2014-08-25 | 1 | -5/+1 |
| |\ \ \ \ | |||||
| | * | | | | Clean-up SyncWithWallets/SyncTransaction | Cozz Lovan | 2014-08-17 | 1 | -5/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #4351 | Wladimir J. van der Laan | 2014-08-25 | 1 | -0/+86 |
| |\ \ \ \ | |||||
| | * | | | | Add a getutxos command to the p2p protocol. It allows querying of the UTXO set | Mike Hearn | 2014-08-11 | 1 | -0/+86 |