aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.h
Commit message (Expand)AuthorAgeFilesLines
* Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-171-1/+1
* [trivial] Fix typos in commentspracticalswift2017-01-271-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* qt: Avoid OpenSSL certstore-related memory leakWladimir J. van der Laan2016-11-231-4/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Qt] add verifySize() function to PaymentServerPhilip Kaufmann2015-08-101-3/+3
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-3/+3
* [Qt] constify first parameter of processPaymentRequest()Philip Kaufmann2015-04-151-1/+1
* [Qt] prevent amount overflow problem with payment requestsPhilip Kaufmann2015-02-041-0/+2
* [Qt] Payment request expiration bug fix (re-done)Philip Kaufmann2015-01-151-0/+2
* [Qt] add payment request unit test for non matching networksPhilip Kaufmann2015-01-141-0/+3
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* [Qt] update paymentserver license and cleanup orderingPhilip Kaufmann2014-12-081-3/+3
* [Qt] add BIP70 DoS protection testPhilip Kaufmann2014-12-081-1/+6
* [Qt] add BIP70 payment request size DoS protection for URIsPhilip Kaufmann2014-12-081-1/+1
* [Qt] make PaymentServer::ipcParseCommandLine voidPhilip Kaufmann2014-12-081-1/+1
* Fix all header definesPavel Janík2014-11-031-3/+4
* add NetworkIDString() to chainparamsPhilip Kaufmann2014-06-121-1/+0
* Use Params().NetworkID() instead of TestNet() from the payment protocoljtimon2014-06-041-0/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Merge pull request #3374Wladimir J. van der Laan2014-01-131-1/+1
|\
| * [Qt] add messages when handling local payment request filesPhilip Kaufmann2013-12-101-1/+1
* | ui: Fix GUI initialization orderWladimir J. van der Laan2014-01-051-1/+5
|/
* [Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann2013-12-061-4/+5
* Merge pull request #3187 from Diapolo/netManagerWladimir J. van der Laan2013-11-111-3/+3
|\
| * [Qt] paymentserver: start netManager in uiReady()Philip Kaufmann2013-11-111-3/+3
* | qt: add Open URI dialogWladimir J. van der Laan2013-11-111-1/+3
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+5
* Merge pull request #3145Wladimir J. van der Laan2013-11-061-1/+1
|\
| * make processPaymentRequest() use a single SendCoinsRecipientPhilip Kaufmann2013-10-311-1/+1
* | qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
|/
* Qt: move paymentACK handling to paymentserverPhilip Kaufmann2013-10-241-1/+2
* paymentserver: style fixes / cleanupPhilip Kaufmann2013-10-191-2/+2
* fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-3/+6
* Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann2013-08-291-6/+12
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-7/+57
* small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-061-0/+1
* Reimplement click-to-pay links. Add OSX support.Gavin Andresen2013-02-121-0/+66