aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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-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
2013-06-05Using boost::signals2 to message main from net.cpp.Eric Lombrozo
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-06-05Removed net.cpp's dependency on init.h.Eric Lombrozo
2013-06-05Moved unrelated-to-network calls in StartNode and StopNode into init.cppEric Lombrozo
2013-06-05Get rid of db dependencies on mainEric Lombrozo
2013-06-04build: use runtime setting for displaying the help message rather than QT_GUI...Cory Fields
2013-06-04build: cosmetic: split usage string for easier formattingCory Fields
2013-06-04build: split the non-gui startup routines into a new fileCory Fields
2013-06-04build: prepare to move DetectShutdownThreadCory Fields
2013-06-01remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann
2013-05-30Merge pull request #2716 from laanwj/2013_05_30_getworkJeff Garzik
2013-05-30Merge pull request #2642 from sipa/rightgenesisJeff Garzik
2013-05-30Merge pull request #2693 from jgarzik/checkpoint-boolJeff Garzik
2013-05-30Move pMiningKey init out of StartRPCThreadsWladimir J. van der Laan
2013-05-29Merge pull request #2695 from robbak/init_cpp-explicit_castPieter Wuille
2013-05-24Fix crash-at-shutdown if exiting before initializing walletGavin Andresen
2013-05-24Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variableJeff Garzik
2013-05-24Explictly cast calculation to int, to allow std::max to work.Robert Backhaus
2013-05-22More bestblock records in walletsPieter Wuille
2013-05-12Check for correct genesisPieter Wuille
2013-05-04Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen
2013-05-04Merge pull request #2606 from gavinandresen/threadfixPieter Wuille
2013-05-03Merge pull request #2558 from sipa/nodbdirPieter Wuille
2013-05-03Merge pull request #2566 from sipa/nodefGavin Andresen
2013-05-03Merge pull request #2603 from sipa/nobestblockPieter Wuille
2013-05-03small init.cpp changes (strings / Winsock init)Philip Kaufmann
2013-05-03Un-hardcode TX_FEE constantsGavin Andresen