Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoi...
[novacoin.git] / src / main.cpp
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin Andresenprint large orphan warning BEFORE deleting pvMsg
2012-06-19 Pieter WuilleUse a 64-bit nonce in ping
2012-06-19 Gavin AndresenRefactor: GetRandHash() method for util
2012-06-19 Gavin AndresenFurther DoS prevention: Verify signatures last
2012-06-19 Gavin AndresenRemove invalid dependent orphans from memory
2012-06-19 Gavin AndresenOptimize orphan transaction handling
2012-06-19 Jeff GarzikMake orphan logging more verbose, displaying mapOrphanT...
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Pieter WuilleUse a 64-bit nonce in ping
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 R E BroadleyCorrect debug.log output to show correct function the...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 Philip Kaufmannremove 2 ugly spaces from a message string
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-17 Pieter WuilleHopefully final fix for the stuck blockchain issue
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-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
next