4179 Commits (7772821a696645bd2f88c82652119c0986ab0453)
 

Author SHA1 Message Date
Pieter Wuille acc775c554 Add ExtractAffectedKeys to script 11 years ago
Pieter Wuille 067a6092ac Initialize database before checking changed txindex 11 years ago
Pieter Wuille 01b45731b7 Merge pull request #2632 from mikehearn/chainparams 11 years ago
Pieter Wuille 905738a15a Merge pull request #2781 from sipa/keytimemem 11 years ago
Pieter Wuille 4addb2c066 Refactor keytime/metadata and wallet encryption bugfix 11 years ago
Jeff Garzik f590653377 RPC: add 'verifychain', to verify chain database at runtime 11 years ago
Jeff Garzik 168ba99392 Pass check level, check depth to VerifyDB() 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
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
super3 00a8874503 Markdown Cleanup - Part 2 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
Matt Corallo 87cce04c17 Refactor fee rules to make them actually readable. 11 years ago
Michael Ford 025daac74b Update HomeBrew osx makefile patch to account for recent changes to makefile 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
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. 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