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
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
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
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-15
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference
Jonas Schnelli
2017-08-14
Remove redundant nullptr checks before deallocation
practicalswift
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
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-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
[next]