2228 Commits (4c8fc1a5885634c3b463d5d44337d81cc5b1456b)

Author SHA1 Message Date
Matt Corallo 4c8fc1a588 Let a node opt out of tx invs before we get a their bloom filter 12 years ago
Matt Corallo b02ddbedcb Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK 12 years ago
Matt Corallo 2878c67cb5 Add test cases for CMerkleBlock and CBloomFilter. 12 years ago
Matt Corallo 9fb106e757 Add a CMerkleBlock to store merkle branches of filtered txes. 12 years ago
Matt Corallo 587f0f855e Add a CBlock.GetBlockHeader 12 years ago
Matt Corallo d3b26f7077 Automatically add any matching outputs to a filter during matching. 12 years ago
Matt Corallo 269d9c6492 Replace RelayMessage with RelayTransaction. 12 years ago
Matt Corallo 422d122537 Add a filter field in CNode, add filterload+filteradd+filterclear 12 years ago
Matt Corallo 133a546074 Bump PROTOCOL_VERSION for filter messages. 12 years ago
Matt Corallo bd21612c37 Add a CBloomFilter class for use as a transaction filter. 12 years ago
Matt Corallo 7ab026f449 Add MurmurHash3 implementation to hash.h/add hash.cpp. 12 years ago
Matt Corallo 68feac96b6 Add const versions of base_uint.end()/begin(), make size() const. 12 years ago
Gavin Andresen 5f04881618 Fix clang warnings 12 years ago
Philip Kaufmann 06494cabb4 make database init messages more valuable 12 years ago
Philip Kaufmann ec95a809af small main.h cleanup (no code changes) 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
Peter Todd 10046e27db Display tx nLockTime correctly when set to block # 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
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
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
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