382 Commits (3743b80528b867cfe142f2c07aee31d92a1e13cb)

Author SHA1 Message Date
Philip Kaufmann a9a37c8bb5 update help for -blockmaxsize and blockprioritysize 11 years ago
Philip Kaufmann b6aafca03d some string and indentation updates in init/rpcclient 11 years ago
Wladimir J. van der Laan 4a85e06750 Allow mining RPCs with --disable-wallet 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Gavin Andresen c8b74258ba setgenerate creates multiple blocks in -regtest mode 11 years ago
Gavin Andresen 480e75ceab RPC client option: -rpcwait, to wait for server start 11 years ago
Jeff Garzik e6b7e3dc79 Add -disablewallet option, to disable wallet support (and BDB) 11 years ago
Jeff Garzik f9ee7a032b init.cpp: cosmetic indent changes, preparing for no-wallet mode 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e30bd78f81 No more fHaveGUI 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Philip Kaufmann 959e62f0c8 make -logtimestamps default on and rework help-message 11 years ago
Philip Kaufmann 3b570559f8 re-work -debug switch handling 11 years ago
Philip Kaufmann 2e11999e2b remove duplicate -rpcsslciphers help message from init 11 years ago
Wladimir J. van der Laan 2a03a39020 Add separate bitcoin-rpc client 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 1728bf0873 update default -rpcsslciphers to include TLSv1.2 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann ced3c24816 log start and end of Shutdown() 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Philip Kaufmann f65dddc7b2 misc small spelling/indentation fixes 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gavin Andresen e51321fb75 Refactor: OutputDebugStringF -> LogPrint(category, ...) 11 years ago
Philip Kaufmann d78900cc1b fix some cosmetic glitches in the codebase 11 years ago
Gregory Maxwell 102518fdb7 Rename -tor to -onion to better reflect what it does. 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Philip Kaufmann 60fc1b4034 move Checkpoints:fEnabled from step 2 to step 3 in init 11 years ago
Gregory Maxwell 71ac5052d8 Remove fAllowReuse from GetKeyFromPool. 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Philip Kaufmann a2189fbaf6 update SelectParamsFromCommandLine() handling/order 11 years ago
Pieter Wuille 2461aba1ac Mempool consistency check 11 years ago
Gavin Andresen b35e993200 Use HandleError() consistently to handle leveldb errors 11 years ago
Philip Kaufmann 265e2657b4 remove a newline from a string in init.cpp 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Matt Corallo f89faa2584 Call the -alertnotify script when we see a long or invalid fork. 11 years ago
Luke Dashjr dabd4bd48e Bugfix: Include block creation and SSL options headings in usage 11 years ago
fcicq b34255b758 Ignore SIGPIPE signal on Solaris 11 years ago
Nils Schneider 674cb304b3 let user select wallet file with -wallet=foo.dat 12 years ago
Michael Ford 664aeb2871 Log aborted block database rebuilds 11 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 12 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 11 years ago
Philip Kaufmann 336a53ddbc fix makefiles and init.cpp after chainparams merge 11 years ago
Jeff Garzik 6d3f0058f7 init.cpp: fix chainparams.h double include. 11 years ago
Pieter Wuille 067a6092ac Initialize database before checking changed txindex 11 years ago
Jeff Garzik 168ba99392 Pass check level, check depth to VerifyDB() 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago