4116 Commits (70e7fba06da36218688a4cae4a5d12332c714247)
 

Author SHA1 Message Date
Mike Hearn 70e7fba06d Move implementation of some CBlockLocator methods 11 years ago
Jeff Garzik 25dbb92860 Merge pull request #2760 from cozz/cozz2 11 years ago
Pieter Wuille 5e6f7cc8ad Merge pull request #2763 from bitsofproof/master 11 years ago
Pieter Wuille e58154c447 Merge pull request #2648 from Diapolo/txindex 11 years ago
Pieter Wuille f5442aeef4 Merge pull request #2766 from theuni/fix-shutdown-deadlock 11 years ago
Pieter Wuille 9e3a5deaa3 Merge pull request #2769 from TheBlueMatt/master 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
bitsofproof c87f462b74 send tx relay flag with version 11 years ago
Cozz Lovan 346427f01b fix comment about dust logic 11 years ago
Jeff Garzik d1020b780a Merge pull request #2553 from Diapolo/threads 11 years ago
Pieter Wuille 61983b3d16 Merge pull request #1863 from jgarzik/keytime 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 a2a2874fc0 Merge pull request #2728 from runeksvendsen/master 11 years ago
Jeff Garzik 543d70a676 Merge pull request #2747 from luke-jr/getblock_verbose0 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
Jeff Garzik f59530ce6e Merge pull request #2154 from CodeShark/dependencycleanup 11 years ago
Wladimir J. van der Laan 8b313c9331 Merge pull request #2749 from laanwj/2013_06_addtotalbalance 11 years ago
Wladimir J. van der Laan a743522216 Merge pull request #2754 from laanwj/2013_06_create_data_dir 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
Wladimir J. van der Laan 122e9f8ba4 Merge pull request #2746 from Diapolo/pro-file 11 years ago
Eric Lombrozo 6e68524e95 Removed the main.h include from net.cpp. 11 years ago
Philip Kaufmann 820bf86def Bitcoin-Qt: small updates to project file 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. 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
Jeff Garzik c94bd68547 Merge pull request #2700 from theuni/gui-split 11 years ago
Wladimir J. van der Laan fc1f360fce Merge pull request #2731 from Diapolo/rpcconsole 11 years ago
Wladimir J. van der Laan 83f9b58f15 Merge pull request #2741 from theuni/fix-osx-dock 11 years ago
Cory Fields 99add01e76 osx: fix bitcoin-qt startup crash when clicking dock icon 11 years ago
Cory Fields 6887bb9ad7 build: kill off the QT_GUI define 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