aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2013-11-04No more fHaveGUIWladimir J. van der Laan
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-11-02make -logtimestamps default on and rework help-messagePhilip Kaufmann
2013-10-30re-work -debug switch handlingPhilip Kaufmann
2013-10-22remove duplicate -rpcsslciphers help message from initPhilip Kaufmann
2013-10-21Add separate bitcoin-rpc clientWladimir J. van der Laan
2013-10-20Merge pull request #3104 from Diapolo/rpcssl-defaultciphersGavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-17update default -rpcsslciphers to include TLSv1.2Philip Kaufmann
2013-10-16Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen
2013-10-15Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-10-02log start and end of Shutdown()Philip Kaufmann
2013-10-01Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik
2013-10-01misc small spelling/indentation fixesPhilip Kaufmann
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-18Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-08Rename -tor to -onion to better reflect what it does.Gregory Maxwell
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-29Merge pull request #2940 from Diapolo/checkpointPieter Wuille
2013-08-28Merge pull request #2904 from gmaxwell/newaddr-no-passphraseGregory Maxwell
2013-08-25move Checkpoints:fEnabled from step 2 to step 3 in initPhilip Kaufmann
2013-08-24Merge pull request #2618 from fcicq/solaris-supportJeff Garzik
2013-08-23Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22update SelectParamsFromCommandLine() handling/orderPhilip Kaufmann
2013-08-15Merge pull request #2891 from gavinandresen/leveldb_printerrorGavin Andresen
2013-08-15Mempool consistency checkPieter Wuille
2013-08-12Merge pull request #2658 from TheBlueMatt/forkalertGavin Andresen
2013-08-12Use HandleError() consistently to handle leveldb errorsGavin Andresen
2013-08-06remove a newline from a string in init.cppPhilip Kaufmann
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
2013-07-24Merge pull request #1889 from tcatm/multi-walletGavin Andresen
2013-07-22Merge pull request #2795 from fanquake/log_aborted_rebuildsJeff Garzik
2013-07-22Call the -alertnotify script when we see a long or invalid fork.Matt Corallo
2013-07-21Bugfix: Include block creation and SSL options headings in usageLuke Dashjr
2013-07-17Ignore SIGPIPE signal on Solarisfcicq
2013-07-04let user select wallet file with -wallet=foo.datNils Schneider
2013-06-25Log aborted block database rebuildsMichael Ford
2013-06-24Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...Eric Lombrozo
2013-06-23Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo
2013-06-23Merge pull request #2783 from sipa/newtxindexPieter Wuille
2013-06-23init.cpp: fix chainparams.h double include.Jeff Garzik
2013-06-22Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik
2013-06-22Initialize database before checking changed txindexPieter Wuille
2013-06-19Pass check level, check depth to VerifyDB()Jeff Garzik
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-10allow txindex to be removed and add a reindex dialogPhilip Kaufmann