aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15Fix download link for gitian buildsBtcDrak
2014-12-12signrawtransaction: validate private key.Pavel Janík
2014-12-12depends: Gitian 0.10 fixesCory Fields
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-10Merge pull request #5395Wladimir 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] added /rest/block/notxdetails/<hash> into REST-interface.md documentationJonas Schnelli
2014-12-09[REST] /rest/block response with full tx detailsJonas Schnelli
2014-12-09Merge pull request #5449Wladimir J. van der Laan
2014-12-09Merge pull request #5427Wladimir J. van der Laan
2014-12-09Port of walletbackup.sh to Python.mrbandrews
2014-12-09contrib: show pull # in prompt for github-merge scriptWladimir J. van der Laan
2014-12-09Merge pull request #5216Wladimir J. van der Laan
2014-12-09Merge pull request #5409Wladimir J. van der Laan
2014-12-08RPC-test based on invalidateblock for mempool coinbase spendsGavin Andresen
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-08Merge pull request #5436Wladimir J. van der Laan
2014-12-08Merge pull request #5435Wladimir J. van der Laan
2014-12-06[RPC] add rpc-test for http keep-alive (persistent connections)Jonas Schnelli
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-05Merge pull request #5432Gavin Andresen
2014-12-05Fix missing python2 in rpc-testsMatt Corallo
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
2014-12-05Merge pull request #5408Wladimir J. van der Laan