Use nOneDay
[novacoin.git] / src / main.cpp
2012-06-22 Scott NadalPPCoin: Enter safe mode if detected invalid synchronize...
2012-06-20 Richard SmithPPCoin: Force asking for orphan block's parent block
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-19 Scott NadalPPCoin: Force reorganization for synchronized checkpoint
2012-06-18 Scott NadalPPCoin: Synchronized checkpoint accepting descendant...
2012-06-15 Scott NadalPPCoin: Save sync-checkpoint to db and enforce sync...
2012-06-15 Sunny KingPPCoin: Check proof-of-stake for orphan blocks as well
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-06-12 Sunny KingPPCoin: Remove coinbase output in genesis block
2012-06-12 Sunny KingPPCoin: Coinstake timestamp rule
2012-06-10 Sunny KingPPCoin: Move CSyncCheckpoint class outside of Checkpoin...
2012-06-08 Scott NadalPPCoin: Accept pending synchronized checkpoint
2012-06-07 Sunny KingPPCoin: Include coinstake timestamp in duplicate-stake...
2012-06-07 Scott NadalPPCoin: Asking for blocks when checkpoint block is...
2012-06-05 Scott NadalPPCoin: Process and relay synchronized checkpoint
2012-05-31 Sunny KingPPCoin: Check stake target and signature for all accept...
2012-05-30 Sunny KingPPCoin: Initialize synchronized checkpoint
2012-05-30 Sunny KingPPCoin: Remove redundant check on dupliate coinstake...
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-21 Sunny KingPPCoin: Proof-of-work target spacing auto-adjusts based...
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 Scott NadalPPCoin: Allow limited duplicate stakes under block...
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 Sunny KingPPCoin: Fix proof-of-stake block generation since c03bef8c
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-05-02 Scott NadalPPCoin: Preliminary checks on proof-of-stake duplicates
2012-05-01 Sunny KingPPCoin: New data structure for detection of block spam
2012-04-30 Gavin AndresenCheck earlier for blocks with duplicate transactions...
2012-04-30 Scott NadalPPCoin: Create coinstake with multiple inputs of same...
2012-04-29 Sunny KingPPCoin: Coin creation model - no coinbase reward in...
2012-04-29 Sunny KingPPCoin: Fix bug in target adjustment since 32e6e50a
2012-04-29 Sunny KingPPCoin: Modify coinstake target protocol
2012-04-26 Sunny KingPPCoin: Reduce stale proof-of-stake blocks generated...
2012-04-25 Sunny KingPPCoin: Fix bug in proof-of-stake block generation...
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 Sunny KingPPCoin: Preliminary check on coinstake duplicate
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-17 Scott NadalPPCoin: Try generate coinstake for every second
2012-04-16 Sunny KingPPCoin: target adjustment for both proof-of-work and...
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-15 Scott NadalPPCoin: a preliminary version of coinstake creation
next