aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove -bip16 and -paytoscripthashtime command-line argumentsGavin Andresen2012-03-211-6/+3
* | | Merge pull request #948 from sipa/unstuckGavin Andresen2012-03-211-3/+8
|\ \ \
| * | | Prevent stuck block download in large reorganisationsPieter Wuille2012-03-211-3/+8
* | | | More debug output for failed reorganizationsPieter Wuille2012-03-211-4/+6
|/ / /
* | | Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen2012-03-201-1/+2
* | | assertion in CBlock::SetBestChainInner was too strongPieter Wuille2012-03-201-2/+1
| |/ |/|
* | Limit the impact of reorganisations on the databasePieter Wuille2012-03-121-17/+61
* | Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille2012-03-031-2/+24
* | DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen2012-02-291-1/+24
* | "February"Michael Ford2012-02-281-1/+1
* | Merge branch 'nodosbip16' of https://github.com/sipa/bitcoinGavin Andresen2012-02-271-0/+7
|\ \
| * | Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille2012-02-251-0/+7
| |/
* / bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-18/+12
|/
* Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-2/+4
|\
| * ProcessBlock is sometimes called with pfrom==NULLPieter Wuille2012-02-201-2/+4
* | Merge branch 'postfeb20' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-22/+20
|\ \
| * | Post-feb20 simplificationsPieter Wuille2012-02-211-22/+20
| |/
* | Merge branch 'reorginfo' of https://github.com/sipa/bitcoinGavin Andresen2012-02-221-0/+3
|\ \
| * | Report number of (dis)connected blocks in reorganizationPieter Wuille2012-02-191-0/+3
| |/
* / Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r...Luke Dashjr2012-02-221-1/+1
|/
* Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-171-2/+18
|\
| * Fix issue #848 : broken mining on testnetGavin Andresen2012-02-161-2/+18
* | Symbolic names for threadsPieter Wuille2012-02-161-9/+9
|/
* Fix #794. Only remove transactions from memory pool when they're actually in...Chris Moore2012-02-091-5/+9
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-071-5/+20
|\
| * Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-191-5/+20
* | -bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen2012-02-061-2/+5
* | Avoid advertising the node's address when it is not listening or IsInitialBlo...Gregory Maxwell2012-02-011-5/+7
* | Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen2012-01-311-4/+29
* | CreateNewBlock was not adding in transaction fees.Gavin Andresen2012-01-281-2/+3
* | Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-271-0/+3
* | Merge pull request #773 from gavinandresen/p2shSigOpCountGavin Andresen2012-01-251-43/+35
|\ \
| * | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen2012-01-201-43/+35
* | | Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoinGavin Andresen2012-01-231-5/+2
|\ \ \
| * | | Sanitize AreInputsStandard slightlyLuke Dashjr2012-01-201-5/+2
| |/ /
* / / Only store transactions with missing inputs in the orphan pool.Gavin Andresen2012-01-231-6/+20
|/ /
* / Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight2012-01-141-6/+1
|/
* Refactor: needing to call ConnectInputs to process coinbase transactions was ...Gavin Andresen2012-01-131-15/+5
* Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen2012-01-131-59/+106
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-58/+88
* collect more info on tx pooling and block finding for getmininginfoLuke Dashjr2012-01-121-0/+15
* Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen2012-01-121-1/+19
|\
| * -blocknotify=command argument, implemented using system() and boost::threadGavin Andresen2012-01-031-1/+19
* | Network stack refactorPieter Wuille2012-01-061-6/+7
|/
* Check all prevout.n if one transaction provides multiple inputsGavin Andresen2011-12-251-1/+9
* assert condition in previous commit was backwardsGavin Andresen2011-12-251-1/+1
* Check for valid prevout.n in FetchInputs.Gavin Andresen2011-12-251-0/+4
* Be more conservative: check all transactions in blocks after last checkpoint.Gavin Andresen2011-12-231-5/+4
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-46/+43