2692 Commits (980bfe6ef8bf03633d98f4d51e925c1aa4349421)

Author SHA1 Message Date
Jeff Garzik 980bfe6ef8 Log reason for non-standard transaction rejection 11 years ago
Pieter Wuille 4addb2c066 Refactor keytime/metadata and wallet encryption bugfix 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Mike Hearn 70e7fba06d Move implementation of some CBlockLocator methods 11 years ago
Matt Corallo 87cce04c17 Refactor fee rules to make them actually readable. 11 years ago
theuni e2654c8d28 fixed: don't use thread::sleep_for where it's known to be broken 11 years ago
theuni f2763d6d60 fixed: include boost header as necessary 11 years ago
Matt Corallo b1f15b218b Remove broken option to skip input checking for wallet txn. 11 years ago
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 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
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