229 Commits (cd7fb7d1deece9da15d7750b3e05f729555a2cbe)

Author SHA1 Message Date
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
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
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Pieter Wuille 66b02c93e6 Move external block import to separate thread 12 years ago
Wladimir J. van der Laan 22bb049011 Fix a use-after-free problem in initialization (#1920) 12 years ago
Gavin Andresen de038acd96 Fix bad merge, pszDataDir duplication 12 years ago
Jeff Garzik b855abb8db Revert "Send 'mempool' P2P command at the start of each P2P session" 12 years ago
Gavin Andresen d0b3e77a08 Don't try to verify a non-existent wallet.dat 12 years ago
Gavin Andresen eed1785f70 Handle corrupt wallets gracefully. 12 years ago
Gavin Andresen 8d5f461cb6 Handle incompatible BDB environments 12 years ago
Gavin Andresen e4954b1297 Handle incompatible BDB environments 12 years ago
Wladimir J. van der Laan bb353618f1 Send --help message to stdout i.s.o stderr 12 years ago
Philip Kaufmann d210f4f5b8 fix -Wformat warnings all over the source 12 years ago
kjj2 b202d43076 Fix: when testnet=1 specified, change default ports to 18332 and 18333 12 years ago
Jeff Garzik 22f9b06903 Send 'mempool' P2P command at the start of each P2P session 12 years ago
Jeff Garzik 52c90a2b2b Import $DataDir/bootstrap.dat automatically, if it exists. 12 years ago
Gavin Andresen 1913b6e2fc Fix double-paren typo 12 years ago
Philip Kaufmann 274b7ab123 remove double logging of startup time, when !fLogTimestamps 12 years ago
Jeff Garzik dcb14198bb init.cpp: fix build error, and possibly-uninit'd warning 12 years ago
R E Broadley 016178132e No need to log start time if it's already being done on every line. 12 years ago
Philip Kaufmann d93e5986d7 add default value in -timeout description 12 years ago
Wladimir J. van der Laan 4d1d94c56c Rename CreateThread to NewThread 12 years ago
Luke Dashjr 9655d73f49 Allow building with IPv6 support, but it disabled by default 12 years ago
Pieter Wuille f161a2c211 Fix infinite loops in connection logic 12 years ago
Philip Kaufmann 2d914f89fe add splashscreen message when importing blocks via -loadblock 12 years ago
Philip Kaufmann 3d88c9b4d3 Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe 12 years ago
Luke Dashjr b49f1398a1 Bugfix: Correct English grammar regarding "'s" 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Philip Kaufmann e6bc9c35f3 Update Warning-strings to use a standard-format 12 years ago
Philip Kaufmann 6986c779f0 update HelpMessage() 12 years ago
Gavin Andresen c555400ca1 When creating new blocks, sort 'paid' area by fee-per-kb 12 years ago
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
Philip Kaufmann 31b581bcac write used OpenSSL library version to debug.log 12 years ago
Matt Corallo 6d6c2afb2b Change default send buffer to 1Mb. 12 years ago
Matt Corallo 18c4beb05b Revert "*Always* send a shutdown signal to enable custom shutdown actions" 12 years ago