aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentrequestplus.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-04-09Remove duplicate includespracticalswift
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Merge #10696: Remove redundant nullptr checks before deallocationWladimir J. van der Laan
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-14Remove redundant nullptr checks before deallocationpracticalswift
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-01-05Merge #9475: Let autoconf detect presence of EVP_MD_CTX_newWladimir J. van der Laan
2017-01-04Let autoconf detect presence of EVP_MD_CTX_newLuke Dashjr
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-12Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API.Gregory Maxwell
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-01Merge pull request #6914Wladimir J. van der Laan
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-13Prevector typePieter Wuille
2015-07-16[Qt] remove std namespace polution from codePhilip Kaufmann
2015-04-15[Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant()Philip Kaufmann
2015-04-15[Qt] remove unused PaymentRequestPlus::getPKIType functionPhilip Kaufmann
2015-02-15openssl: abstract out OPENSSL_cleanseCory Fields
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2015-01-11[Qt] add option to allow self signed root certs (for testing)Philip Kaufmann
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-08[Qt] update paymentserver license and cleanup orderingPhilip Kaufmann
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-18[Qt] include and file header cleanupPhilip Kaufmann
2014-07-01qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan
2014-06-16Remove `using namespace std` from header fileWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-30re-work -debug switch handlingPhilip Kaufmann
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-06Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen