aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
AgeCommit message (Expand)Author
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-09-15Merge pull request #5665Jeff Garzik
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-08-10[Qt] add verifySize() function to PaymentServerPhilip Kaufmann
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-16[Qt] remove std namespace polution from codePhilip Kaufmann
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-04-15[Qt] minor comment updates in PaymentServerPhilip Kaufmann
2015-04-15[Qt] constify first parameter of processPaymentRequest()Philip Kaufmann
2015-04-15[Qt] paymentserver: better logging of invalid certsPhilip Kaufmann
2015-04-15[Qt] paymentserver: do not log NULL certificatesPhilip Kaufmann
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-15openssl: abstract out OPENSSL_cleanseCory Fields
2015-02-04[Qt] prevent amount overflow problem with payment requestsPhilip Kaufmann
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2015-01-29Merge pull request #5620Wladimir J. van der Laan
2015-01-15[Qt] add debug logging for -rootcertificates optionPhilip Kaufmann
2015-01-15[Qt] Payment request expiration bug fix (re-done)Philip Kaufmann
2015-01-14[Qt] add payment request unit test for non matching networksPhilip Kaufmann
2015-01-02namespace: remove boost namespace pollutionCory Fields
2014-12-31[Qt] update a translation string and argument countsPhilip Kaufmann
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-08[Qt] update paymentserver license and cleanup orderingPhilip Kaufmann
2014-12-08[Qt] add BIP70 payment request size DoS protection for URIsPhilip Kaufmann
2014-12-08[Qt] remove dup lock that is done in SetAddressBook()Philip Kaufmann
2014-12-08[Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLinePhilip Kaufmann
2014-12-08[Qt] add BIP70/BIP71 constants for all messages and mime typesPhilip Kaufmann
2014-12-08[Qt] make PaymentServer::ipcParseCommandLine voidPhilip Kaufmann
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-10Merge pull request #4623Wladimir J. van der Laan
2014-08-30Broken addresses on command line no longer trigger testnet.Ross Nicoll
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-04qt: Demote ReportInvalidCertificate message to qDebugWladimir J. van der Laan
2014-07-31qt: Update some messages after suggestions by translatorsWladimir J. van der Laan
2014-07-08Payment request parsing on startup now only changes network if a valid networ...Ross Nicoll
2014-07-07remove SOCKS4 support from core and GUIPhilip Kaufmann
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-02qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fall...Julian Haight
2014-07-01qt: Change serious messages from qDebug to qWarningWladimir J. van der Laan
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-16Remove `using namespace std` from header fileWladimir J. van der Laan
2014-06-12add NetworkIDString() to chainparamsPhilip Kaufmann
2014-06-09Merge pull request #3824Wladimir J. van der Laan
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-06-04Use Params().NetworkID() instead of TestNet() from the payment protocoljtimon
2014-05-06[Qt] ensure payment request network matches client networkPhilip Kaufmann
2014-01-17[Qt] let OptionsModel::getProxySettings() directly query proxyPhilip Kaufmann
2014-01-14[Qt] small paymentserver header cleanupPhilip Kaufmann