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
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-16
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-06-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-09
Merge pull request #3824
Wladimir J. van der Laan
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-06-04
Use Params().NetworkID() instead of TestNet() from the payment protocol
jtimon
2014-05-06
[Qt] ensure payment request network matches client network
Philip Kaufmann
2014-01-17
[Qt] let OptionsModel::getProxySettings() directly query proxy
Philip Kaufmann
2014-01-14
[Qt] small paymentserver header cleanup
Philip Kaufmann
2014-01-13
Merge pull request #3374
Wladimir J. van der Laan
2014-01-10
Merge pull request #3488
Wladimir J. van der Laan
2014-01-06
qt: protect SetAddressBook with cs_wallet lock everywhere
Wladimir J. van der Laan
2014-01-05
ui: Fix GUI initialization order
Wladimir J. van der Laan
2013-12-10
[Qt] add messages when handling local payment request files
Philip Kaufmann
2013-12-06
[Qt] misc PaymentServer changes (e.g. changes to eventFilter())
Philip Kaufmann
2013-12-04
Payment request URI syntax changed, from request=... to r=...
Gavin Andresen
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