aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2012-08-26Block height in coinbase as a new block ruleGavin Andresen
2012-08-26Add CBlock::CURRENT_VERSION and CTransaction::CURRENT_VERSION constants.Gavin Andresen
2012-08-12Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-12Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...Luke Dashjr
2012-05-22Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik
2012-05-20Update License in File HeadersFordy
2012-04-24CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-03-21Merge branch 'bip16_0.4.x' into 0.4.xLuke Dashjr
2012-03-20Minimal support for validating BIP16 pay-to-script-hash transactionsLuke Dashjr
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-02DoS fix for mapOrphanTransactionsGavin Andresen
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-02Only store transactions with missing inputs in the orphan pool.Gavin Andresen
2011-12-01Orphan block fill-up-memory attack preventionGavin Andresen
2011-12-01Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen
2011-09-07Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen
2011-09-06Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr
2011-08-19Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel
2011-08-19Make some global variables less-global (static)Giel van Schijndel
2011-08-09Unify copyright notices.Matt Corallo
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-12Merge pull request #352 from TheBlueMatt/newencJeff Garzik
2011-07-13Make an invalid addrIncoming so that old clients crash.Matt Corallo
2011-07-09remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan
2011-06-24Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoinGavin Andresen
2011-06-19add GetTotalBlocksEstimate() function, move magic number to constantWladimir J. van der Laan
2011-06-15CWallet classPieter Wuille
2011-06-15move wallet code to separate filePieter Wuille
2011-06-14Merge pull request #226 from jordanlewis/betterheadersJeff Garzik
2011-06-12Faster timeout when connectingPieter Wuille
2011-06-10Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC.Jeff Garzik
2011-06-05Reduce minimum TX fee for new transactions, to 0.0005.Jeff Garzik
2011-06-05Merge pull request #255 from sipa/rescanupdateJeff Garzik
2011-05-26Separate required fee for relaying and creationPieter Wuille
2011-05-22Update transactions already in the wallet when rescanning.Pieter Wuille
2011-05-15Only include net.h when we have toJordan Lewis
2011-05-15Only include db.h when we have to.Jordan Lewis
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-11Decrease minimum TX fee to 0.0005 BTC.Jeff Garzik
2011-05-11Replace CENT with new constant MIN_TX_FEE, where appropriate.Jeff Garzik
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
2011-04-23directory re-organization (keeps the old build system)Jaromil