PPCoin: Immediate sync-checkpoint to defend against 51% mining attack
[novacoin.git] / src / main.cpp
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
2012-04-14 Scott NadalPPCoin: Proof-of-stake hash target protocol
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-12 Scott NadalPPCoin: Separate proof-of-work and proof-of-stake blocks
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-08 Scott NadalPPCoin: Protocol rule to match coinbase and coinstake...
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-31 Scott NadalPPCoin: Move vchBlockSig to after vtx and fix CDiskTxPo...
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-24 Scott Nadal1. check block for genesis block
2012-03-24 Scott NadalMerge branch 'sunny/seeding' into scott/sign_block
2012-03-24 Sunny KingPPCoin: Mark inputs unspent in wallet when disconnectin...
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-19 Scott NadalPPCoin: Add block signature
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-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
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-22 Sunny KingPPCoin: RPC command 'reservebalance'
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-16 Sunny KingPPCoin: fix a hang during reorg (bug introduced in...
2012-02-11 Sunny KingPPCoin: Coin creation model - coinstake reward with...
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
next