index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
paymentserver.cpp
Age
Commit message (
Expand
)
Author
2013-11-11
[Qt] paymentserver: start netManager in uiReady()
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-06
Merge pull request #3145
Wladimir J. van der Laan
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-10-31
rework an ugly hack in processPaymentRequest()
Philip Kaufmann
2013-10-31
make processPaymentRequest() use a single SendCoinsRecipient
Philip Kaufmann
2013-10-31
payment-request UI: use SendCoinsRecipient.message for memo
Philip Kaufmann
2013-10-31
[Qt] Rework of payment request UI (mainly for insecure pr)
Philip Kaufmann
2013-10-30
re-work -debug switch handling
Philip Kaufmann
2013-10-25
Merge pull request #3130 from Diapolo/paymentACK_via_message
Wladimir J. van der Laan
2013-10-24
paymentserver: init all class members in constructor
Philip Kaufmann
2013-10-24
Qt: move paymentACK handling to paymentserver
Philip Kaufmann
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-19
paymentserver: style fixes / cleanup
Philip Kaufmann
2013-10-11
paymentserver: use own HTML-esc / add new header const
Philip Kaufmann
2013-09-09
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-06
Bitcoin-Qt: Use qDebug() for printing to debug.log
Philip Kaufmann
2013-09-03
Merge pull request #2944 from gavinandresen/acceptheader
Gavin Andresen
2013-08-29
Bitcoin-Qt: fixes for using display unit from options
Philip Kaufmann
2013-08-28
Set Accept: application/bitcoin-paymentrequest header
Gavin Andresen
2013-08-23
Remove fAllowReuse from GetKeyFromPool.
Gregory Maxwell
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-07-31
Remove #define loop from util.h
Gavin Andresen
2013-07-23
Bitcoin-Qt: fix QApplication includes to match our include defaults
Philip Kaufmann
2013-06-01
Qt5 compatibility
Wladimir J. van der Laan
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-02-12
Reimplement click-to-pay links. Add OSX support.
Gavin Andresen