aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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
2012-08-03Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
2012-08-01Merge pull request #1465 from Diapolo/NOUI_showSSLVersionJeff Garzik
2012-08-01Merge pull request #1396 from rebroad/NoShrinkOptionJeff Garzik
2012-07-27update HelpMessage()Philip Kaufmann
2012-07-26When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
2012-07-04write used OpenSSL library version to debug.logPhilip Kaufmann