aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-15/+0
* Merge #12729: Get rid of ambiguous OutputType::NONE valueWladimir J. van der Laan2018-05-031-1/+1
|\
| * Get rid of ambiguous OutputType::NONE valueRussell Yanofsky2018-04-051-1/+1
* | scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-3/+3
|/
* Merge #10244: Refactor: separate gui from wallet and nodeWladimir J. van der Laan2018-04-051-15/+16
|\
| * Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky2018-04-041-15/+16
* | Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\ \ | |/ |/|
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Merge #11536: Rename account to label where appropriateWladimir J. van der Laan2018-03-221-3/+2
|\ \
| * | Rename account to label where appropriateRussell Yanofsky2018-03-191-3/+2
* | | Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://Wladimir J. van der Laan2018-03-211-1/+6
|\ \ \ | |/ / |/| |
| * | Qt: Warn users about invalid-BIP21 URI bitcoin://Alexey Ivanov2018-03-211-1/+6
* | | wallet: Change output type globals to membersMarcoFalke2018-03-171-1/+1
|/ /
* | Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-1/+1
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost2018-01-231-2/+3
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-19/+16
|\
| * SegWit wallet supportPieter Wuille2018-01-091-19/+16
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-12/+12
* Merge #10696: Remove redundant nullptr checks before deallocationWladimir J. van der Laan2017-11-091-2/+1
|\
| * Remove redundant nullptr checks before deallocationpracticalswift2017-08-141-2/+1
* | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-9/+6
* | Merge #10964: Pass SendCoinsRecipient (208 bytes) by referenceJonas Schnelli2017-08-151-1/+1
|\ \ | |/ |/|
| * Pass SendCoinsRecipient (208 bytes) by const referencepracticalswift2017-08-021-1/+1
* | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
|/
* scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
* scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-5/+5
* Merge #8855: Use a proper factory for creating chainparamsWladimir J. van der Laan2017-05-091-4/+6
|\
| * Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón2017-05-031-4/+6
* | Consensus: Minimal way to move dust out of consensusJorge Timón2017-05-031-1/+1
|/
* Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-171-2/+0
* Introduce -dustrelayfeeAlex Morcos2017-01-161-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* qt: Avoid OpenSSL certstore-related memory leakWladimir J. van der Laan2016-11-231-19/+24
* qt: Use correct conversion function for boost::path datadirWladimir J. van der Laan2016-11-071-1/+1
* Do not shadow in src/qtPavel Janík2016-09-231-2/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Merge pull request #5665Jeff Garzik2015-09-151-14/+20
|\
| * [Qt] add verifySize() function to PaymentServerPhilip Kaufmann2015-08-101-14/+20
* | typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
|/
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
* [Qt] remove std namespace polution from codePhilip Kaufmann2015-07-161-3/+1
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-29/+29
* [Qt] minor comment updates in PaymentServerPhilip Kaufmann2015-04-151-9/+8
* [Qt] constify first parameter of processPaymentRequest()Philip Kaufmann2015-04-151-1/+1
* [Qt] paymentserver: better logging of invalid certsPhilip Kaufmann2015-04-151-1/+5