2573 Commits (da986f793d839d63692aa8b497f42c30fd584c66)

Author SHA1 Message Date
Forrest Voight f3d872d1ea moved "index_in_template" to a separate variable to clarify what it is 12 years ago
Pieter Wuille 8539361e66 Add checksums to undo data 12 years ago
Pieter Wuille 2cbd71da06 Make DisconnectBlock fault-tolerant 12 years ago
Jeff Garzik ea9788517b test/util_tests.cpp: one more DateTimeStrFormat 'T' removal 12 years ago
Gavin Andresen ee3374234c OutputDebugStringF code cleanup 12 years ago
Jeff Garzik 3f964b3c50 Remove 'T' from remaining date/time format strings. 12 years ago
Jeff Garzik 393819cde4 Remove 'T' from debug log timestamps 12 years ago
Philip Kaufmann b8397fbfcd update 2 command-line parameter help messages 12 years ago
Gregory Maxwell d7836552e6 If the prio. will be enough after the next block don't force fees. 12 years ago
Pieter Wuille bffc744444 Make IsCanonicalScript() check the hash type more thoroughly 12 years ago
Forrest Voight 0f927ceb5b use fee/sigop data in BlockTemplate struct instead of (not always correctly) calculating it ourselves 12 years ago
Forrest Voight 03cac0bb8e changed CreateNewBlock to return a CBlockTemplate object, which includes per-tx fee and sigop count data 12 years ago
Pieter Wuille 5dfbd4ff68 Convert fRescan argument to importprivkey to bool 12 years ago
Pieter Wuille 0fb9073edd Split off hash.h from util.h 12 years ago
fanquake f0bf5fb245 Fix two typos in main.h 12 years ago
Gavin Andresen f4445f9982 Upgrading to 0.8: re-use blkNNNN.dat files. 12 years ago
Philip Kaufmann a8fbbd8fb0 Bitcoin-Qt: comment out unused parameter in addressbookpage 12 years ago
Gregory Maxwell a3fad2119b In listaddressgroupings push down the IsMine check to run on each input. 12 years ago
Philip Kaufmann 50ce5735d6 LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation 12 years ago
Richard Schwab 303b0009dc Change timestamps to use ISO8601 formatting 12 years ago
Andrey Alekseenko 6a3aef39e7 OptionsModel now has MapPortUPnP=false if UPNP is not supported 12 years ago
Gavin Andresen 5d32d3f8cd Checkpoint at first 25-btc-reward block (210,000) 12 years ago
Mike Cassano 44051af1a8 add rescan bool to importprivkey to control whether to do a rescan after import 12 years ago
Pieter Wuille 3fb9b99cca Allow lengthy block reconnections to be interrupted 12 years ago
Pieter Wuille c8b2e4426b Update the block file counter in database when using -reindex 12 years ago
Pieter Wuille 89b7019be8 Reconstruct coins/ from scratch when missing. 12 years ago
Pieter Wuille 8a28bb6dee Add -benchmark for reporting block processing times 12 years ago
Pieter Wuille 0ae0712b1c Add GetTimeMicros() for ore accurate benchmarking 12 years ago
Philip Kaufmann fa45c26a0e call CheckDiskSpace() before pre-allocating space 12 years ago
grimd34th 679131b235 Update src/makefile.mingw 12 years ago
Philip Kaufmann 15d8ff2029 rework ThreadSafeAskFee() / askFee() functions 12 years ago
Philip Kaufmann 7f5a1b529b remove unneeded flag from MSG_INFORMATION and fix an indentation 12 years ago
Philip Kaufmann 50ecd7b689 use new message() function in BitcoinGUI 12 years ago
Philip Kaufmann 3675588a30 Bitcoin-Qt: remove obsolete modal flag from GUI APIs 12 years ago
Philip Kaufmann a8a4b9673e add 2 constructors in CDiskBlockPos to simplify class usage 12 years ago
Pieter Wuille d33a9218ab Make SetBestChain() atomic 12 years ago
Philip Kaufmann b19388dd88 FlushBlockFile(): check for valid FILE pointer 12 years ago
Pieter Wuille 8259c57321 Only send reorged txn to mempool after checkpoint 12 years ago
Pieter Wuille 038784b979 Enable script verification for reorganized mempool tx 12 years ago
Pieter Wuille 487db8a2b1 Make test_bitcoin run in a temp datadir 12 years ago
Pieter Wuille 597fa4cd63 Add GetTempPath() to util 12 years ago
Jeff Garzik e6955d0411 New 'checkpoints' option should default to true. 12 years ago
Jeff Garzik 857b3ad923 Add "checkpoints" option, to permit disabling of checkpoint logic. 12 years ago
Philip Kaufmann f82102121f split of createTrayIconMenu() from createTrayIcon() in BitcoinGUI 12 years ago
Philip Kaufmann ad525e9c8f do not silently ignore errors on "backupwallet" RPC cmd 12 years ago
Luke Dashjr 2646080e3d Allow -printpriority without -debug 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Pieter Wuille 231b399952 Bugfix: remove conflicting transactions from memory pool 12 years ago
burger2 ecd67a1420 Fix duplicate shortcut usage in sign/verify message dialog. 12 years ago
Gavin Andresen a91efb2d8d Add assert and comment for subtle pay-to-script-hash logic 12 years ago