197 Commits (8d5f461cb6d4bb954fef5c3deebe2b2a7bdbfe27)

Author SHA1 Message Date
Gavin Andresen 8d5f461cb6 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 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
R E Broadley 7f1de3fec8 Make truncating the debug.log file an option. 12 years ago
Matt Corallo 9d6cd04b3b Stop processing messages on full send buffer and dont disconnect. 12 years ago
Philip Kaufmann a8c20ea946 fix a comment to correctly use -upgradewallet 12 years ago
Jeff Garzik d887f54494 Document -debugnet option in command line help. 12 years ago
Pieter Wuille 54ce3bad64 Add -tor and related configuration 12 years ago
Jeff Garzik d07eaba195 Introduce -debugnet option, thereby quieting some redundant debug messages 12 years ago
Giel van Schijndel 896899e0d6 *Always* send a shutdown signal to enable custom shutdown actions 12 years ago
Gregory Maxwell 3bbb49de55 Fix inverted logic for !Discover/!UPNP when !Listen. 12 years ago
Philip Kaufmann 9247134eab introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 12 years ago
Philip Kaufmann 618b250e34 add used datadir to debug.log 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Philip Kaufmann 41c6b8abc6 add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 12 years ago
Pieter Wuille 7d80d2e3d7 Reorder AppInit2 12 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
Jeff Garzik cd9696fc97 Encapsulate BDB environment inside new CDBEnv class 12 years ago
Philip Kaufmann 00fb08158d remove strncasecmp() + strnicmp() calls and replace that code via boost::algorithm::istarts_with() / do not call ipcInit() on Mac and Windows as this is unneeded currently 12 years ago
Michael Hendricks 9af080c351 Reopen debug.log on SIGHUP 12 years ago
Philip Kaufmann ff0ee876bb change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Jeff Garzik f9dd136a09 Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missing "#define strncasecmp _strnicmp" in init.cpp" 12 years ago
Philip Kaufmann f4ac41806a use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missing "#define strncasecmp _strnicmp" in init.cpp 12 years ago
R E Broadley 1d764d631f Corrected grammar. As per Principle Of Least Surprise. 12 years ago
Philip Kaufmann 8b4d653663 allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations 12 years ago