aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
* really s/doge/dis/g this timeTomo Ueda2021-09-021-2/+2
* Change IPC prefix from bitcoin: to dogecoin:Dennis Field2020-02-271-1/+1
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-3/+3
* Update payment protocol to match Dogecoin (#1433)Ross Nicoll2018-09-191-5/+6
* 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
* [Qt] paymentserver: do not log NULL certificatesPhilip Kaufmann2015-04-151-2/+9
* Includes: Do not include main.h from any other headerJorge Timón2015-03-241-0/+1
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-151-1/+0
* [Qt] prevent amount overflow problem with payment requestsPhilip Kaufmann2015-02-041-0/+25
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-14/+14
* Merge pull request #5620Wladimir J. van der Laan2015-01-291-8/+17
|\
| * [Qt] Payment request expiration bug fix (re-done)Philip Kaufmann2015-01-151-8/+17
* | [Qt] add debug logging for -rootcertificates optionPhilip Kaufmann2015-01-151-7/+10
|/
* [Qt] add payment request unit test for non matching networksPhilip Kaufmann2015-01-141-2/+13
* namespace: remove boost namespace pollutionCory Fields2015-01-021-1/+0
* [Qt] update a translation string and argument countsPhilip Kaufmann2014-12-311-2/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* [Qt] update paymentserver license and cleanup orderingPhilip Kaufmann2014-12-081-3/+3
* [Qt] add BIP70 payment request size DoS protection for URIsPhilip Kaufmann2014-12-081-12/+32
* [Qt] remove dup lock that is done in SetAddressBook()Philip Kaufmann2014-12-081-1/+0
* [Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLinePhilip Kaufmann2014-12-081-1/+4
* [Qt] add BIP70/BIP71 constants for all messages and mime typesPhilip Kaufmann2014-12-081-12/+18
* [Qt] make PaymentServer::ipcParseCommandLine voidPhilip Kaufmann2014-12-081-2/+5
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-2/+2
* Merge pull request #4623Wladimir J. van der Laan2014-09-101-2/+6
|\
| * Broken addresses on command line no longer trigger testnet.Ross Nicoll2014-08-301-2/+6
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* qt: Demote ReportInvalidCertificate message to qDebugWladimir J. van der Laan2014-08-041-1/+1
* qt: Update some messages after suggestions by translatorsWladimir J. van der Laan2014-07-311-3/+3
* Payment request parsing on startup now only changes network if a valid networ...Ross Nicoll2014-07-081-1/+5
* remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-071-10/+4