aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | let user select wallet file with -wallet=foo.datNils Schneider2013-07-041-5/+13
| |/
* | Merge pull request #2795 from fanquake/log_aborted_rebuildsJeff Garzik2013-07-221-0/+1
|\ \
| * | Log aborted block database rebuildsMichael Ford2013-06-251-0/+1
* | | Bugfix: Include block creation and SSL options headings in usageLuke Dashjr2013-07-211-2/+2
| |/ |/|
* | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...Eric Lombrozo2013-06-241-1/+1
|/
* Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo2013-06-231-1/+1
* Merge pull request #2783 from sipa/newtxindexPieter Wuille2013-06-231-6/+6
|\
| * Initialize database before checking changed txindexPieter Wuille2013-06-221-6/+6
* | init.cpp: fix chainparams.h double include.Jeff Garzik2013-06-231-1/+0
* | Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik2013-06-221-1/+2
|\ \
| * | Pass check level, check depth to VerifyDB()Jeff Garzik2013-06-191-1/+2
| |/
* / Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-3/+8
|/
* allow txindex to be removed and add a reindex dialogPhilip Kaufmann2013-06-101-4/+7
* Using boost::signals2 to message main from net.cpp.Eric Lombrozo2013-06-051-4/+2
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-0/+1
* Removed net.cpp's dependency on init.h.Eric Lombrozo2013-06-051-1/+6
* Moved unrelated-to-network calls in StartNode and StopNode into init.cppEric Lombrozo2013-06-051-0/+2
* Get rid of db dependencies on mainEric Lombrozo2013-06-051-0/+1
* build: use runtime setting for displaying the help message rather than QT_GUI...Cory Fields2013-06-041-11/+9
* build: cosmetic: split usage string for easier formattingCory Fields2013-06-041-70/+70
* build: split the non-gui startup routines into a new fileCory Fields2013-06-041-134/+0
* build: prepare to move DetectShutdownThreadCory Fields2013-06-041-3/+5
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-14/+14
* Merge pull request #2716 from laanwj/2013_05_30_getworkJeff Garzik2013-05-301-0/+3
|\
| * Move pMiningKey init out of StartRPCThreadsWladimir J. van der Laan2013-05-301-0/+3
* | Merge pull request #2642 from sipa/rightgenesisJeff Garzik2013-05-301-0/+5
|\ \
| * | Check for correct genesisPieter Wuille2013-05-121-0/+5
* | | Merge pull request #2693 from jgarzik/checkpoint-boolJeff Garzik2013-05-301-0/+2
|\ \ \ | |_|/ |/| |
| * | Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variableJeff Garzik2013-05-241-0/+2
* | | Merge pull request #2695 from robbak/init_cpp-explicit_castPieter Wuille2013-05-291-1/+1
|\ \ \
| * | | Explictly cast calculation to int, to allow std::max to work.Robert Backhaus2013-05-241-1/+1
| |/ /
* / / Fix crash-at-shutdown if exiting before initializing walletGavin Andresen2013-05-241-1/+2
|/ /
* / More bestblock records in walletsPieter Wuille2013-05-221-0/+3
|/
* Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen2013-05-041-0/+22
|\
| * Un-hardcode TX_FEE constantsGavin Andresen2013-05-031-0/+22
* | Merge pull request #2606 from gavinandresen/threadfixPieter Wuille2013-05-041-3/+3
|\ \
| * | Exit cleanly if AppInit2 returns falseGavin Andresen2013-05-021-3/+3
| |/
* | Merge pull request #2558 from sipa/nodbdirPieter Wuille2013-05-031-11/+16
|\ \
| * | Try moving database/ away in case of failurePieter Wuille2013-04-241-2/+16
| * | remove duplicate bitdb.Open() code from initPhilip Kaufmann2013-04-241-9/+0
* | | Merge pull request #2566 from sipa/nodefGavin Andresen2013-05-031-5/+5
|\ \ \
| * | | Allow the default key to be unavailablePieter Wuille2013-04-251-5/+5
| |/ /
* | | Merge pull request #2603 from sipa/nobestblockPieter Wuille2013-05-031-0/+4
|\ \ \
| * | | Bugfix: if no bestblock record is present, do a -rescanPieter Wuille2013-05-011-0/+4
| | |/ | |/|
* / | small init.cpp changes (strings / Winsock init)Philip Kaufmann2013-05-031-6/+5
|/ /
* | Merge pull request #2568 from sipa/rlimitGavin Andresen2013-04-291-0/+20
|\ \
| * | Try to increase file descriptor rlimit if necessaryPieter Wuille2013-04-291-0/+20
* | | Accept negative -par values to leave N CPUs free.David Serrano2013-04-291-3/+3
|/ /
* / move WSAStartup to initWladimir J. van der Laan2013-04-281-0/+8
|/
* qt: don't show rpcconnect command line option in helpWladimir J. van der Laan2013-04-111-0/+2