276 Commits (b31499ec72edd1554d4612d1b54808fce0360e14)

Author SHA1 Message Date
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 11 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 11 years ago
Jeff Garzik a0cafb7945 Move GenerateBitcoins() call out of net.cpp's StartNode() 11 years ago
Matt Corallo c2efd981aa (finally) Remove IRC Seed support now that lfnet is down. 11 years ago
Philip Kaufmann 967125ca4a blockchain -> block chain (used everywhere else) 11 years ago
Gavin Andresen e5f163a041 -alertnotify=<cmd> 11 years ago
Gregory Maxwell 124f823714 Deleting everything except the wallet will not help recover from BDB errors. 11 years ago
Philip Kaufmann e1ca89df1f harmonize 2 init messages and remove one 12 years ago
Mike Hearn 0556bb22e1 Shorten a startup message. It was getting truncated and looks ugly. 12 years ago
Philip Kaufmann 69e0774714 small changes in init, main, checkpoints.h and bitcoin-qt.pro 12 years ago
Pieter Wuille f7f3a96b74 Improve block database load error reporting 12 years ago
Pieter Wuille 398774181a Improve block database load error reporting 12 years ago
Pieter Wuille 386037615a Make sure the genesis block is present after reindex 12 years ago
Pieter Wuille 421218d304 Deal with LevelDB errors 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Pieter Wuille 56869fc07c Check only 288 blocks at startup by default 12 years ago
Pieter Wuille 2d1fa42e85 Add optional transaction index to databases 12 years ago
Philip Kaufmann 06494cabb4 make database init messages more valuable 12 years ago
Philip Kaufmann bb41a87d57 add InitMessage() to noui and use debug.log for GUI 12 years ago
Pieter Wuille f9cae832e6 Parallelize script verification 12 years ago
Pieter Wuille 1f355b66cd New database check routine 12 years ago
Jeff Garzik 3f964b3c50 Remove 'T' from remaining date/time format strings. 12 years ago
Philip Kaufmann b8397fbfcd update 2 command-line parameter help messages 12 years ago
Gavin Andresen f4445f9982 Upgrading to 0.8: re-use blkNNNN.dat files. 12 years ago
Richard Schwab 303b0009dc Change timestamps to use ISO8601 formatting 12 years ago
Pieter Wuille 3fb9b99cca Allow lengthy block reconnections to be interrupted 12 years ago
Pieter Wuille 89b7019be8 Reconstruct coins/ from scratch when missing. 12 years ago
Pieter Wuille 8a28bb6dee Add -benchmark for reporting block processing times 12 years ago
Philip Kaufmann a8a4b9673e add 2 constructors in CDiskBlockPos to simplify class usage 12 years ago
Jeff Garzik 857b3ad923 Add "checkpoints" option, to permit disabling of checkpoint logic. 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Philip Kaufmann 29e214aaf5 make enum and parameter used in Bind() unsigned 12 years ago
Philip Kaufmann c73323eec9 allow listening on -bind=address for blocked networks 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
Pieter Wuille 7a5b7535bf Move ThreadImport to init.cpp 12 years ago
Pieter Wuille 1c83b0a377 Cache size optimizations 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
kjj2 cae686d31e Add -walletnotify to call an external script on wallet transactions 12 years ago
Philip Kaufmann 6b3783a9c9 fix some double-spaces in strings 12 years ago
Pieter Wuille bb790aa24d First flush block tree, then coin set 12 years ago
tucenaber 3026baaa7c Added checks for null pointers in Shutdown 12 years ago
Philip Kaufmann 729b180686 change blockchain -> block chain (spelling) 12 years ago
Pieter Wuille e1bfbab802 Add LevelDB MemEnv support 12 years ago
Pieter Wuille 2d8a48292b LevelDB block and coin databases 12 years ago
Pieter Wuille d979e6e36a Use singleton block tree database instance 12 years ago
Pieter Wuille 857c61df0b Prepare database format for multi-stage block processing 12 years ago
Pieter Wuille 4fea06db25 Automatically reorganize at startup to best known block 12 years ago
Pieter Wuille ae8bfd12da Batch block connection during IBD 12 years ago