3741 Commits (967f24590b43f0f84148f669d886b40fe45aa978)
 

Author SHA1 Message Date
Gavin Andresen 0e31ae9818 Merge pull request #2060 from sipa/parallel 12 years ago
Philip Kaufmann 1f0ce2dd68 enable GCC large address aware linker flag (Windows only) 12 years ago
Gavin Andresen 91f70a75da Merge pull request #1795 from TheBlueMatt/bloom 12 years ago
Wladimir J. van der Laan a1f4909e0b Merge pull request #2181 from Diapolo/translations 12 years ago
Matt Corallo c51694eb9b Filter mempool command 12 years ago
Matt Corallo e1a4f3778c Add nFlags to CBloomFilter to make filter updating optional. 12 years ago
Matt Corallo 21aaf255ff Use CPartialMerkleTree for CMerkleBlock transactions. 12 years ago
Pieter Wuille 4bedfa9223 Add CPartialMerkleTree 12 years ago
Matt Corallo b1f99bed6f Add a nTweak to bloom filters to tweak the seed. 12 years ago
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
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
Gavin Andresen c83c3cbe97 Merge pull request #2172 from Diapolo/init_messages 12 years ago
Gavin Andresen e4f2b6b08f Merge pull request #2159 from petertodd/display-nlocktime-correctly 12 years ago
Gavin Andresen 9980d118ee Merge pull request #2129 from gmaxwell/wallet_less_frequent_fees 12 years ago
Gavin Andresen 1eca3a0f0d Merge branch 'macdeployqt_fix' of git://github.com/themighty1/bitcoin 12 years ago
Gavin Andresen 1b72229797 Merge pull request #2161 from sipa/noclient 12 years ago
Gavin Andresen dd46c88f2f Merge pull request #2099 from gavinandresen/blkfile_upgrade 12 years ago
Gavin Andresen 40e31fd373 Merge pull request #2142 from gavinandresen/utilprint 12 years ago
Gavin Andresen 7a08ee7c6d Merge branch 'devprocess' 12 years ago
Gavin Andresen b67b9e7077 Update development process README to reflect current reality 12 years ago
Philip Kaufmann 06494cabb4 make database init messages more valuable 12 years ago
Wladimir J. van der Laan 6213b25cd4 Merge pull request #2166 from Diapolo/Qt_signverify 12 years ago
Philip Kaufmann bb41a87d57 add InitMessage() to noui and use debug.log for GUI 12 years ago
Jeff Garzik e0c8fbac35 Merge pull request #2169 from Diapolo/small_main_h_cleanup 12 years ago
Philip Kaufmann ec95a809af small main.h cleanup (no code changes) 12 years ago
Gregory Maxwell 1f4b80a437 Merge pull request #2145 from sipa/checkcoins 12 years ago
Peter Todd 8686f6467c Add timeoffset to getinfo RPC call 12 years ago
Pieter Wuille 45a1ec51b1 Merge pull request #2115 from forrestv/getblocktemplate_allfees 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