aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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
2013-04-03Port Thread* methods to boost::thread_groupGavin Andresen
2013-04-03Rename util.h Sleep --> MilliSleepGavin Andresen
2013-04-03Shutdown cleanup prep-workGavin Andresen
2013-04-02Merge pull request #2431 from jgarzik/gen-bitcoins-initGavin Andresen
2013-04-01Merge pull request #2387 from Diapolo/translationsWladimir J. van der Laan
2013-03-31Move GenerateBitcoins() call out of net.cpp's StartNode()Jeff Garzik
2013-03-29Merge pull request #2411 from TheBlueMatt/masterJeff Garzik
2013-03-29Merge pull request #2385 from gavinandresen/alertnotifyJeff Garzik
2013-03-24(finally) Remove IRC Seed support now that lfnet is down.Matt Corallo
2013-03-21blockchain -> block chain (used everywhere else)Philip Kaufmann
2013-03-19-alertnotify=<cmd>Gavin Andresen
2013-03-19Deleting everything except the wallet will not help recover from BDB errors.Gregory Maxwell
2013-03-13harmonize 2 init messages and remove onePhilip Kaufmann