aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-12-08[Qt] update paymentserver license and cleanup orderingPhilip Kaufmann
2014-12-08[Qt] add BIP70 DoS protection testPhilip Kaufmann
2014-12-08[Qt] add BIP70 payment request size DoS protection for URIsPhilip Kaufmann
2014-12-08[Qt] remove dup lock that is done in SetAddressBook()Philip Kaufmann
2014-12-08[Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLinePhilip Kaufmann
2014-12-08[Qt] add BIP70/BIP71 constants for all messages and mime typesPhilip Kaufmann
2014-12-08[Qt] make PaymentServer::ipcParseCommandLine voidPhilip Kaufmann
2014-12-08Merge pull request #5434Wladimir J. van der Laan
2014-12-06Add a new test for FormatParagraph (string longer than the default width).Pavel Janík
2014-12-06Format paragraphs properly - count the space between words.Pavel Janík
2014-12-06Disable SSLv3 (in favor of TLS) for the RPC client and server.Gregory Maxwell
2014-12-05Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.Pavel Janík
2014-12-05Merge pull request #5181Wladimir J. van der Laan
2014-12-05Normalize header guard of script_error.hPavel Janík
2014-12-05Merge pull request #5398Wladimir J. van der Laan