aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-02-26bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen
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
2012-01-06Network stack refactorPieter Wuille
2012-01-03-blocknotify=command argument, implemented using system() and boost::threadGavin Andresen
2011-12-25Check all prevout.n if one transaction provides multiple inputsGavin Andresen
2011-12-25assert condition in previous commit was backwardsGavin Andresen
2011-12-25Check for valid prevout.n in FetchInputs.Gavin Andresen
2011-12-23Be more conservative: check all transactions in blocks after last checkpoint.Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge pull request #677 from luke-jr/minfee_modesGavin Andresen
2011-12-20Merge branch 'op_eval'Gavin Andresen
2011-12-19Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19Put OP_EVAL string in coinbase of generated blocksGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Merge pull request #574 from sipa/dumpprivkeyGavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-17Preparations for key import/exportPieter Wuille