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
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-05-09
Merge #8855: Use a proper factory for creating chainparams
Wladimir J. van der Laan
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-02-17
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Pieter Wuille
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-23
qt: Avoid OpenSSL certstore-related memory leak
Wladimir J. van der Laan
2016-11-07
qt: Use correct conversion function for boost::path datadir
Wladimir J. van der Laan
2016-09-23
Do not shadow in src/qt
Pavel Janík
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-15
Merge pull request #5665
Jeff Garzik
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-10
[Qt] add verifySize() function to PaymentServer
Philip Kaufmann
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-16
[Qt] remove std namespace polution from code
Philip Kaufmann
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-04-15
[Qt] minor comment updates in PaymentServer
Philip Kaufmann
2015-04-15
[Qt] constify first parameter of processPaymentRequest()
Philip Kaufmann
2015-04-15
[Qt] paymentserver: better logging of invalid certs
Philip Kaufmann
2015-04-15
[Qt] paymentserver: do not log NULL certificates
Philip Kaufmann
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-02-15
openssl: abstract out OPENSSL_cleanse
Cory Fields
2015-02-04
[Qt] prevent amount overflow problem with payment requests
Philip Kaufmann
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-29
Merge pull request #5620
Wladimir J. van der Laan
2015-01-15
[Qt] add debug logging for -rootcertificates option
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
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-31
[Qt] update a translation string and argument counts
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 payment request size DoS protection for URIs
Philip Kaufmann
2014-12-08
[Qt] remove dup lock that is done in SetAddressBook()
Philip Kaufmann
2014-12-08
[Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine
Philip Kaufmann
2014-12-08
[Qt] add BIP70/BIP71 constants for all messages and mime types
Philip Kaufmann
2014-12-08
[Qt] make PaymentServer::ipcParseCommandLine void
Philip Kaufmann
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-10
Merge pull request #4623
Wladimir J. van der Laan
2014-08-30
Broken addresses on command line no longer trigger testnet.
Ross Nicoll
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-04
qt: Demote ReportInvalidCertificate message to qDebug
Wladimir J. van der Laan
2014-07-31
qt: Update some messages after suggestions by translators
Wladimir J. van der Laan
2014-07-08
Payment request parsing on startup now only changes network if a valid networ...
Ross Nicoll
2014-07-07
remove SOCKS4 support from core and GUI
Philip Kaufmann
[next]