aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann2012-11-261-6/+7
* | make enum and parameter used in Bind() unsignedPhilip Kaufmann2012-11-141-4/+4
* | allow listening on -bind=address for blocked networksPhilip Kaufmann2012-11-101-16/+18
* | Merge pull request #1943 from sipa/reindex2Pieter Wuille2012-11-091-5/+87
|\ \
| * | Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille2012-11-091-14/+52
| * | Move ThreadImport to init.cppPieter Wuille2012-11-091-0/+44
* | | Merge pull request #1978 from sipa/nodetachPieter Wuille2012-11-091-3/+0
|\ \ \ | |/ / |/| |
| * | Remove -detachdb and stop's detach argument.Pieter Wuille2012-11-041-3/+0
* | | Merge pull request #1981 from sipa/cachesPieter Wuille2012-11-081-3/+14
|\ \ \
| * | | Cache size optimizationsPieter Wuille2012-11-041-3/+14
| |/ /
* / / fix some double-spaces in stringsPhilip Kaufmann2012-10-251-1/+1
|/ /
* | First flush block tree, then coin setPieter Wuille2012-10-251-2/+2
* | Added checks for null pointers in Shutdowntucenaber2012-10-251-2/+4
* | change blockchain -> block chain (spelling)Philip Kaufmann2012-10-211-1/+1
* | Add LevelDB MemEnv supportPieter Wuille2012-10-201-1/+1
* | LevelDB block and coin databasesPieter Wuille2012-10-201-1/+1
* | Use singleton block tree database instancePieter Wuille2012-10-201-0/+3
* | Prepare database format for multi-stage block processingPieter Wuille2012-10-201-32/+3
* | Automatically reorganize at startup to best known blockPieter Wuille2012-10-201-0/+34
* | Batch block connection during IBDPieter Wuille2012-10-201-0/+12
* | UltraprunePieter Wuille2012-10-201-8/+0
* | Move external block import to separate threadPieter Wuille2012-10-201-19/+3
* | Fix a use-after-free problem in initialization (#1920)Wladimir J. van der Laan2012-10-121-6/+6
* | Fix bad merge, pszDataDir duplicationGavin Andresen2012-10-091-1/+0
* | Merge branch 'wallet_exceptions' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-10-091-9/+56
|\ \
| * | Don't try to verify a non-existent wallet.datGavin Andresen2012-10-081-10/+13
| * | Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-18/+53
| * | Handle incompatible BDB environmentsGavin Andresen2012-10-081-3/+12
* | | Revert "Send 'mempool' P2P command at the start of each P2P session"Jeff Garzik2012-10-081-4/+1
* | | Merge pull request #1833 from jgarzik/mempool-queryJeff Garzik2012-10-081-1/+4
|\ \ \
| * | | Send 'mempool' P2P command at the start of each P2P sessionJeff Garzik2012-09-241-1/+4
| | |/ | |/|
* | | Merge branch 'BDB_DOWNGRADE'Gavin Andresen2012-10-081-3/+12
|\ \ \ | |_|/ |/| |
| * | Handle incompatible BDB environmentsGavin Andresen2012-10-081-3/+12
* | | Send --help message to stdout i.s.o stderrWladimir J. van der Laan2012-10-041-1/+1
|/ /
* | fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-4/+4
* | Merge pull request #1862 from kjj2/testportsPieter Wuille2012-09-281-1/+1
|\ \
| * | Fix: when testnet=1 specified, change default ports to 18332 and 18333kjj22012-09-241-1/+1
| |/
* / Import $DataDir/bootstrap.dat automatically, if it exists.Jeff Garzik2012-09-241-1/+14
|/
* Fix double-paren typoGavin Andresen2012-09-061-1/+1
* remove double logging of startup time, when !fLogTimestampsPhilip Kaufmann2012-09-051-1/+0
* init.cpp: fix build error, and possibly-uninit'd warningJeff Garzik2012-09-041-2/+2
* Merge pull request #1427 from rebroad/StartTimeFixJeff Garzik2012-09-041-0/+2
|\
| * No need to log start time if it's already being done on every line.R E Broadley2012-09-011-0/+2
* | Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik2012-09-041-4/+4
|\ \
| * | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-4/+4
| |/
* / add default value in -timeout descriptionPhilip Kaufmann2012-08-301-1/+1
|/
* Allow building with IPv6 support, but it disabled by defaultLuke Dashjr2012-08-231-0/+6
* Fix infinite loops in connection logicPieter Wuille2012-08-221-1/+1
* add splashscreen message when importing blocks via -loadblockPhilip Kaufmann2012-08-171-0/+1
* Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann2012-08-031-2/+14