aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-20Cap nAttempts penalty at 8 and switch to pow instead of a division loop.Gregory Maxwell
2015-04-20Set nSequenceId when a block is fully linkedSuhas Daftuar
2015-04-18Initialization: setup environment before starting QT testsdexX7
2015-04-18Initialization: setup environment before starting testsdexX7
2015-04-18Initialization: set fallback locale as environment variabledexX7
2015-04-16Fix CheckBlockIndex for reindex.mrbandrews
2015-04-14Fix missing lock in submitblockMatt Corallo
2015-04-06Keep mempool consistent during block-reorgsGavin Andresen
2015-04-01Merge pull request #5953Wladimir J. van der Laan
2015-04-01Scale up addrmanPieter Wuille
2015-04-01Always use a 50% chance to choose between tried and new entriesPieter Wuille
2015-04-01Do not bias outgoing connections towards fresh addressesPieter Wuille
2015-04-01Simplify hashing codePieter Wuille
2015-04-01Make addrman's bucket placement deterministic.Pieter Wuille
2015-04-01Switch addrman key from vector to uint256Pieter Wuille
2015-03-27Add a consistency check for the block chain data structuresPieter Wuille
2015-03-26Translations update from transifexWladimir J. van der Laan
2015-03-26don't trickle for whitelisted nodesRuben de Vries
2015-03-24Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidatesAlex Morcos
2015-03-24Initialization: set Boost path locale in main threaddexX7
2015-03-190.10 fix for crashes on OSX 10.6Cory Fields
2015-03-18bump version to 0.10.1 in preparation of RC1Wladimir J. van der Laan
2015-03-17Reduce fingerprinting through timestamps in 'addr' messages.Pieter Wuille
2015-03-16[QT] some mac specifiy cleanup (memory handling, unnecessary code)Jonas Schnelli
2015-03-16[QT] fix OSX dock icon window reopeningJonas Schnelli
2015-03-12fix InvalidateBlock to repopulate setBlockIndexCandidatesAlex Morcos
2015-03-11fix possible block db breakage during re-indexCory Fields
2015-03-09Ignore getaddr messages on Outbound connections.Ivan Pustogarov
2015-03-09Limit message sizes before transferPieter Wuille
2015-03-09[Qt] fix a issue where "command line options"-action overwrite "Preference"-a...Jonas Schnelli
2015-02-26Better fingerprinting protection for non-main-chain getdatas.Pieter Wuille
2015-02-24Sanitize command strings before logging them.Gregory Maxwell
2015-02-23Acquire CCheckQueue's lock to avoid race conditionSuhas Daftuar
2015-02-20fix crash: createmultisig and addmultisigaddressfsb4000
2015-02-03Increase block download timeout base from 10 to 20 minutes.Gregory Maxwell
2015-02-03Merge pull request #5714Wladimir J. van der Laan
2015-02-03Fix priority calculation in CreateTransactionAlex Morcos
2015-02-03Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille
2015-02-03Use separate SignatureChecker for CMutableTransactionPieter Wuille
2015-02-01Increase coverage of DERSIG edge casesPieter Wuille
2015-02-01BIP66 changeover logicPieter Wuille
2015-02-01Example unit tests from BIP66Pieter Wuille
2015-02-01Change IsDERSignature to BIP66 implementationPieter Wuille
2015-01-30[Qt] don't allow amount changes when AmountSpinBox is read-onlyPhilip Kaufmann
2015-01-29Change Coin Control first column labelfsb4000
2015-01-26sleep-wait on genesis block during init with -reindexMatt Corallo
2015-01-26Make empty byte arrays pass CheckSignatureEncoding()Peter Todd
2015-01-23fix crash: CoinControl "space" bugfsb4000
2015-01-19qt: fix broken unicode chars on osx 10.10Cory Fields
2015-01-19Restore RPC HTTP keepalives to default.Gregory Maxwell