aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-01-07Catch LevelDB errors during flushPieter Wuille
2015-01-07Bugfix: only track UTXO modification after lookupPieter Wuille
2015-01-07Require sufficent priority for relay of free transactionsPieter Wuille
2015-01-06Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building unus...Cory Fields
2015-01-06bitcoin-tx: Fix JSON validation of prevtxsEric R. Schulz
2015-01-06Update seed IPs, based on bitcoin.sipa.be crawler dataPieter Wuille
2015-01-03On close of splashscreen interrupt verifyDBThomas Zander
2015-01-02[Qt] update a translation string and argument countsPhilip Kaufmann
2015-01-02Bump project-wide COPYRIGHT_YEAR to 2015Wladimir J. van der Laan
2015-01-02Remove redundant copyright notices from README filesWladimir J. van der Laan
2014-12-31Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr
2014-12-31Remove bitnodes.io from dnsseeds.Gregory Maxwell
2014-12-31English translation updateWladimir J. van der Laan
2014-12-31Correct tooltip on address book pageMichael Ford
2014-12-30rpcserver: attempt to fix uncaught exception.Cory Fields
2014-12-28pull new translations from transifexWladimir J. van der Laan
2014-12-27en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr
2014-12-27Fix CScriptID(const CScript& in) in empty script casePeter Todd
2014-12-23CLIENT_VERSION_IS_RELEASE → trueWladimir J. van der Laan
2014-12-23Merge pull request #5531Wladimir J. van der Laan
2014-12-23Do not use libgmp automatically in libsecp256k1Pieter Wuille
2014-12-23qt: periodic language updateWladimir J. van der Laan
2014-12-23DOS: Respect max per-peer blocks in flight limitAdam Weiss
2014-12-23Apply AreSane() checks to the fees from the network.Gregory Maxwell
2014-12-23Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.Gregory Maxwell
2014-12-23Reject headers that build on an invalid parentPieter Wuille