aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentrequestplus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-2/+0
* Remove duplicate includespracticalswift2018-04-091-1/+0
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-0/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* Merge #10696: Remove redundant nullptr checks before deallocationWladimir J. van der Laan2017-11-091-2/+1
|\
| * Remove redundant nullptr checks before deallocationpracticalswift2017-08-141-2/+1
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
|/
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-5/+5
* Merge #9475: Let autoconf detect presence of EVP_MD_CTX_newWladimir J. van der Laan2017-01-051-2/+2
|\
| * Let autoconf detect presence of EVP_MD_CTX_newLuke Dashjr2017-01-041-2/+2
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API.Gregory Maxwell2016-12-121-5/+15
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Merge pull request #6914Wladimir J. van der Laan2015-12-011-1/+1
|\
| * Prevector typePieter Wuille2015-11-131-1/+1
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
|/
* [Qt] remove std namespace polution from codePhilip Kaufmann2015-07-161-3/+1
* [Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant()Philip Kaufmann2015-04-151-4/+3
* [Qt] remove unused PaymentRequestPlus::getPKIType functionPhilip Kaufmann2015-04-151-6/+0
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-151-1/+0
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-11/+11
* [Qt] add option to allow self signed root certs (for testing)Philip Kaufmann2015-01-111-1/+9
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* make all catch() arguments constPhilip Kaufmann2014-12-171-2/+1
* [Qt] update paymentserver license and cleanup orderingPhilip Kaufmann2014-12-081-2/+2
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
* [Qt] include and file header cleanupPhilip Kaufmann2014-09-181-0/+1
* qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan2014-07-011-11/+11
* Remove `using namespace std` from header fileWladimir J. van der Laan2014-06-161-0/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-6/+6
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* re-work -debug switch handlingPhilip Kaufmann2013-10-301-2/+1
* fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-2/+2
* Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann2013-09-061-12/+13
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-0/+204