3342 Commits (6a0e2376a14c77585888373099109d51a08bd74f)

Author SHA1 Message Date
Philip Kaufmann 0206e38dcd allow txindex to be removed and add a reindex dialog 11 years ago
Jeff Garzik 8da9dd0725 Wallet: optimize rescan to skip blocks prior to birthday 11 years ago
Jeff Garzik 3869fb89b6 Wallet: store key creation time. Calculate whole-wallet birthday. 11 years ago
Wladimir J. van der Laan 3e9c8bab54 Create parent directories if needed in GetDataDir 12 years ago
Luke Dashjr 2331952141 RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction, but defaulting to 1 for backward compatibility 12 years ago
Wladimir J. van der Laan cb85aeb06c qt: Add total balance in overview page 12 years ago
Eric Lombrozo 6e68524e95 Removed the main.h include from net.cpp. 12 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 12 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 12 years ago
Eric Lombrozo 48343a0a50 Removed script.cpp's dependence on main.h 12 years ago
Eric Lombrozo 65e7bbef74 Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 12 years ago
Eric Lombrozo effc2770f5 Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h. 12 years ago
Eric Lombrozo 4751d07efd Moved unrelated-to-network calls in StartNode and StopNode into init.cpp 12 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 12 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 12 years ago
Cory Fields 99add01e76 osx: fix bitcoin-qt startup crash when clicking dock icon 12 years ago
Cory Fields 34994ebcb0 build: cosmetics after last commit 12 years ago
Cory Fields ee4b170c92 build: use runtime setting for wallet rather than QT_GUI define 12 years ago
Cory Fields 7f61f1ac78 build: use runtime setting for displaying the help message rather than QT_GUI define 12 years ago
Cory Fields c98c88b3ab build: cosmetic: split usage string for easier formatting 12 years ago
Cory Fields 13c84b3bd5 build: add global var for whether or not the gui is enabled 12 years ago
Cory Fields c862d2ff22 build: split the non-gui startup routines into a new file 12 years ago
Cory Fields a9380c72be build: prepare to move DetectShutdownThread 12 years ago
Philip Kaufmann 1fc57d568b Bitcoin-Qt: harmonize 2 setClientModel() functions 12 years ago
Jonas Schnelli f679b2900a MaxOSX: settings fixes (#2371) 12 years ago
Matt Corallo 14c12b094b Add new data-driven test-case. 12 years ago
Philip Kaufmann 80fccb0eb3 Bitcoin-Qt: setup testnet GUI directly 12 years ago
vhf / victor felder a35e268da4 Too many bitcoins allowed in amount. (#2401) 12 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 12 years ago
Wladimir J. van der Laan 25c0cce7fb Qt5 compatibility 12 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