aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2013-01-11add InitMessage() to noui and use debug.log for GUIPhilip Kaufmann
2013-01-04New database check routinePieter Wuille
2013-01-01Remove 'T' from remaining date/time format strings.Jeff Garzik
2012-12-28update 2 command-line parameter help messagesPhilip Kaufmann
2012-12-13Merge pull request #2096 from 94m3k1n9/fix-time-formatsPieter Wuille
2012-12-12Merge pull request #2048 from jgarzik/no-checkpointsGavin Andresen
2012-12-12Merge pull request #2059 from sipa/benchmarkGavin Andresen
2012-12-12Merge pull request #2062 from sipa/nocoinsGavin Andresen
2012-12-12Change timestamps to use ISO8601 formattingRichard Schwab
2012-12-06Allow lengthy block reconnections to be interruptedPieter Wuille
2012-12-06Reconstruct coins/ from scratch when missing.Pieter Wuille
2012-12-05Add -benchmark for reporting block processing timesPieter Wuille
2012-12-03add 2 constructors in CDiskBlockPos to simplify class usagePhilip Kaufmann
2012-11-28Add "checkpoints" option, to permit disabling of checkpoint logic.Jeff Garzik
2012-11-26update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann
2012-11-14make enum and parameter used in Bind() unsignedPhilip Kaufmann
2012-11-10allow listening on -bind=address for blocked networksPhilip Kaufmann
2012-11-09Merge pull request #1943 from sipa/reindex2Pieter Wuille
2012-11-09Merge pull request #1978 from sipa/nodetachPieter Wuille
2012-11-09Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille
2012-11-09Move ThreadImport to init.cppPieter Wuille
2012-11-08Merge pull request #1981 from sipa/cachesPieter Wuille
2012-11-04Cache size optimizationsPieter Wuille
2012-11-04Remove -detachdb and stop's detach argument.Pieter Wuille
2012-10-25fix some double-spaces in stringsPhilip Kaufmann
2012-10-25First flush block tree, then coin setPieter Wuille
2012-10-25Added checks for null pointers in Shutdowntucenaber
2012-10-21change blockchain -> block chain (spelling)Philip Kaufmann
2012-10-20Add LevelDB MemEnv supportPieter Wuille
2012-10-20LevelDB block and coin databasesPieter Wuille
2012-10-20Use singleton block tree database instancePieter Wuille
2012-10-20Prepare database format for multi-stage block processingPieter Wuille
2012-10-20Automatically reorganize at startup to best known blockPieter Wuille
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-10-20Move external block import to separate threadPieter Wuille
2012-10-12Fix a use-after-free problem in initialization (#1920)Wladimir J. van der Laan
2012-10-09Fix bad merge, pszDataDir duplicationGavin Andresen
2012-10-09Merge branch 'wallet_exceptions' of github.com:gavinandresen/bitcoin-gitGavin Andresen
2012-10-08Revert "Send 'mempool' P2P command at the start of each P2P session"Jeff Garzik
2012-10-08Merge pull request #1833 from jgarzik/mempool-queryJeff Garzik
2012-10-08Don't try to verify a non-existent wallet.datGavin Andresen
2012-10-08Handle corrupt wallets gracefully.Gavin Andresen
2012-10-08Handle incompatible BDB environmentsGavin Andresen
2012-10-08Merge branch 'BDB_DOWNGRADE'Gavin Andresen
2012-10-08Handle incompatible BDB environmentsGavin Andresen
2012-10-04Send --help message to stdout i.s.o stderrWladimir J. van der Laan
2012-10-01fix -Wformat warnings all over the sourcePhilip Kaufmann
2012-09-28Merge pull request #1862 from kjj2/testportsPieter Wuille
2012-09-24Fix: when testnet=1 specified, change default ports to 18332 and 18333kjj2