aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-18Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZEMatt Corallo
2013-01-18Send transactions after a CMerkleBlock when asked for it in an inv.Matt Corallo
2013-01-18Moved SyncWithWallets out of ProcessMessage and into CTxMemPool::accept() so ...Eric Lombrozo
2013-01-18Add optional transaction index to databasesPieter Wuille
2013-01-17Merge pull request #2149 from sipa/fixtxoutrpcGavin Andresen
2013-01-17Merge pull request #2060 from sipa/parallelGavin Andresen
2013-01-17enable GCC large address aware linker flag (Windows only)Philip Kaufmann
2013-01-17Merge pull request #1795 from TheBlueMatt/bloomGavin Andresen
2013-01-16Merge pull request #2181 from Diapolo/translationsWladimir J. van der Laan
2013-01-16Filter mempool commandMatt Corallo
2013-01-16Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo
2013-01-16Use CPartialMerkleTree for CMerkleBlock transactions.Matt Corallo
2013-01-16Add CPartialMerkleTreePieter Wuille
2013-01-16Add a nTweak to bloom filters to tweak the seed.Matt Corallo
2013-01-16Let a node opt out of tx invs before we get a their bloom filterMatt Corallo
2013-01-16Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo
2013-01-16Add test cases for CMerkleBlock and CBloomFilter.Matt Corallo
2013-01-16Add a CMerkleBlock to store merkle branches of filtered txes.Matt Corallo
2013-01-16Add a CBlock.GetBlockHeaderMatt Corallo
2013-01-16Automatically add any matching outputs to a filter during matching.Matt Corallo
2013-01-16Replace RelayMessage with RelayTransaction.Matt Corallo
2013-01-16Add a filter field in CNode, add filterload+filteradd+filterclearMatt Corallo
2013-01-16Bump PROTOCOL_VERSION for filter messages.Matt Corallo
2013-01-16Add a CBloomFilter class for use as a transaction filter.Matt Corallo
2013-01-16Add MurmurHash3 implementation to hash.h/add hash.cpp.Matt Corallo
2013-01-16Add const versions of base_uint.end()/begin(), make size() const.Matt Corallo
2013-01-15Fix clang warningsGavin Andresen
2013-01-15Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen
2013-01-14update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)Philip Kaufmann
2013-01-14Merge pull request #2172 from Diapolo/init_messagesGavin Andresen
2013-01-14Merge pull request #2159 from petertodd/display-nlocktime-correctlyGavin Andresen
2013-01-14Merge pull request #2129 from gmaxwell/wallet_less_frequent_feesGavin Andresen
2013-01-14Merge pull request #2161 from sipa/noclientGavin Andresen
2013-01-14Merge pull request #2099 from gavinandresen/blkfile_upgradeGavin Andresen
2013-01-14Merge pull request #2142 from gavinandresen/utilprintGavin Andresen
2013-01-13make database init messages more valuablePhilip Kaufmann
2013-01-13Merge pull request #2166 from Diapolo/Qt_signverifyWladimir J. van der Laan
2013-01-11add InitMessage() to noui and use debug.log for GUIPhilip Kaufmann
2013-01-11small main.h cleanup (no code changes)Philip Kaufmann
2013-01-11Merge pull request #2145 from sipa/checkcoinsGregory Maxwell
2013-01-10Merge pull request #2115 from forrestv/getblocktemplate_allfeesPieter Wuille
2013-01-10Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM()Philip Kaufmann
2013-01-09Remove fClientPieter Wuille
2013-01-09Bitcoin-Qt: fix known addressbook bugsPhilip Kaufmann
2013-01-09Display tx nLockTime correctly when set to block #Peter Todd
2013-01-08Remove contention on signature cache during block validationPieter Wuille
2013-01-08Parallelize script verificationPieter Wuille
2013-01-08Remove CheckSig_mode and move logic out of CheckInputs()Pieter Wuille
2013-01-08Add CScriptCheck: a closure representing a script checkPieter Wuille
2013-01-08Move VerifySignature to mainPieter Wuille