390 Commits (f498d43ee2ebc1507ca0d649af6bffd1b3182646)

Author SHA1 Message Date
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 13 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
Wladimir J. van der Laan 72075edafb Allow setting UI language from commandline (implements #678) 13 years ago
Wladimir J. van der Laan a3f3e54eee Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore... 13 years ago
Wladimir J. van der Laan bc5e6b9f21 On windows, show message box with help, as there is no stderr (fixes #702) 13 years ago
Wladimir J. van der Laan 39231e9105 don't allow -daemon in bitcoin-qt (changes only #defines) 13 years ago
Wladimir J. van der Laan 2e5a781c64 Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it. 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen 9d952d17bb Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0. 13 years ago
Gavin Andresen 7bf8b7c25c -bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1 13 years ago
Gavin Andresen 8beb917c6c Allow -upnp to override setting in wallet (and simplify logic a bit) 13 years ago
Pieter Wuille c981d768b3 Fix handling of default ports 13 years ago
Matt Corallo b24e6e4d1b Add -keepnode which attempts to -addnode and keep a connection open 13 years ago