102 Commits (ac4161e25df2a9475abb0f62d32a7d86d6baff0f)

Author SHA1 Message Date
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 13 years ago
Pieter Wuille a20c0d0f67 Build identification strings 13 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 13 years ago
Pieter Wuille e88ed65a39 Flush on log size instead of transaction count 13 years ago
Gavin Andresen 5ce4c2a23a Remove USE_SSL #define 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 55f69a4700 move QT_PLUGINS stuff to qt main file, where it belongs 13 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
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Matt Corallo 7d145a0f59 Add support for opening bitcoin: URIs directly. 13 years ago
Gavin Andresen d237f62c23 -blocknotify=command argument, implemented using system() and boost::thread 13 years ago
Gavin Andresen 8677f9c751 I broke -testnet with my TOR option-parsing fixes. 13 years ago
Gavin Andresen 0fcf91ea1e Fix issue #659, and cleanup wallet/command-line argument handling a bit 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Matt Corallo f18a119ac0 Implement "Start on window system startup" on Win32 + Linux. 13 years ago
Gavin Andresen 6e39e7c9b3 Move more newlines out of strings, and fix translations. 13 years ago
Nils Schneider 43421af2e4 move \\n outside _() in --help 13 years ago
Rune K Svendsen 4dba26620c When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() 13 years ago
Gavin Andresen e1b1055b46 Add missing command-line arguments to --help/-? output 13 years ago
Matt Corallo 2bc6cecebb Move DNS Seed lookup to a new thread. 13 years ago
Gavin Andresen 1c15f88653 Only remove database log files on shutdown after wallet encryption/rewrite 13 years ago
Gavin Andresen d764d9161e Obsolete keypool and make sure database removes log files on shutdown. 13 years ago
Matt Corallo 5f2e76b8c7 Optionally include additional QT plugins when required to build. 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago