3061 Commits (473eabada2158832ac55dbd14a005e4575d22d83)

Author SHA1 Message Date
Vaclav Vobornik 1d626952f9 Added GNU/kFreeBSD kernel name (TARGET_OS) 11 years ago
bitsofproof c87f462b74 send tx relay flag with version 11 years ago
Cozz Lovan 346427f01b fix comment about dust logic 11 years ago
Philip Kaufmann 53e71135de changes to thread code (directly use boost::thread) 11 years ago
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 11 years ago
Luke Dashjr 2331952141 RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction, but defaulting to 1 for backward compatibility 11 years ago
Wladimir J. van der Laan cb85aeb06c qt: Add total balance in overview page 11 years ago
Eric Lombrozo 6e68524e95 Removed the main.h include from net.cpp. 11 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 11 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 11 years ago
Eric Lombrozo 48343a0a50 Removed script.cpp's dependence on main.h 11 years ago
Eric Lombrozo 65e7bbef74 Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 11 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 11 years ago
Eric Lombrozo effc2770f5 Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 11 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h. 11 years ago
Eric Lombrozo 4751d07efd Moved unrelated-to-network calls in StartNode and StopNode into init.cpp 11 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 11 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 11 years ago
Cory Fields 99add01e76 osx: fix bitcoin-qt startup crash when clicking dock icon 11 years ago
Cory Fields 34994ebcb0 build: cosmetics after last commit 11 years ago
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
vhf / victor felder a35e268da4 Too many bitcoins allowed in amount. (#2401) 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 11 years ago
Pieter Wuille 896185d7ed Make signature cache store CPubKeys 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Pieter Wuille 8c8132be73 Prepare for 0.9 merge window 11 years ago
Robert Backhaus 98ab2b5a26 Don't attempt to resize vector to negative size. 11 years ago
Gavin Andresen ef9acc5124 Bump build number to 0.8.2.2 for v0.8.2rc3 11 years ago
Gavin Andresen dbc6dea1b2 Fix crash-at-shutdown if exiting before initializing wallet 11 years ago
Jeff Garzik f0d8a52cc0 Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 11 years ago
Robert Backhaus 65ec9eab2b Explicitly #include stdarg.h, for access to va_list 11 years ago
Robert Backhaus 03f498080a Explictly cast calculation to int, to allow std::max to work. 11 years ago
Jonas Schnelli b4b0170595 osx: make use of the 10.8+ user notification center to display growl like notifications 11 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 11 years ago