2763 Commits (159bc4819304c4394a92230c9e7b9f3416abe877)

Author SHA1 Message Date
Gavin Andresen 159bc48193 Simplify storage of orphan transactions 11 years ago
Gavin Andresen 8f6f92c72b Revert "Truncate oversize 'tx' messages before relaying/storing." 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Jeff Garzik 18946846d5 Minor miner fixes (hey hey it's fun to say) 11 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
Pieter Wuille c4316fefa5 Make sure new wallet variables are initialized 11 years ago
Philip Kaufmann 5bc6d8e580 fix possible infinite loop in intro.cpp thread 11 years ago
Philip Kaufmann 3960d2e4ab update bitcoin_en.ts to current master (2013-07-23) 11 years ago
Philip Kaufmann 84ef729aa1 Bitcoin-Qt: fix QApplication includes to match our include defaults 11 years ago
Luke Dashjr dabd4bd48e Bugfix: Include block creation and SSL options headings in usage 11 years ago
phelixbtc eda7605dfe makefile.mingw: Use normal boost libraries instead of debug for Windows 11 years ago
Luke Dashjr 203d1ae69b Bugfix: Store last/next wallet resend times unique per CWallet object 11 years ago
Luke Dashjr d4e2b040ed Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 11 years ago
Philip Kaufmann b3e0aaf36e fix invalid conversion error with MinGW 4.8.1 in net.cpp 11 years ago
Pieter Wuille fb83a79b21 Fix minor backward incompatibility 11 years ago
Gregory Maxwell e5c4dfdfc0 Make the rand tests determinstic. (fixes #2714) 11 years ago
Nils Schneider 674cb304b3 let user select wallet file with -wallet=foo.dat 11 years ago
Jeff Garzik 091aa8dae9 RPC: add getbestblockhash, to return tip of best chain 11 years ago
Pieter Wuille 21cc8bdcbe Fix build date for from-tarball builds 11 years ago
Eric Lombrozo 042da8bc0d Added comments to sync.h to make it easier to understand the macros 11 years ago
Michael Ford 664aeb2871 Log aborted block database rebuilds 11 years ago
Peter Todd c40a5aaaf4 Truncate oversize 'tx' messages before relaying/storing. 11 years ago
Philip Kaufmann dae158132d translation update 2013-06-25 11 years ago
Pieter Wuille f121db58e4 Move core implementations to core.cpp 11 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 11 years ago
Eric Lombrozo e5cefb9be1 Added locks on the setpwalletRegistered functions in main.cpp and added an UnregisterAllWallets function. 11 years ago
Jeff Garzik 79f6925fac main.h->core.h include dependency improvements. 11 years ago
Pieter Wuille c43da3f183 Dump addresses every 15 minutes instead of 10 seconds 11 years ago
Eric Lombrozo 33944573ca Moved CBlock from main.h to core.h 11 years ago
Eric Lombrozo 2a4d3464fd Pulled AcceptBlock out of CBlock. 11 years ago
Eric Lombrozo 38991ffa8a Pulled CheckBlock out of CBlock. 11 years ago
Eric Lombrozo 1959997afb Pulled AddToBlockIndex out of CBlock. 11 years ago
Eric Lombrozo f3ae51dcce Pulled ConnectBlock out of CBlock. 11 years ago
Eric Lombrozo 5c363ed622 Pulled DisconnectBlock out of CBlock. 11 years ago
Eric Lombrozo 8031399494 Moved ReadBlockFromDisk implementation to main.cpp 11 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 11 years ago
Eric Lombrozo 226f821942 Moved WriteBlockToDisk implementation from main.h to main.cpp 11 years ago
Eric Lombrozo a6dba0fdb2 Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk in main.h 11 years ago
Philip Kaufmann 336a53ddbc fix makefiles and init.cpp after chainparams merge 11 years ago
Jeff Garzik 6d3f0058f7 init.cpp: fix chainparams.h double include. 11 years ago
Jeff Garzik 980bfe6ef8 Log reason for non-standard transaction rejection 11 years ago
Pieter Wuille 4e534aa9d8 Add dumpwallet and importwallet RPCs 11 years ago
Pieter Wuille 434e4273b9 Add GetKeyBirthTimes to wallet 11 years ago
Pieter Wuille acc775c554 Add ExtractAffectedKeys to script 11 years ago
Pieter Wuille 067a6092ac Initialize database before checking changed txindex 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