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.h
Age
Commit message (
Expand
)
Author
2019-10-24
Remove BIP70 Support
fanquake
2018-10-22
qt: cleanup: Move BIP70 functions together in paymentserver
Wladimir J. van der Laan
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-15
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference
Jonas Schnelli
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-02
Pass SendCoinsRecipient (208 bytes) by const reference
practicalswift
2017-02-17
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Pieter Wuille
2017-01-27
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-23
qt: Avoid OpenSSL certstore-related memory leak
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-08-10
[Qt] add verifySize() function to PaymentServer
Philip Kaufmann
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-04-15
[Qt] constify first parameter of processPaymentRequest()
Philip Kaufmann
2015-02-04
[Qt] prevent amount overflow problem with payment requests
Philip Kaufmann
2015-01-15
[Qt] Payment request expiration bug fix (re-done)
Philip Kaufmann
2015-01-14
[Qt] add payment request unit test for non matching networks
Philip Kaufmann
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-08
[Qt] update paymentserver license and cleanup ordering
Philip Kaufmann
2014-12-08
[Qt] add BIP70 DoS protection test
Philip Kaufmann
2014-12-08
[Qt] add BIP70 payment request size DoS protection for URIs
Philip Kaufmann
2014-12-08
[Qt] make PaymentServer::ipcParseCommandLine void
Philip Kaufmann
2014-11-03
Fix all header defines
Pavel JanÃk
2014-06-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-04
Use Params().NetworkID() instead of TestNet() from the payment protocol
jtimon
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-13
Merge pull request #3374
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-11-11
Merge pull request #3187 from Diapolo/netManager
Wladimir J. van der Laan
2013-11-11
qt: add Open URI dialog
Wladimir J. van der Laan
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
make processPaymentRequest() use a single SendCoinsRecipient
Philip Kaufmann
2013-10-24
Qt: move paymentACK handling to paymentserver
Philip Kaufmann
2013-10-19
paymentserver: style fixes / cleanup
Philip Kaufmann
2013-09-09
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-08-29
Bitcoin-Qt: fixes for using display unit from options
Philip Kaufmann
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-04-06
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-02-12
Reimplement click-to-pay links. Add OSX support.
Gavin Andresen