2713 Commits (396485b14dd60d92c980b1b6257e5ef8c7955167)

Author SHA1 Message Date
Cory Fields ee4b170c92 build: use runtime setting for wallet rather than QT_GUI define 11 years ago
Cory Fields 7f61f1ac78 build: use runtime setting for displaying the help message rather than QT_GUI define 11 years ago
Cory Fields c98c88b3ab build: cosmetic: split usage string for easier formatting 11 years ago
Cory Fields 13c84b3bd5 build: add global var for whether or not the gui is enabled 11 years ago
Cory Fields c862d2ff22 build: split the non-gui startup routines into a new file 11 years ago
Cory Fields a9380c72be build: prepare to move DetectShutdownThread 11 years ago
Philip Kaufmann 1fc57d568b Bitcoin-Qt: harmonize 2 setClientModel() functions 11 years ago
Jonas Schnelli f679b2900a MaxOSX: settings fixes (#2371) 11 years ago
Matt Corallo 14c12b094b Add new data-driven test-case. 11 years ago
Philip Kaufmann 80fccb0eb3 Bitcoin-Qt: setup testnet GUI directly 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Wladimir J. van der Laan 25c0cce7fb Qt5 compatibility 11 years ago
Wladimir J. van der Laan d98bf10f23 Move pMiningKey init out of StartRPCThreads 12 years ago
Pieter Wuille 896185d7ed Make signature cache store CPubKeys 12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 12 years ago
Pieter Wuille 8c8132be73 Prepare for 0.9 merge window 12 years ago
Robert Backhaus 98ab2b5a26 Don't attempt to resize vector to negative size. 12 years ago
Gavin Andresen ef9acc5124 Bump build number to 0.8.2.2 for v0.8.2rc3 12 years ago
Gavin Andresen dbc6dea1b2 Fix crash-at-shutdown if exiting before initializing wallet 12 years ago
Jeff Garzik f0d8a52cc0 Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 12 years ago
Robert Backhaus 65ec9eab2b Explicitly #include stdarg.h, for access to va_list 12 years ago
Robert Backhaus 03f498080a Explictly cast calculation to int, to allow std::max to work. 12 years ago
Jonas Schnelli b4b0170595 osx: make use of the 10.8+ user notification center to display growl like notifications 12 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 12 years ago
Philip Kaufmann 6a2da2ba96 translations update 2013-05-23 12 years ago
Pieter Wuille 95c7db3dbf More bestblock records in wallets 12 years ago
Matt Corallo e175c16f5b Add a few data-driven tests for SIGHASH_ANYONECANPAY 12 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 12 years ago
Daniel Larimer a9280652ce Fix memory leak on exception in Key::SignCompact 12 years ago
Daniel Larimer 173601705c fix memory leak in CKey::SetCompactSignature() 12 years ago
Philip Kaufmann 38a33c085e translations update 2013-05-19 (for 0.8.2 release) 12 years ago
Gregory Maxwell a824121eb8 It's after 2013-05-15 forever now, so remove the code for the May 15 fork. 12 years ago
Gavin Andresen 8ae290d266 Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1 12 years ago
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time. 12 years ago
Pieter Wuille 5d274c9927 Check for correct genesis 12 years ago
Gavin Andresen 5b5d399593 Update version numbers for 0.8.2rc1 release 12 years ago
Gavin Andresen 4332be71a2 Link with boost_chrono library on OSX 12 years ago
Philip Kaufmann 40c387e517 translations update 2013-05-08 12 years ago
William Yager 5fdd1251a8 Specified base_uint component size 12 years ago
Gavin Andresen 92f2c1fe0f Use boost::asio::deadline_timer for walletpassphrase timeout 12 years ago
Philip Kaufmann e7d41be870 translations update 2013-05-07 12 years ago
Philip Kaufmann b9763faf12 translations update 2013-05-04 12 years ago
Vinnie Falco 64753f0438 Remove leveldb in preparation for git-subtree 12 years ago
Philip Kaufmann 110257a631 small init.cpp changes (strings / Winsock init) 12 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 12 years ago
Gavin Andresen 1f00f4e9c9 CreateTransaction: return strFailReason on failure 12 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 12 years ago
Jonas Schnelli 367491df9d osx: show testnet icon in dock as early as possible 12 years ago