Age | Commit message (Expand) | Author |
2013-11-27 | Split up bitcoinrpc (code movement only) | Wladimir J. van der Laan |
2013-11-22 | setgenerate creates multiple blocks in -regtest mode | Gavin Andresen |
2013-11-20 | RPC client option: -rpcwait, to wait for server start | Gavin Andresen |
2013-11-13 | Add -disablewallet option, to disable wallet support (and BDB) | Jeff Garzik |
2013-11-12 | init.cpp: cosmetic indent changes, preparing for no-wallet mode | Jeff Garzik |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-11-05 | Merge pull request #3196 from laanwj/2013_11_nohavegui | Wladimir J. van der Laan |
2013-11-04 | Merge pull request #3188 from Diapolo/logtimestamp_def | Wladimir J. van der Laan |
2013-11-04 | No more fHaveGUI | Wladimir J. van der Laan |
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen |
2013-11-02 | make -logtimestamps default on and rework help-message | Philip Kaufmann |
2013-10-30 | re-work -debug switch handling | Philip Kaufmann |
2013-10-22 | remove duplicate -rpcsslciphers help message from init | Philip Kaufmann |
2013-10-21 | Add separate bitcoin-rpc client | Wladimir J. van der Laan |
2013-10-20 | Merge pull request #3104 from Diapolo/rpcssl-defaultciphers | Gavin Andresen |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-10-17 | update default -rpcsslciphers to include TLSv1.2 | Philip Kaufmann |
2013-10-16 | Merge pull request #2981 from gmaxwell/tor2onion | Gavin Andresen |
2013-10-15 | Reimplement CBlockLocator's chain-related logic in CChain. | Pieter Wuille |
2013-10-11 | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille |
2013-10-02 | log start and end of Shutdown() | Philip Kaufmann |
2013-10-01 | Support absence of wallet (pwalletMain==NULL) in several locations, | Jeff Garzik |
2013-10-01 | misc small spelling/indentation fixes | Philip Kaufmann |
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen |
2013-09-18 | Refactor: OutputDebugStringF -> LogPrint(category, ...) | Gavin Andresen |
2013-09-09 | fix some cosmetic glitches in the codebase | Philip Kaufmann |
2013-09-08 | Rename -tor to -onion to better reflect what it does. | Gregory Maxwell |
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields |
2013-08-29 | Merge pull request #2940 from Diapolo/checkpoint | Pieter Wuille |
2013-08-28 | Merge pull request #2904 from gmaxwell/newaddr-no-passphrase | Gregory Maxwell |
2013-08-25 | move Checkpoints:fEnabled from step 2 to step 3 in init | Philip Kaufmann |
2013-08-24 | Merge pull request #2618 from fcicq/solaris-support | Jeff Garzik |
2013-08-23 | Remove fAllowReuse from GetKeyFromPool. | Gregory Maxwell |
2013-08-22 | Payment Protocol: X509-validated payment requests | Gavin Andresen |
2013-08-22 | update SelectParamsFromCommandLine() handling/order | Philip Kaufmann |
2013-08-15 | Merge pull request #2891 from gavinandresen/leveldb_printerror | Gavin Andresen |
2013-08-15 | Mempool consistency check | Pieter Wuille |
2013-08-12 | Merge pull request #2658 from TheBlueMatt/forkalert | Gavin Andresen |
2013-08-12 | Use HandleError() consistently to handle leveldb errors | Gavin Andresen |
2013-08-06 | remove a newline from a string in init.cpp | Philip Kaufmann |
2013-07-31 | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik |
2013-07-24 | Merge pull request #1889 from tcatm/multi-wallet | Gavin Andresen |
2013-07-22 | Merge pull request #2795 from fanquake/log_aborted_rebuilds | Jeff Garzik |
2013-07-22 | Call the -alertnotify script when we see a long or invalid fork. | Matt Corallo |
2013-07-21 | Bugfix: Include block creation and SSL options headings in usage | Luke Dashjr |
2013-07-17 | Ignore SIGPIPE signal on Solaris | fcicq |
2013-07-04 | let user select wallet file with -wallet=foo.dat | Nils Schneider |
2013-06-25 | Log aborted block database rebuilds | Michael Ford |
2013-06-24 | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in... | Eric Lombrozo |