| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | | | | | * | Minimal support for validating BIP16 pay-to-script-hash transactions | Luke Dashjr | 2012-03-20 | 1 | -82/+202 |
| | | | | * | | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-03-16 | 1 | -1/+1 |
| | | | | |\| | |
|
| | | | | | * | | Fix issue #848 : broken mining on testnet | Gavin Andresen | 2012-03-16 | 1 | -2/+18 |
| | | | | | * | | Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e... | Gavin Andresen | 2012-03-13 | 1 | -1/+1 |
| | | | | | |/ |
|
| | | | | * | | Fix issue #848 : broken mining on testnet | Gavin Andresen | 2012-03-16 | 1 | -2/+18 |
| | | | | * | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-03-03 | 1 | -3/+48 |
| | | | | |\| |
|
| | | | | | * | Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.x | Luke Dashjr | 2012-03-03 | 1 | -2/+24 |
| | | | | | |\ |
|
| | | | | | | * | Do not allow overwriting unspent transactions (BIP 30) | Pieter Wuille | 2012-03-03 | 1 | -2/+24 |
| | | | | | * | | DoS fix for mapOrphanTransactions | Gavin Andresen | 2012-03-02 | 1 | -1/+24 |
| | | | | | * | | Update copyrights to 2012 for files modified this year | Luke Dashjr | 2012-02-07 | 1 | -1/+1 |
| | | | | * | | | ProcessBlock is sometimes called with pfrom==NULL | Pieter Wuille | 2012-02-27 | 1 | -2/+4 |
| | | | | * | | | Update copyrights to 2012 for files modified this year | Luke Dashjr | 2012-02-07 | 1 | -1/+1 |
| | | | | * | | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2012-02-02 | 1 | -10/+50 |
| | | | | |\| | |
|
| | | | | | * | | Only store transactions with missing inputs in the orphan pool. | Gavin Andresen | 2012-02-02 | 1 | -6/+21 |
| | | | | | * | | Testnet difficulty calculation changes, to take effect Feb 15 2012 | Gavin Andresen | 2012-02-02 | 1 | -4/+29 |
| | | | | * | | | Be more conservative: check all transactions in blocks after last checkpoint. | Luke Dashjr | 2011-12-25 | 1 | -5/+4 |
| | | | | * | | | Merge branch '0.4.x' into 0.5.0.x | Luke Dashjr | 2011-12-23 | 1 | -1/+1 |
| | | | | |\| | |
|
| | | | | | * | | Bugfix: fForRelay should be false when deciding required fee to include in bl... | Luke Dashjr | 2011-12-20 | 1 | -1/+1 |
| | | | | | * | | Orphan block fill-up-memory attack prevention | Gavin Andresen | 2011-12-01 | 1 | -3/+44 |
| | | | | | * | | Moved checkpoints out of main, to prep for using them to help prevent DoS att... | Gavin Andresen | 2011-12-01 | 1 | -26/+4 |
| | | | | | |/ |
|
| | | | | * | | Orphan block fill-up-memory attack prevention | Gavin Andresen | 2011-12-01 | 1 | -3/+46 |
| | | | | * | | Moved checkpoints out of main, to prep for using them to help prevent DoS att... | Gavin Andresen | 2011-12-01 | 1 | -27/+5 |
| | | | * | | | Fix loop index var types, fixing many minor sign comparison warnings | Jeff Garzik | 2012-04-17 | 1 | -19/+19 |
| | | | * | | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] | Wladimir J. van der Laan | 2012-04-15 | 1 | -0/+4 |
| | | * | | | | Update License in File Headers | Fordy | 2012-05-20 | 1 | -1/+2 |
| | | * | | | | Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12... | Luke Dashjr | 2012-05-06 | 1 | -1/+1 |
| | * | | | | | print large orphan warning BEFORE deleting pvMsg | Gavin Andresen | 2012-06-19 | 1 | -1/+1 |
| | * | | | | | Use a 64-bit nonce in ping | Pieter Wuille | 2012-06-19 | 1 | -1/+2 |
| | * | | | | | Refactor: GetRandHash() method for util | Gavin Andresen | 2012-06-19 | 1 | -5/+3 |
| | * | | | | | Further DoS prevention: Verify signatures last | Gavin Andresen | 2012-06-19 | 1 | -5/+16 |
| | * | | | | | Remove invalid dependent orphans from memory | Gavin Andresen | 2012-06-19 | 1 | -2/+12 |
| | * | | | | | Optimize orphan transaction handling | Gavin Andresen | 2012-06-19 | 1 | -18/+30 |
| | * | | | | | Make orphan logging more verbose, displaying mapOrphanTransactions.size() | Jeff Garzik | 2012-06-19 | 1 | -4/+6 |
| | |/ / / / |
|
| * | | | | | Fixes a race condition in CreateNewBlock and a future null deref on testnet. | Gregory Maxwell | 2012-11-12 | 1 | -2/+3 |
| * | | | | | Fix out-of-bounds read noticed by Ricardo Correia | Wladimir J. van der Laan | 2012-11-12 | 1 | -4/+1 |
| * | | | | | Merge pull request #1834 from jgarzik/kickblocks | Jeff Garzik | 2012-10-08 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | P2P: Do not request blocks from peers with fewer blocks than us | Jeff Garzik | 2012-09-24 | 1 | -0/+1 |
| * | | | | | | Revert "Send 'mempool' P2P command at the start of each P2P session" | Jeff Garzik | 2012-10-08 | 1 | -14/+0 |
| * | | | | | | Merge pull request #1833 from jgarzik/mempool-query | Jeff Garzik | 2012-10-08 | 1 | -0/+14 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Send 'mempool' P2P command at the start of each P2P session | Jeff Garzik | 2012-09-24 | 1 | -0/+14 |
| | |/ / / / / |
|
| * / / / / / | fix -Wformat warnings all over the source | Philip Kaufmann | 2012-10-01 | 1 | -17/+17 |
| |/ / / / / |
|
| * | | | | | When rejected TX relay due to lack of fees, log full txid | Jeff Garzik | 2012-09-18 | 1 | -1/+1 |
| * | | | | | Merge pull request #1812 from jgarzik/misc-07 | Jeff Garzik | 2012-09-18 | 1 | -2/+54 |
| |\ \ \ \ \ |
|
| | * | | | | | Improve debug logging, for mempool TXs that do not include sufficient fees | Jeff Garzik | 2012-09-09 | 1 | -2/+5 |
| | * | | | | | Cosmetic: move CTransaction::GetMinFee out of header file | Jeff Garzik | 2012-09-09 | 1 | -0/+49 |
| * | | | | | | Apply BIP30 checks to all blocks except the two historic violations. | Gregory Maxwell | 2012-09-09 | 1 | -3/+6 |
| |/ / / / / |
|
| * | | | | | Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git | Gavin Andresen | 2012-09-05 | 1 | -87/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | Refactor: move alert code from main to alert.cpp/h | Gavin Andresen | 2012-08-28 | 1 | -87/+3 |
| * | | | | | | fix signed/unsigned usage in BlockFilePath() | Philip Kaufmann | 2012-09-05 | 1 | -1/+1 |
| * | | | | | | Add block file naming helper, BlockFilePath() | Jeff Garzik | 2012-09-04 | 1 | -1/+7 |