index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-01-18
Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE
Matt Corallo
2013-01-18
Send transactions after a CMerkleBlock when asked for it in an inv.
Matt Corallo
2013-01-17
Merge pull request #2149 from sipa/fixtxoutrpc
Gavin Andresen
2013-01-17
Merge pull request #2060 from sipa/parallel
Gavin Andresen
2013-01-17
Merge pull request #1795 from TheBlueMatt/bloom
Gavin Andresen
2013-01-16
Merge pull request #2181 from Diapolo/translations
Wladimir J. van der Laan
2013-01-16
Filter mempool command
Matt Corallo
2013-01-16
Add nFlags to CBloomFilter to make filter updating optional.
Matt Corallo
2013-01-16
Use CPartialMerkleTree for CMerkleBlock transactions.
Matt Corallo
2013-01-16
Add CPartialMerkleTree
Pieter Wuille
2013-01-16
Add a nTweak to bloom filters to tweak the seed.
Matt Corallo
2013-01-16
Let a node opt out of tx invs before we get a their bloom filter
Matt Corallo
2013-01-16
Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK
Matt Corallo
2013-01-16
Add test cases for CMerkleBlock and CBloomFilter.
Matt Corallo
2013-01-16
Add a CMerkleBlock to store merkle branches of filtered txes.
Matt Corallo
2013-01-16
Add a CBlock.GetBlockHeader
Matt Corallo
2013-01-16
Automatically add any matching outputs to a filter during matching.
Matt Corallo
2013-01-16
Replace RelayMessage with RelayTransaction.
Matt Corallo
2013-01-16
Add a filter field in CNode, add filterload+filteradd+filterclear
Matt Corallo
2013-01-16
Bump PROTOCOL_VERSION for filter messages.
Matt Corallo
2013-01-16
Add a CBloomFilter class for use as a transaction filter.
Matt Corallo
2013-01-16
Add MurmurHash3 implementation to hash.h/add hash.cpp.
Matt Corallo
2013-01-16
Add const versions of base_uint.end()/begin(), make size() const.
Matt Corallo
2013-01-15
Fix clang warnings
Gavin Andresen
2013-01-14
update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)
Philip Kaufmann
2013-01-14
Merge pull request #2172 from Diapolo/init_messages
Gavin Andresen
2013-01-14
Merge pull request #2159 from petertodd/display-nlocktime-correctly
Gavin Andresen
2013-01-14
Merge pull request #2129 from gmaxwell/wallet_less_frequent_fees
Gavin Andresen
2013-01-14
Merge pull request #2161 from sipa/noclient
Gavin Andresen
2013-01-14
Merge pull request #2099 from gavinandresen/blkfile_upgrade
Gavin Andresen
2013-01-14
Merge pull request #2142 from gavinandresen/utilprint
Gavin Andresen
2013-01-13
make database init messages more valuable
Philip Kaufmann
2013-01-13
Merge pull request #2166 from Diapolo/Qt_signverify
Wladimir J. van der Laan
2013-01-11
small main.h cleanup (no code changes)
Philip Kaufmann
2013-01-11
Merge pull request #2145 from sipa/checkcoins
Gregory Maxwell
2013-01-10
Merge pull request #2115 from forrestv/getblocktemplate_allfees
Pieter Wuille
2013-01-10
Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM()
Philip Kaufmann
2013-01-09
Remove fClient
Pieter Wuille
2013-01-09
Display tx nLockTime correctly when set to block #
Peter Todd
2013-01-08
Remove contention on signature cache during block validation
Pieter Wuille
2013-01-08
Parallelize script verification
Pieter Wuille
2013-01-08
Remove CheckSig_mode and move logic out of CheckInputs()
Pieter Wuille
2013-01-08
Add CScriptCheck: a closure representing a script check
Pieter Wuille
2013-01-08
Move VerifySignature to main
Pieter Wuille
2013-01-06
Merge pull request #2153 from Diapolo/overviewpage
Wladimir J. van der Laan
2013-01-06
Merge pull request #2151 from Diapolo/signmessage
Wladimir J. van der Laan
2013-01-06
Merge pull request #2147 from Diapolo/mq_name_testnet
Wladimir J. van der Laan
2013-01-06
Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui
Philip Kaufmann
2013-01-06
Bitcoin-Qt: add a Signature label on sign message page
Philip Kaufmann
2013-01-06
update noui_ThreadSafeMessageBox function to use strCaption
Philip Kaufmann
[next]