aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-12-22remove max orphan blocks config parameter since it is no longer functionalJameson Lopp
2014-12-22Check against MANDATORY flags prior to accepting to mempoolPeter Todd
2014-12-19add missing CAutoFile::IsNull() check in mainPhilip Kaufmann
2014-12-16version 0.9.99 -> 0.10.0Wladimir J. van der Laan
2014-12-12signrawtransaction: validate private key.Pavel Janík
2014-12-11Merge pull request #5267Wladimir J. van der Laan
2014-12-11qt: translations pull from transifexWladimir J. van der Laan
2014-12-11Merge pull request #5391Wladimir J. van der Laan
2014-12-10Merge pull request #5399Wladimir J. van der Laan
2014-12-09[REST] JSON output: remove block infos from tx details if it is nested in blockJonas Schnelli
2014-12-09[REST] /rest/block response with full tx detailsJonas Schnelli
2014-12-09Merge pull request #5216Wladimir J. van der Laan
2014-12-09Merge pull request #5409Wladimir J. van der Laan
2014-12-08Make CTxMemPool::remove more effecient by avoiding recursionMatt Corallo
2014-12-08Make CTxMemPool::check more thourough by using CheckInputsMatt Corallo
2014-12-08Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo
2014-12-08Remove coinbase-dependant transactions during reorg.Matt Corallo