aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
AgeCommit message (Expand)Author
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-31rework an ugly hack in processPaymentRequest()Philip Kaufmann
2013-10-31make processPaymentRequest() use a single SendCoinsRecipientPhilip Kaufmann
2013-10-31payment-request UI: use SendCoinsRecipient.message for memoPhilip Kaufmann
2013-10-31[Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann
2013-10-30re-work -debug switch handlingPhilip Kaufmann
2013-10-25Merge pull request #3130 from Diapolo/paymentACK_via_messageWladimir J. van der Laan
2013-10-24paymentserver: init all class members in constructorPhilip Kaufmann
2013-10-24Qt: move paymentACK handling to paymentserverPhilip Kaufmann
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-19paymentserver: style fixes / cleanupPhilip Kaufmann
2013-10-11paymentserver: use own HTML-esc / add new header constPhilip Kaufmann
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-06Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann
2013-09-03Merge pull request #2944 from gavinandresen/acceptheaderGavin Andresen
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-08-28Set Accept: application/bitcoin-paymentrequest headerGavin Andresen
2013-08-23Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-23Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-02-12Reimplement click-to-pay links. Add OSX support.Gavin Andresen