aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move fee policy out of coreGavin Andresen2014-07-031-1/+1
* qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fall...Julian Haight2014-07-021-1/+1
* qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan2014-07-011-12/+12
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-4/+4
* Remove `using namespace std` from header fileWladimir J. van der Laan2014-06-161-0/+1
* add NetworkIDString() to chainparamsPhilip Kaufmann2014-06-121-12/+1
* Merge pull request #3824Wladimir J. van der Laan2014-06-091-2/+12
|\
| * Use Params().NetworkID() instead of TestNet() from the payment protocoljtimon2014-06-041-2/+12
* | Type-safe CFeeRate classGavin Andresen2014-06-061-1/+1
|/
* [Qt] ensure payment request network matches client networkPhilip Kaufmann2014-05-061-21/+60
* [Qt] let OptionsModel::getProxySettings() directly query proxyPhilip Kaufmann2014-01-171-10/+15
* [Qt] small paymentserver header cleanupPhilip Kaufmann2014-01-141-2/+0
* Merge pull request #3374Wladimir J. van der Laan2014-01-131-16/+36
|\