Update License in File Headers
[novacoin.git] / src / main.cpp
2012-05-20 FordyUpdate License in File Headers
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-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-30 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-04-24 Jeff GarzikTest ScriptSigArgsExpected() for error, before accumula...
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-23 Jeff GarzikTest ScriptSigArgsExpected() for error, before accumula...
2012-04-23 Jeff GarzikSigOp and orphan-tx constants and counts are always...
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 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
2012-04-17 Pieter WuilleMerge pull request #1117 from sipa/deadlockfix
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Gavin AndresenMerge pull request #1106 from jgarzik/sign-compare
2012-04-17 Jeff GarzikLocking fix for AlreadyHave()
2012-04-17 Pieter WuilleFix potential deadlock
2012-04-17 Jeff Garzikmain.cpp: replace tabs with spaces
2012-04-17 Jeff GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Jeff GarzikMerge pull request #1094 from jgarzik/already-have...
2012-04-17 Jeff GarzikMerge pull request #1081 from jgarzik/pong
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 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-13 Jeff GarzikLocking fix for AlreadyHave()
2012-04-13 Jeff GarzikDatabase micro-optimization for "tx" network message
2012-04-13 Jeff GarzikReplace several network protocol version numbers with...
2012-04-12 Jeff GarzikRemove obsolete Win32 AffinityBugWorkaround()
2012-04-12 Jeff GarzikBIP 0031: pong message
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-10 Pieter WuilleMerge pull request #1054 from sipa/buildinfo
2012-04-10 Pieter WuilleBuild identification strings
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-04 Pieter WuilleDo not invoke anti-DoS system for invalid BIP16 transac...
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... support RPC stop and encryptwallet with UI
2012-04-04 Wladimir J. van... remove unused CalledSetStatusBar and UIThreadCall notif...
2012-04-02 Gavin AndresenMerge pull request #951 from TheBlueMatt/headerslimit
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-19 Matt CoralloLimit getheaders to a hard 2000.
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
next