241 Commits (1d70f4bde8f6adc4df65397f486186a694a74c60)

Author SHA1 Message Date
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
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
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