aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky
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-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-15Merge #10964: Pass SendCoinsRecipient (208 bytes) by referenceJonas Schnelli
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-02Pass SendCoinsRecipient (208 bytes) by const referencepracticalswift
2017-02-17Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille
2017-01-27[trivial] Fix typos in commentspracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-23qt: Avoid OpenSSL certstore-related memory leakWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-08-10[Qt] add verifySize() function to PaymentServerPhilip Kaufmann
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-04-15[Qt] constify first parameter of processPaymentRequest()Philip Kaufmann
2015-02-04[Qt] prevent amount overflow problem with payment requestsPhilip Kaufmann
2015-01-15[Qt] Payment request expiration bug fix (re-done)Philip Kaufmann
2015-01-14[Qt] add payment request unit test for non matching networksPhilip Kaufmann
2014-12-19Added "Core" to copyright headerssandakersmann
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] make PaymentServer::ipcParseCommandLine voidPhilip Kaufmann
2014-11-03Fix all header definesPavel Janík
2014-06-12add NetworkIDString() to chainparamsPhilip Kaufmann
2014-06-04Use Params().NetworkID() instead of TestNet() from the payment protocoljtimon
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-13Merge pull request #3374Wladimir J. van der Laan
2014-01-05ui: Fix GUI initialization orderWladimir J. van der Laan
2013-12-10[Qt] add messages when handling local payment request filesPhilip Kaufmann
2013-12-06[Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann
2013-11-11Merge pull request #3187 from Diapolo/netManagerWladimir J. van der Laan
2013-11-11qt: add Open URI dialogWladimir J. van der Laan
2013-11-11[Qt] paymentserver: start netManager in uiReady()Philip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-06Merge pull request #3145Wladimir J. van der Laan
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-31make processPaymentRequest() use a single SendCoinsRecipientPhilip Kaufmann
2013-10-24Qt: move paymentACK handling to paymentserverPhilip Kaufmann
2013-10-19paymentserver: style fixes / cleanupPhilip Kaufmann
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-02-12Reimplement click-to-pay links. Add OSX support.Gavin Andresen