206 Commits (16f3618c13c479b729349abc3b965df3f94342c5)

Author SHA1 Message Date
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
Jeff Garzik 928d3a011c CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat 12 years ago
Pieter Wuille 91dace35a1 Do not listen on blocked networks 12 years ago
Pieter Wuille 55bb0cfbb6 Allow binding to the any address, and report failure 12 years ago
Pieter Wuille 0f1707de67 -onlynet instead of -blocknet 12 years ago
Wladimir J. van der Laan 9f5b11e6fd Move help message out of AppInit2 12 years ago
Pieter Wuille ac7c7ab99a Improve error reporting at startup 12 years ago
Wladimir J. van der Laan 67d4cbab46 Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code 12 years ago
Pieter Wuille 5a3cb32e59 Take -port into account when resolving -bind's 12 years ago
Philip Kaufmann ea933b03b4 use "IPv6" and "IPv4" in strings as these are the official spellings and make ParseNetwork() in netbase.cpp case-insensitive 12 years ago
Pieter Wuille 839c4e7966 Fix initialization of inaddr_any 12 years ago
Pieter Wuille 8f10a28890 Separate listening sockets, -bind=<addr> 12 years ago
Pieter Wuille 457754d2c2 Add -blocknet to prevent connections to a given network 12 years ago
Pieter Wuille 623b987813 Add -noproxy to circumvent proxy for some network 12 years ago
Pieter Wuille 19b6958cfd Added -externalip and -discover 12 years ago
Pieter Wuille 478b01d9a7 Add -seednode connections, and use this for -dnsseed + -proxydns 12 years ago
Pieter Wuille 9bab521df8 Support connecting by hostnames passed to proxy (-proxydns) 12 years ago
Pieter Wuille 60a87bce87 SOCKS5 support by default 12 years ago
Philip Kaufmann 00d971e1e7 remove references to bitcoin-wx from comment in init.cpp 12 years ago
Pieter Wuille 83743ed681 Make lsn_reset ("detach databases") optional and off by default. 12 years ago
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 12 years ago
Pieter Wuille 1d740055da -loadblock to load from an external blk000?.dat file 12 years ago
R E Broadley 871c3557bf Added ability to respond to signals during Block Loading stage. 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 12 years ago
Pieter Wuille a20c0d0f67 Build identification strings 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 years ago
Pieter Wuille e88ed65a39 Flush on log size instead of transaction count 12 years ago
Gavin Andresen 5ce4c2a23a Remove USE_SSL #define 12 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 12 years ago
Wladimir J. van der Laan 55f69a4700 move QT_PLUGINS stuff to qt main file, where it belongs 12 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 12 years ago
Pieter Wuille 439e1497e1 Introduce explicit -walletupgrade option 13 years ago
Pieter Wuille 4538e45c46 Add -checklevel and improve -checkblocks 13 years ago
Gavin Andresen 8f188ece3c Remove -bip16 and -paytoscripthashtime command-line arguments 13 years ago
Pieter Wuille 89516bd4e0 Speed up block downloading 13 years ago
Luke Dashjr 21e875c958 Print wallet load errors (to debug.log) 13 years ago
Gavin Andresen 46aa2a6bdd Move BIP16 switchover time to April 1 13 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago
Gavin Andresen 972060ce0e bitcoind changes to stop storing settings in wallet.dat. 13 years ago
Chris Moore ec4efde40c Add option "-splash" so we can disable the splash screen. 13 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Pieter Wuille 92d5864b80 Leave IRC enabled by default on testnet 13 years ago