aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2012-08-27Alert system DoS preventionGavin Andresen
2012-08-26Merge branch '0.4.x' into 0.5.xLuke Dashjr
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-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-12Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...Luke Dashjr
2012-05-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-22Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-04-27Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-24CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff 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-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-20Minimal support for validating BIP16 pay-to-script-hash transactionsLuke Dashjr
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-02DoS fix for mapOrphanTransactionsGavin Andresen
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-02Merge branch '0.4.x' into 0.5.0.xLuke 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-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-10-07Fix build on windows and macGavin Andresen
2011-10-01Added RPC call 'getmemorypool' that provides everything needed to construct a...Forrest Voight
2011-09-26Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen
2011-09-21Transaction/Block denial-of-service detection/responseGavin Andresen
2011-09-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-11clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...Wladimir J. van der Laan
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-09-02update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan
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