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
/
test
/
paymentservertests.cpp
Age
Commit message (
Expand
)
Author
2019-10-24
Remove BIP70 Support
fanquake
2019-10-15
Remove unused includes
practicalswift
2019-08-06
test: only include and init openSSL where it's actually used
fanquake
2019-06-27
qt: test: Create at most one testing setup
MarcoFalke
2019-01-13
Use FRC::randbytes instead of reading >32 bytes from RNG
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
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-04-04
Remove direct bitcoin calls from qt/optionsmodel.cpp
Russell Yanofsky
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
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-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-03-21
[trivial] Fix typos in comments
practicalswift
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-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
2015-01-13
[Qt] prepare paymentservertests for new unit tests
Philip Kaufmann
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-08
[Qt] add BIP70 DoS protection test
Philip Kaufmann
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-09-05
[Qt] copyright, style and indentation cleanup of Qt tests
Philip Kaufmann
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2013-12-06
[Qt] misc PaymentServer changes (e.g. changes to eventFilter())
Philip Kaufmann
2013-11-11
[Qt] paymentserver: start netManager in uiReady()
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
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