aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move fee policy out of coreGavin Andresen2014-07-031-1/+1
* qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fall...Julian Haight2014-07-021-1/+1
* qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan2014-07-011-12/+12
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-4/+4
* Remove `using namespace std` from header fileWladimir J. van der Laan2014-06-161-0/+1
* add NetworkIDString() to chainparamsPhilip Kaufmann2014-06-121-12/+1
* Merge pull request #3824Wladimir J. van der Laan2014-06-091-2/+12
|\
| * Use Params().NetworkID() instead of TestNet() from the payment protocoljtimon2014-06-041-2/+12
* | Type-safe CFeeRate classGavin Andresen2014-06-061-1/+1
|/
* [Qt] ensure payment request network matches client networkPhilip Kaufmann2014-05-061-21/+60
* [Qt] let OptionsModel::getProxySettings() directly query proxyPhilip Kaufmann2014-01-171-10/+15
* [Qt] small paymentserver header cleanupPhilip Kaufmann2014-01-141-2/+0
* Merge pull request #3374Wladimir J. van der Laan2014-01-131-16/+36
|\
| * [Qt] add messages when handling local payment request filesPhilip Kaufmann2013-12-101-16/+36
* | Merge pull request #3488Wladimir J. van der Laan2014-01-101-3/+12
|\ \
| * | ui: Fix GUI initialization orderWladimir J. van der Laan2014-01-051-3/+12
| |/
* / qt: protect SetAddressBook with cs_wallet lock everywhereWladimir J. van der Laan2014-01-061-0/+1
|/
* [Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann2013-12-061-7/+14
* Payment request URI syntax changed, from request=... to r=...Gavin Andresen2013-12-041-2/+2
* [Qt] paymentserver: start netManager in uiReady()Philip Kaufmann2013-11-111-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-20/+24
* Merge pull request #3145Wladimir J. van der Laan2013-11-061-51/+41
|\
| * rework an ugly hack in processPaymentRequest()Philip Kaufmann2013-10-311-6/+3
| * make processPaymentRequest() use a single SendCoinsRecipientPhilip Kaufmann2013-10-311-22/+17
| * payment-request UI: use SendCoinsRecipient.message for memoPhilip Kaufmann2013-10-311-1/+1
| * [Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann2013-10-311-38/+36
* | qt: add license header to source filesWladimir J. van der Laan2013-11-041-1/+1
|/
* re-work -debug switch handlingPhilip Kaufmann2013-10-301-11/+5
* Merge pull request #3130 from Diapolo/paymentACK_via_messageWladimir J. van der Laan2013-10-251-9/+20
|\
| * Qt: move paymentACK handling to paymentserverPhilip Kaufmann2013-10-241-9/+20
* | paymentserver: init all class members in constructorPhilip Kaufmann2013-10-241-1/+6
|/
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | paymentserver: style fixes / cleanupPhilip Kaufmann2013-10-191-22/+30
* | paymentserver: use own HTML-esc / add new header constPhilip Kaufmann2013-10-111-6/+3
|/
* fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-24/+17
* Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann2013-09-061-17/+21
* Merge pull request #2944 from gavinandresen/acceptheaderGavin Andresen2013-09-031-0/+4
|\
| * Set Accept: application/bitcoin-paymentrequest headerGavin Andresen2013-08-281-0/+4
* | Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann2013-08-291-6/+16
* | Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell2013-08-231-1/+1
|/
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-36/+491
* Remove #define loop from util.hGavin Andresen2013-07-311-1/+0
* Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann2013-07-231-2/+2
* Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+2
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-3/+4
* Reimplement click-to-pay links. Add OSX support.Gavin Andresen2013-02-121-0/+159