Update copyrights to 2012 for files modified this year
[novacoin.git] / src / main.cpp
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)