aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #3368 from laanwj/2013_11_disable_wallet_miningGavin Andresen2013-12-091-3/+1
|\ \ | |/ |/|
| * Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-3/+1
* | Add main-specific node statePieter Wuille2013-12-081-0/+1
|/
* Delimit code with #ifdef ENABLE_WALLETWladimir J. van der Laan2013-12-041-8/+33
* bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-84/+63
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+1
* setgenerate creates multiple blocks in -regtest modeGavin Andresen2013-11-221-2/+2
* RPC client option: -rpcwait, to wait for server startGavin Andresen2013-11-201-0/+1
* Add -disablewallet option, to disable wallet support (and BDB)Jeff Garzik2013-11-131-4/+8
* init.cpp: cosmetic indent changes, preparing for no-wallet modeJeff Garzik2013-11-121-109/+113
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-22/+23
* Merge pull request #3196 from laanwj/2013_11_nohaveguiWladimir J. van der Laan2013-11-051-5/+2
|\
| * No more fHaveGUIWladimir J. van der Laan2013-11-041-5/+2
* | Merge pull request #3188 from Diapolo/logtimestamp_defWladimir J. van der Laan2013-11-041-2/+2
|\ \ | |/ |/|
| * make -logtimestamps default on and rework help-messagePhilip Kaufmann2013-11-021-2/+2
* | Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-2/+2
|/
* re-work -debug switch handlingPhilip Kaufmann2013-10-301-9/+22
* remove duplicate -rpcsslciphers help message from initPhilip Kaufmann2013-10-221-1/+0
* Add separate bitcoin-rpc clientWladimir J. van der Laan2013-10-211-69/+96
* Merge pull request #3104 from Diapolo/rpcssl-defaultciphersGavin Andresen2013-10-201-1/+1
|\
| * update default -rpcsslciphers to include TLSv1.2Philip Kaufmann2013-10-171-1/+1
* | Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\ \ | |/ |/|
| * Bump Year Number to 2013super32013-10-201-1/+1
* | 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
|\ \