aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04support RPC stop and encryptwallet with UIWladimir J. van der Laan
2012-04-04remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan
2012-04-02Merge pull request #951 from TheBlueMatt/headerslimitGavin 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-21More debug output for failed reorganizationsPieter Wuille
2012-03-21Prevent stuck block download in large reorganisationsPieter Wuille
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-19Limit getheaders to a hard 2000.Matt Corallo
2012-03-12Limit the impact of reorganisations on the databasePieter Wuille
2012-03-03Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille
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-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
2012-02-22Merge branch 'fixnullpfrom' of https://github.com/sipa/bitcoinGavin Andresen
2012-02-22Merge branch 'postfeb20' of https://github.com/sipa/bitcoinGavin Andresen
2012-02-22Merge branch 'reorginfo' of https://github.com/sipa/bitcoinGavin Andresen
2012-02-22Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, r...Luke Dashjr
2012-02-21Post-feb20 simplificationsPieter Wuille
2012-02-20ProcessBlock is sometimes called with pfrom==NULLPieter Wuille
2012-02-19Report number of (dis)connected blocks in reorganizationPieter Wuille
2012-02-17Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-gitGavin Andresen
2012-02-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-02-16Symbolic names for threadsPieter Wuille
2012-02-09Fix #794. Only remove transactions from memory pool when they're actually in...Chris Moore
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-07Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen
2012-02-06-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen
2012-02-01Avoid advertising the node's address when it is not listening or IsInitialBlo...Gregory Maxwell
2012-01-31Testnet difficulty calculation changes, to take effect Feb 15 2012Gavin Andresen
2012-01-28CreateNewBlock was not adding in transaction fees.Gavin Andresen
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-25Merge pull request #773 from gavinandresen/p2shSigOpCountGavin Andresen
2012-01-23Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoinGavin Andresen
2012-01-23Only store transactions with missing inputs in the orphan pool.Gavin Andresen
2012-01-20Sanitize AreInputsStandard slightlyLuke Dashjr
2012-01-20Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen
2012-01-19Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen
2012-01-14Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight
2012-01-13Refactor: needing to call ConnectInputs to process coinbase transactions was ...Gavin Andresen
2012-01-13Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-12collect more info on tx pooling and block finding for getmininginfoLuke Dashjr
2012-01-12Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen