aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen2013-10-161-6/+11
|\ \
| * | Rename -tor to -onion to better reflect what it does.Gregory Maxwell2013-09-081-6/+11
* | | Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille2013-10-151-4/+4
* | | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-10/+10
| |/ |/|
* | log start and end of Shutdown()Philip Kaufmann2013-10-021-0/+2
* | Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik2013-10-011-11/+17
* | misc small spelling/indentation fixesPhilip Kaufmann2013-10-011-2/+2
* | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-35/+35
* | Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-181-1/+1
* | fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-1/+1
|/
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+4
* Merge pull request #2940 from Diapolo/checkpointPieter Wuille2013-08-291-2/+1
|\
| * move Checkpoints:fEnabled from step 2 to step 3 in initPhilip Kaufmann2013-08-251-2/+1
* | Merge pull request #2904 from gmaxwell/newaddr-no-passphraseGregory Maxwell2013-08-281-1/+1
|\ \ | |/ |/|
| * Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell2013-08-231-1/+1
* | Merge pull request #2618 from fcicq/solaris-supportJeff Garzik2013-08-241-0/+5
|\ \ | |/ |/|
| * Ignore SIGPIPE signal on Solarisfcicq2013-07-171-0/+5
* | Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-1/+1
* | update SelectParamsFromCommandLine() handling/orderPhilip Kaufmann2013-08-221-3/+0
* | Merge pull request #2891 from gavinandresen/leveldb_printerrorGavin Andresen2013-08-151-0/+1
|\ \
| * | Use HandleError() consistently to handle leveldb errorsGavin Andresen2013-08-121-0/+1
* | | Mempool consistency checkPieter Wuille2013-08-151-0/+1
* | | Merge pull request #2658 from TheBlueMatt/forkalertGavin Andresen2013-08-121-1/+1
|\ \ \ | |/ / |/| |
| * | Call the -alertnotify script when we see a long or invalid fork.Matt Corallo2013-07-221-1/+1
| |/
* | remove a newline from a string in init.cppPhilip Kaufmann2013-08-061-1/+1
* | Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+1
* | Merge pull request #1889 from tcatm/multi-walletGavin Andresen2013-07-241-5/+13
|\ \
| * | 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