aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Use CPartialMerkleTree for CMerkleBlock transactions.Matt Corallo2013-01-163-70/+103
| * | | | | | | | | | Add CPartialMerkleTreePieter Wuille2013-01-163-0/+309
| * | | | | | | | | | Add a nTweak to bloom filters to tweak the seed.Matt Corallo2013-01-163-24/+57
| * | | | | | | | | | Let a node opt out of tx invs before we get a their bloom filterMatt Corallo2013-01-163-0/+14
| * | | | | | | | | | Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo2013-01-163-2/+28
| * | | | | | | | | | Add test cases for CMerkleBlock and CBloomFilter.Matt Corallo2013-01-161-0/+302
| * | | | | | | | | | Add a CMerkleBlock to store merkle branches of filtered txes.Matt Corallo2013-01-162-0/+53
| * | | | | | | | | | Add a CBlock.GetBlockHeaderMatt Corallo2013-01-161-0/+12
| * | | | | | | | | | Automatically add any matching outputs to a filter during matching.Matt Corallo2013-01-163-6/+19
| * | | | | | | | | | Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-167-56/+56
| * | | | | | | | | | Add a filter field in CNode, add filterload+filteradd+filterclearMatt Corallo2013-01-162-0/+51
| * | | | | | | | | | Bump PROTOCOL_VERSION for filter messages.Matt Corallo2013-01-161-1/+1
| * | | | | | | | | | Add a CBloomFilter class for use as a transaction filter.Matt Corallo2013-01-166-0/+207
| * | | | | | | | | | Add MurmurHash3 implementation to hash.h/add hash.cpp.Matt Corallo2013-01-166-0/+65
| * | | | | | | | | | Add const versions of base_uint.end()/begin(), make size() const.Matt Corallo2013-01-161-1/+11
* | | | | | | | | | | Merge pull request #2181 from Diapolo/translationsWladimir J. van der Laan2013-01-162-56/+99
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)Philip Kaufmann2013-01-142-56/+99
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* / | | | | | | | | Fix clang warningsGavin Andresen2013-01-151-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2172 from Diapolo/init_messagesGavin Andresen2013-01-141-4/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | make database init messages more valuablePhilip Kaufmann2013-01-131-4/+6
* | | | | | | | | | Merge pull request #2159 from petertodd/display-nlocktime-correctlyGavin Andresen2013-01-144-4/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Display tx nLockTime correctly when set to block #Peter Todd2013-01-094-4/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2129 from gmaxwell/wallet_less_frequent_feesGavin Andresen2013-01-141-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | If the prio. will be enough after the next block don't force fees.Gregory Maxwell2012-12-261-1/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2161 from sipa/noclientGavin Andresen2013-01-143-33/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove fClientPieter Wuille2013-01-093-33/+14
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2099 from gavinandresen/blkfile_upgradeGavin Andresen2013-01-141-0/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Upgrading to 0.8: re-use blkNNNN.dat files.Gavin Andresen2012-12-161-0/+27
* | | | | | | | | | | Merge pull request #2142 from gavinandresen/utilprintGavin Andresen2013-01-142-42/+57
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | OutputDebugStringF code cleanupGavin Andresen2013-01-012-42/+57
* | | | | | | | | | | Merge pull request #2166 from Diapolo/Qt_signverifyWladimir J. van der Laan2013-01-132-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM()Philip Kaufmann2013-01-102-4/+4
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | small main.h cleanup (no code changes)Philip Kaufmann2013-01-111-8/+2
* | | | | | | | | | Merge pull request #2145 from sipa/checkcoinsGregory Maxwell2013-01-113-42/+146
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | New database check routinePieter Wuille2013-01-043-14/+60
| * | | | | | | | | | Add checksums to undo dataPieter Wuille2013-01-032-16/+52
| * | | | | | | | | | Make DisconnectBlock fault-tolerantPieter Wuille2013-01-032-20/+42
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2115 from forrestv/getblocktemplate_allfeesPieter Wuille2013-01-104-55/+70
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | moved "index_in_template" to a separate variable to clarify what it isForrest Voight2013-01-031-2/+3
| * | | | | | | | | use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...Forrest Voight2012-12-191-8/+2
| * | | | | | | | | changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight2012-12-194-47/+67
* | | | | | | | | | Merge pull request #2153 from Diapolo/overviewpageWladimir J. van der Laan2013-01-061-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bitcoin-Qt: fix small stylesheet glitch in overviewpage.uiPhilip Kaufmann2013-01-061-2/+1
* | | | | | | | | | | Merge pull request #2151 from Diapolo/signmessageWladimir J. van der Laan2013-01-061-0/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bitcoin-Qt: add a Signature label on sign message pagePhilip Kaufmann2013-01-061-0/+10
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2147 from Diapolo/mq_name_testnetWladimir J. van der Laan2013-01-063-11/+25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bitcoin-Qt: give testnet a unique IPC message queue namePhilip Kaufmann2013-01-063-11/+25
| |/ / / / / / / / / /
* / / / / / / / / / / update noui_ThreadSafeMessageBox function to use strCaptionPhilip Kaufmann2013-01-061-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2110 from Diapolo/addrbookWladimir J. van der Laan2013-01-052-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bitcoin-Qt: comment out unused parameter in addressbookpagePhilip Kaufmann2012-12-152-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |