Update License in File Headers
[novacoin.git] / src / main.h
2012-05-20 FordyUpdate License in File Headers
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-27 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-24 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-23 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-23 Jeff GarzikSigOp and orphan-tx constants and counts are always...
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-21 Wladimir J. van... change type of various bare chars to bool that are...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikCTxMemPool: add helper methods, to reduce global mempoo...
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AcceptToMemoryPool
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AddToMemoryPoolUnchecked()...
2012-04-15 Jeff GarzikNew class CTxMemPool, encapsulating TX memory pool...
2012-04-15 Luke DashjrBump version to 0.6.0.7
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-13 Jeff GarzikDatabase micro-optimization for "tx" network message
2012-04-10 Pieter WuilleBuild identification strings
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-04-02 Gavin AndresenBump version to 0.6.0.99 for 0.6.1 merge window
2012-03-29 Gavin AndresenBump version to 0.6.0rc6
2012-03-26 Gavin AndresenUpdate version to 60005 (0.6.0rc5)
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-21 Luke DashjrMerge branch 'bip16_0.4.x' into 0.4.x
2012-03-20 Luke DashjrMinimal support for validating BIP16 pay-to-script...
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-16 Gregory MaxwellBump CLIENT_VERSION for rc4 release
2012-03-13 Gavin AndresenBump CLIENT_VERSION for rc3 release
2012-03-12 Pieter WuilleLimit the impact of reorganisations on the database
2012-03-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-02 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-29 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenIncrease client version to 0.6
2012-02-06 Gavin Andresen-bip16 option (default: 1) to support / not support...
2012-02-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-03 Gavin AndresenOnly store transactions with missing inputs in the...
2012-01-27 Luke DashjrBitcoin-Qt signmessage GUI (pull request #582)
2012-01-25 Gavin AndresenMerge pull request #773 from gavinandresen/p2shSigOpCount
2012-01-23 Gavin AndresenOnly store transactions with missing inputs in the...
2012-01-20 Gavin AndresenSimplify counting of P2SH sigops to match BIP 16 (thank...
2012-01-15 Forrest VoightSeparated COINBASE_FLAGS out into main.h and made RPC...
2012-01-13 Gavin AndresenRefactored ConnectInputs, so valid-transaction-checks...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-13 Luke Dashjrcollect more info on tx pooling and block finding for...
2011-12-23 Gavin AndresenNew RPC commands: getblockhash and getblock
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #677 from luke-jr/minfee_modes
2011-12-20 Gavin AndresenMerge branch 'op_eval'
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenMerge pull request #574 from sipa/dumpprivkey
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-17 Pieter WuillePreparations for key import/export
2011-12-14 Luke DashjrGetMinFee takes a mode parameter (GMF_{BLOCK,RELAY...
2011-12-02 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-09-26 Gavin AndresenMerge pull request #517 from gavinandresen/DoSprevention
2011-09-21 Gavin AndresenTransaction/Block denial-of-service detection/response
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-11 Wladimir J. van... clarify function signature (GetNumBlocksOfPeers) and...
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-06 Luke DashjrBugfix: Use timestamp in coinbase rather than "bits...
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-08-19 Giel van SchijndelStart moving protocol-specific code to protocol.[ch]pp
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-13 Jeff GarzikMerge pull request #352 from TheBlueMatt/newenc
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-18 Wladimir J. van... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-18 Wladimir J. van... On initial block chain download, show a progress bar
next