Update License in File Headers
[novacoin.git] / src / main.cpp
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-17 Pieter WuilleHopefully final fix for the stuck blockchain issue
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Pieter WuillePrevent stuck block download in large reorganisations
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
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 GarzikAlreadyHave(): only hold lock during mapTransactions...
2012-04-17 Jeff GarzikLocking fix for AlreadyHave()
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-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-21 Luke DashjrMerge branch 'bip16_0.4.x' into 0.4.x
2012-03-20 Luke DashjrMinimal support for validating BIP16 pay-to-script...
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-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-02 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-03 Gavin AndresenOnly store transactions with missing inputs in the...
2012-02-02 Gavin AndresenTestnet difficulty calculation changes, to take effect...
2011-12-20 Luke DashjrBugfix: fForRelay should be false when deciding require...
2011-12-02 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-09-17 Nils Schneiderlog low-level network messages only when fDebug is set
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-06 Luke DashjrBugfix: Use timestamp in coinbase rather than "bits...
2011-09-06 Luke DashjrMerge branch 'getwork_dedupe' into unique_coinbase
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Gavin AndresenDo not try to download blockchain from 0.3.23 nodes
2011-09-01 Gavin AndresenMerge pull request #467 from gavinandresen/keypoolzero
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-09-01 Gavin AndresenMerge pull request #470 from fabianhjr/master
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-16 Gavin AndresenRemove unused ScanMessageStart function
2011-08-16 Fabian H jr.Updated checkpoints, maybe Tx fee should be reduced...
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Gavin AndresenMerge pull request #459 from jgarzik/char-msgstart
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-31 Matt CoralloCheck for duplicate txins in CheckTransaction.
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-03 Gavin AndresenBlock-chain lock-in at 134444
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-18 Wladimir J. van... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-05 Jeff GarzikMerge pull request #264 from sipa/mintxfeefix
2011-06-05 Jeff GarzikMerge pull request #255 from sipa/rescanupdate
2011-05-28 Pieter Wuillebugfix: accept free transactions
2011-05-25 Pieter WuilleSeparate required fee for relaying and creation
2011-05-25 Pieter WuilleFix for small change outputs
2011-05-22 Pieter WuilleUpdate transactions already in the wallet when rescanning.
2011-05-17 Jordan LewisOnly include certain boost headers if necessary.
2011-05-16 Jordan LewisOnly include init.h when we have to
2011-05-16 Jordan LewisOnly include net.h when we have to
2011-05-16 Jordan LewisOnly include db.h when we have to.
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-12 Daniel HolbertAdd #ifdef USE_UPNP around usage of fUseUPnP to fix...
2011-05-11 Jeff GarzikReplace CENT with new constant MIN_TX_FEE, where approp...
2011-05-09 Jeff GarzikManual merge of jaromil's source tree reorg commit.
2011-04-23 Jaromildirectory re-organization (keeps the old build system)