Update License in File Headers
[novacoin.git] / src / main.cpp
2012-05-20 FordyUpdate License in File Headers
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Pieter WuillePrevent stuck block download in large reorganisations
2012-05-06 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrBugfix: Remove redundant duplicate transaction check
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-04-24 Jeff GarzikTest ScriptSigArgsExpected() for error, before accumula...
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-17 Pieter WuilleFix potential deadlock
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 Jeff GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Jeff GarzikLocking fix for AlreadyHave()
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-04 Pieter WuilleDo not invoke anti-DoS system for invalid BIP16 transac...
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-22 Pieter WuilleMore debug output for failed reorganizations
2012-03-22 Pieter WuilleReport number of (dis)connected blocks in reorganization
2012-03-22 Gavin AndresenUse last checkpoint instead of hard-coded 140,700....
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-21 Gavin AndresenRemove -bip16 and -paytoscripthashtime command-line...
2012-03-21 Gavin AndresenMerge pull request #948 from sipa/unstuck
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-21 Pieter WuilleMore debug output for failed reorganizations
2012-03-21 Pieter WuillePrevent stuck block download in large reorganisations
2012-03-20 Luke DashjrMinimal support for validating BIP16 pay-to-script...
2012-03-20 Gavin AndresenUse last checkpoint instead of hard-coded 140,700....
2012-03-20 Pieter Wuilleassertion in CBlock::SetBestChainInner was too strong
2012-03-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-13 Gavin AndresenCode cleanup: use ECDSA_size() instead of fixed 10...
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-03 Luke DashjrMerge remote branch 'sipa/nooverwritetx_v0.4.0' into...
2012-03-03 Pieter WuilleDo not allow overwriting unspent transactions (BIP 30)
2012-03-03 Pieter WuilleDo not allow overwriting unspent transactions (BIP 30)
2012-03-02 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-29 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-28 Michael Ford"February"
2012-02-27 Gavin AndresenMerge branch 'nodosbip16' of https://github.com/sipa...
2012-02-27 Pieter WuilleProcessBlock is sometimes called with pfrom==NULL
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-25 Pieter WuilleDo not invoke anti-DoS system for invalid BIP16 transac...
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-22 Gavin AndresenMerge branch 'fixnullpfrom' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'postfeb20' of https://github.com/sipa...
2012-02-22 Gavin AndresenMerge branch 'reorginfo' of https://github.com/sipa...
2012-02-22 Luke DashjrBugfix: Instead of reporting "bitcoin-qt" for both...
2012-02-21 Pieter WuillePost-feb20 simplifications
2012-02-20 Pieter WuilleProcessBlock is sometimes called with pfrom==NULL
2012-02-19 Pieter WuilleReport number of (dis)connected blocks in reorganization
2012-02-17 Gavin AndresenMerge branch 'testnetmining' of github.com:gavinandrese...
2012-02-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-09 Chris MooreFix #794. Only remove transactions from memory pool...
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 AndresenMerge branch 'standardScriptSigs' of github.com:gavinan...
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-02-02 Gavin AndresenTestnet difficulty calculation changes, to take effect...
2012-02-01 Gregory MaxwellAvoid advertising the node's address when it is not...
2012-01-31 Gavin AndresenTestnet difficulty calculation changes, to take effect...
2012-01-28 Gavin AndresenCreateNewBlock was not adding in transaction fees.
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 AndresenMerge branch 'bugfix_areinpstd' of https://github.com...
2012-01-23 Gavin AndresenOnly store transactions with missing inputs in the...
2012-01-21 Luke DashjrSanitize AreInputsStandard slightly
2012-01-20 Gavin AndresenSimplify counting of P2SH sigops to match BIP 16 (thank...
2012-01-19 Gavin AndresenMake transactions with extra data in their scriptSig...
2012-01-15 Forrest VoightSeparated COINBASE_FLAGS out into main.h and made RPC...
2012-01-13 Gavin AndresenRefactor: needing to call ConnectInputs to process...
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...
2012-01-12 Gavin AndresenMerge pull request #743 from gavinandresen/blocknotify
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Gavin Andresen-blocknotify=command argument, implemented using system...
2011-12-25 Gavin AndresenCheck all prevout.n if one transaction provides multipl...
2011-12-25 Gavin Andresenassert condition in previous commit was backwards
2011-12-25 Luke DashjrBe more conservative: check all transactions in blocks...
2011-12-25 Gavin AndresenCheck for valid prevout.n in FetchInputs.
2011-12-23 Gavin AndresenBe more conservative: check all transactions in blocks...
next