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
/
paymentrequestplus.cpp
Age
Commit message (
Expand
)
Author
2016-12-12
Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API.
Gregory Maxwell
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-13
Prevector type
Pieter Wuille
2015-07-16
[Qt] remove std namespace polution from code
Philip Kaufmann
2015-04-15
[Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant()
Philip Kaufmann
2015-04-15
[Qt] remove unused PaymentRequestPlus::getPKIType function
Philip Kaufmann
2015-02-15
openssl: abstract out OPENSSL_cleanse
Cory Fields
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel JanÃk
2015-01-11
[Qt] add option to allow self signed root certs (for testing)
Philip Kaufmann
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-08
[Qt] update paymentserver license and cleanup ordering
Philip Kaufmann
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-18
[Qt] include and file header cleanup
Philip Kaufmann
2014-07-01
qt: Change serious messages from qDebug to qWarning
Wladimir J. van der Laan
2014-06-16
Remove `using namespace std` from header file
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-10-30
re-work -debug switch handling
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-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen