2763 Commits (159bc4819304c4394a92230c9e7b9f3416abe877)

Author SHA1 Message Date
Gavin Andresen 5f04881618 Fix clang warnings 12 years ago
Gavin Andresen ce99358f4a Remove IsFromMe() check in CTxMemPool::accept() 12 years ago
Philip Kaufmann 3a2e07493b update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14) 12 years ago
Philip Kaufmann 06494cabb4 make database init messages more valuable 12 years ago
Philip Kaufmann bb41a87d57 add InitMessage() to noui and use debug.log for GUI 12 years ago
Philip Kaufmann ec95a809af small main.h cleanup (no code changes) 12 years ago
Peter Todd 8686f6467c Add timeoffset to getinfo RPC call 12 years ago
Philip Kaufmann 17c1f7f04f Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM() 12 years ago
Pieter Wuille c2b72ba27f Remove fClient 12 years ago
Philip Kaufmann e6d2300562 Bitcoin-Qt: fix known addressbook bugs 12 years ago
Peter Todd 10046e27db Display tx nLockTime correctly when set to block # 12 years ago
Pieter Wuille ef0f422519 Remove contention on signature cache during block validation 12 years ago
Pieter Wuille f9cae832e6 Parallelize script verification 12 years ago
Pieter Wuille 1d70f4bde8 Remove CheckSig_mode and move logic out of CheckInputs() 12 years ago
Pieter Wuille 2800ce7367 Add CScriptCheck: a closure representing a script check 12 years ago
Pieter Wuille f1136200a6 Move VerifySignature to main 12 years ago
Philip Kaufmann 765e22b82c Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui 12 years ago
Philip Kaufmann aec056edb5 Bitcoin-Qt: add a Signature label on sign message page 12 years ago
Philip Kaufmann 37f070f564 update noui_ThreadSafeMessageBox function to use strCaption 12 years ago
Philip Kaufmann 8ffbd6c378 Bitcoin-Qt: give testnet a unique IPC message queue name 12 years ago
Philip Kaufmann 2e43c92428 translations update (bitcoinstrings.cpp + bitcoin_en.ts) 12 years ago
Philip Kaufmann 5fb445b49e Bitcoin-Qt: add a Reset button to the options dialog 12 years ago
Pieter Wuille 4e68391a7f Make output of gettxout RPC more consistent 12 years ago
Philip Kaufmann 54413aab13 Bitcoin-Qt: never display own block count > estimated block count 12 years ago
Pieter Wuille 1f355b66cd New database check routine 12 years ago
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
Andrey 1a20469428 Updated help and tests for getreceivedby(account|address) 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
Andrey 62c9b1155f listreceivedbyaddress now provides tx ids (issue #1149) 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