aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2012-12-03add 2 constructors in CDiskBlockPos to simplify class usagePhilip Kaufmann
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
2012-09-24Send 'mempool' P2P command at the start of each P2P sessionJeff Garzik
2012-09-24Import $DataDir/bootstrap.dat automatically, if it exists.Jeff Garzik
2012-09-06Fix double-paren typoGavin Andresen
2012-09-05remove double logging of startup time, when !fLogTimestampsPhilip Kaufmann
2012-09-04init.cpp: fix build error, and possibly-uninit'd warningJeff Garzik
2012-09-04Merge pull request #1427 from rebroad/StartTimeFixJeff Garzik
2012-09-04Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik
2012-09-01No need to log start time if it's already being done on every line.R E Broadley
2012-08-30add default value in -timeout descriptionPhilip Kaufmann
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-23Allow building with IPv6 support, but it disabled by defaultLuke Dashjr
2012-08-22Fix infinite loops in connection logicPieter Wuille
2012-08-17add splashscreen message when importing blocks via -loadblockPhilip Kaufmann