aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-01-15Add a -rpckeepalive and disable RPC use of HTTP persistent connections.Gregory Maxwell
2015-01-12Catch UTXO set read errors and shutdownv0.10.0rc2Pieter Wuille
2015-01-12Introduce 10 minute block download timeoutPieter Wuille
2015-01-12Improve robustness of DER recoding codeWladimir J. van der Laan
2015-01-10fail immediately on an empty signatureCory Fields
2015-01-10consensus: guard against openssl's new strict DER checksCory Fields
2015-01-08tests: run sanity checks in tests tooCory Fields
2015-01-08Merge pull request #5542Wladimir J. van der Laan