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
2021-05-02
Remove user input from URI error message
unknown
2021-03-17
qt: Improve URI/file handling message
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-19
Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a...
MarcoFalke
2020-09-29
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-08-26
qt, refactor: Fix 'QDateTime is deprecated' warnings
Hennadii Stepanov
2020-08-26
gui: Remove unused interfaces::Node references
Russell Yanofsky
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-24
gui: Update BIP70 support message
fanquake
2019-10-24
gui: remove payment request file handling from OpenURI dialog
fanquake
2019-10-24
Remove BIP70 Support
fanquake
2019-10-02
Prevent processing duplicate payment requests
João Barbosa
2019-09-12
Qt: advise users not to switch wallets when opening a BIP70 URI.
James Hilliard
2019-08-24
Replace obsolete functions of QSslSocket
Hennadii Stepanov
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-06-21
Use qInfo() if no error occurs
Hennadii Stepanov
2019-02-11
GUI: If BIP70 is disabled, give a proper error when trying to open a payment ...
Luke Dashjr
2019-02-11
GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsing
Luke Dashjr
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-22
Add BIP70 deprecation warning
James Hilliard
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-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-05-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-05
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
2018-04-05
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-04
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-22
Merge #11536: Rename account to label where appropriate
Wladimir J. van der Laan
2018-03-21
Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://
Wladimir J. van der Laan
2018-03-21
Qt: Warn users about invalid-BIP21 URI bitcoin://
Alexey Ivanov
2018-03-19
Rename account to label where appropriate
Russell Yanofsky
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
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-11-09
Merge #10696: Remove redundant nullptr checks before deallocation
Wladimir J. van der Laan
[next]