aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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
2013-05-02Exit cleanly if AppInit2 returns falseGavin Andresen
2013-05-01Bugfix: if no bestblock record is present, do a -rescanPieter Wuille
2013-04-29Merge pull request #2568 from sipa/rlimitGavin Andresen
2013-04-29Accept negative -par values to leave N CPUs free.David Serrano
2013-04-29Try to increase file descriptor rlimit if necessaryPieter Wuille
2013-04-28move WSAStartup to initWladimir J. van der Laan
2013-04-25Allow the default key to be unavailablePieter Wuille
2013-04-24Try moving database/ away in case of failurePieter Wuille
2013-04-24remove duplicate bitdb.Open() code from initPhilip Kaufmann
2013-04-11qt: don't show rpcconnect command line option in helpWladimir J. van der Laan
2013-04-08translations update 2013-04-08Philip Kaufmann
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-04-03Have Qt poll for shutdown requested, the QT way.Gavin Andresen
2013-04-03Clean up shutdown processGavin Andresen