aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #2149 from sipa/fixtxoutrpcGavin Andresen2013-01-171-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make output of gettxout RPC more consistentPieter Wuille2013-01-041-3/+4
* | | | | | | | | | | | | Merge pull request #2060 from sipa/parallelGavin Andresen2013-01-178-41/+341
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Remove contention on signature cache during block validationPieter Wuille2013-01-083-10/+16
| * | | | | | | | | | | | Parallelize script verificationPieter Wuille2013-01-086-6/+280
| * | | | | | | | | | | | Remove CheckSig_mode and move logic out of CheckInputs()Pieter Wuille2013-01-082-14/+8
| * | | | | | | | | | | | Add CScriptCheck: a closure representing a script checkPieter Wuille2013-01-082-8/+34
| * | | | | | | | | | | | Move VerifySignature to mainPieter Wuille2013-01-084-14/+14
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1795 from TheBlueMatt/bloomGavin Andresen2013-01-1720-62/+1312
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Filter mempool commandMatt Corallo2013-01-161-5/+8
| * | | | | | | | | | | | Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo2013-01-163-26/+145
| * | | | | | | | | | | | 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