aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-05-06Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-05-04Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-04Bugfix: Remove redundant duplicate transaction checkLuke Dashjr
2012-05-04Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-04Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-04-24Test ScriptSigArgsExpected() for error, before accumulating return valueJeff Garzik
2012-04-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-17Fix potential deadlockPieter Wuille
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17AlreadyHave(): only hold lock during mapTransactions accessJeff Garzik
2012-04-17Locking fix for AlreadyHave()Jeff Garzik
2012-04-15Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-04Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille
2012-03-26Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-22More debug output for failed reorganizationsPieter Wuille
2012-03-22Report number of (dis)connected blocks in reorganizationPieter Wuille
2012-03-22Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-21Remove -bip16 and -paytoscripthashtime command-line argumentsGavin Andresen
2012-03-21Merge pull request #948 from sipa/unstuckGavin Andresen
2012-03-21Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-21Merge branch 'bip16_0.4.x' into 0.4.xLuke Dashjr
2012-03-21More debug output for failed reorganizationsPieter Wuille
2012-03-21Prevent stuck block download in large reorganisationsPieter Wuille
2012-03-20Minimal support for validating BIP16 pay-to-script-hash transactionsLuke Dashjr
2012-03-20Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen
2012-03-20assertion in CBlock::SetBestChainInner was too strongPieter Wuille
2012-03-16Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-13Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen
2012-03-12Limit the impact of reorganisations on the databasePieter Wuille
2012-03-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-03Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.xLuke Dashjr
2012-03-03Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille
2012-03-03Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille
2012-03-02DoS fix for mapOrphanTransactionsGavin Andresen
2012-02-29DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen
2012-02-28"February"Michael Ford
2012-02-27Merge branch 'nodosbip16' of https://github.com/sipa/bitcoinGavin Andresen
2012-02-27ProcessBlock is sometimes called with pfrom==NULLPieter Wuille
2012-02-26bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen
2012-02-25Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille
2012-02-24CAddrMan: stochastic address managerPieter Wuille