aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * Minimal support for validating BIP16 pay-to-script-hash transactionsLuke Dashjr2012-03-201-82/+202
| | | | * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-161-1/+1
| | | | |\| |
| | | | | * | Fix issue #848 : broken mining on testnetGavin Andresen2012-03-161-2/+18
| | | | | * | Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen2012-03-131-1/+1
| | | | | |/
| | | | * | Fix issue #848 : broken mining on testnetGavin Andresen2012-03-161-2/+18
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-03-031-3/+48
| | | | |\|
| | | | | * Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.xLuke Dashjr2012-03-031-2/+24
| | | | | |\
| | | | | | * Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille2012-03-031-2/+24
| | | | | * | DoS fix for mapOrphanTransactionsGavin Andresen2012-03-021-1/+24
| | | | | * | Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
| | | | * | | ProcessBlock is sometimes called with pfrom==NULLPieter Wuille2012-02-271-2/+4
| | | | * | | Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
| | | | * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-021-10/+50
| | | | |\| |
| | | | | * | Only store transactions with missing inputs in the orphan pool.Gavin Andresen2012-02-021-6/+21
| | | | | * | Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen2012-02-021-4/+29
| | | | * | | Be more conservative: check all transactions in blocks after last checkpoint.Luke Dashjr2011-12-251-5/+4
| | | | * | | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2011-12-231-1/+1
| | | | |\| |
| | | | | * | Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr2011-12-201-1/+1
| | | | | * | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-3/+44
| | | | | * | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-26/+4
| | | | | |/
| | | | * | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-3/+46
| | | | * | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-27/+5
| | | * | | Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-171-19/+19
| | | * | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+4
| | * | | | Update License in File HeadersFordy2012-05-201-1/+2
| | * | | | Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr2012-05-061-1/+1
| * | | | | print large orphan warning BEFORE deleting pvMsgGavin Andresen2012-06-191-1/+1
| * | | | | Use a 64-bit nonce in pingPieter Wuille2012-06-191-1/+2
| * | | | | Refactor: GetRandHash() method for utilGavin Andresen2012-06-191-5/+3
| * | | | | Further DoS prevention: Verify signatures lastGavin Andresen2012-06-191-5/+16
| * | | | | Remove invalid dependent orphans from memoryGavin Andresen2012-06-191-2/+12
| * | | | | Optimize orphan transaction handlingGavin Andresen2012-06-191-18/+30
| * | | | | Make orphan logging more verbose, displaying mapOrphanTransactions.size()Jeff Garzik2012-06-191-4/+6
| |/ / / /
* | | | | Fixes a race condition in CreateNewBlock and a future null deref on testnet.Gregory Maxwell2012-11-121-2/+3
* | | | | Fix out-of-bounds read noticed by Ricardo CorreiaWladimir J. van der Laan2012-11-121-4/+1
* | | | | Merge pull request #1834 from jgarzik/kickblocksJeff Garzik2012-10-081-0/+1
|\ \ \ \ \
| * | | | | P2P: Do not request blocks from peers with fewer blocks than usJeff Garzik2012-09-241-0/+1
* | | | | | Revert "Send 'mempool' P2P command at the start of each P2P session"Jeff Garzik2012-10-081-14/+0
* | | | | | Merge pull request #1833 from jgarzik/mempool-queryJeff Garzik2012-10-081-0/+14
|\ \ \ \ \ \
| * | | | | | Send 'mempool' P2P command at the start of each P2P sessionJeff Garzik2012-09-241-0/+14
| |/ / / / /
* / / / / / fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-17/+17
|/ / / / /
* | | | | When rejected TX relay due to lack of fees, log full txidJeff Garzik2012-09-181-1/+1
* | | | | Merge pull request #1812 from jgarzik/misc-07Jeff Garzik2012-09-181-2/+54
|\ \ \ \ \
| * | | | | Improve debug logging, for mempool TXs that do not include sufficient feesJeff Garzik2012-09-091-2/+5
| * | | | | Cosmetic: move CTransaction::GetMinFee out of header fileJeff Garzik2012-09-091-0/+49
* | | | | | Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell2012-09-091-3/+6
|/ / / / /
* | | | | Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-gitGavin Andresen2012-09-051-87/+3
|\ \ \ \ \
| * | | | | Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-281-87/+3
* | | | | | fix signed/unsigned usage in BlockFilePath()Philip Kaufmann2012-09-051-1/+1
* | | | | | Add block file naming helper, BlockFilePath()Jeff Garzik2012-09-041-1/+7