aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test
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-11/+11
* Fix the hash of the best block to reflect the Dogecoin blockPatrick Lodder2020-07-221-1/+1
* qt-tests: Disable payment server test that moves 21M+1 coins.Patrick Lodder2020-07-221-0/+3
* Update URI tests for Dogecoin (#1457)Ross Nicoll2019-03-251-18/+18
* Update payment protocol to match Dogecoin (#1433)Ross Nicoll2018-09-191-2/+4
* trivial: squash missing field 'argNames' initializer warning in qt testsWladimir J. van der Laan2017-01-201-1/+1
* Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\
| * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Qt/Test: Make sure filtering sensitive data works correctly in nested commandsLuke Dashjr2016-12-291-2/+26
|/
* Add a ForceSetArg method for testingMatt Corallo2016-12-271-3/+1
* Un-expose mapArgs from utils.hMatt Corallo2016-12-241-0/+2
* Merge #9329: [Qt] Console: allow empty argumentsWladimir J. van der Laan2016-12-191-10/+49
|\
| * [Qt] Console: don't allow empty arguments when using the comma-syntaxJonas Schnelli2016-12-141-12/+20
| * Qt/Test: Check handling of empty arguments in RPC debug consoleLuke Dashjr2016-12-131-0/+31
* | Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm2016-12-173-0/+46
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* [Qt] RPC-Console: support nested commands and simple value queriesJonas Schnelli2016-08-233-1/+133
* Bump copyright headers to 2015MarcoFalke2015-12-135-5/+5
* Merge pull request #5665Jeff Garzik2015-09-151-1/+2
|\
| * [Qt] add verifySize() function to PaymentServerPhilip Kaufmann2015-08-101-1/+2
* | tests: fix qt payment testCory Fields2015-09-021-0/+4
|/
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-153-4/+4
* Initialization: setup environment before starting QT testsdexX72015-03-291-0/+2
* [Qt] prevent amount overflow problem with payment requestsPhilip Kaufmann2015-02-042-0/+42
* [Qt] Payment request expiration bug fix (re-done)Philip Kaufmann2015-01-152-2/+104
* [Qt] add payment request unit test for non matching networksPhilip Kaufmann2015-01-142-0/+52
* [Qt] prepare paymentservertests for new unit testsPhilip Kaufmann2015-01-132-23/+57
* Added "Core" to copyright headerssandakersmann2014-12-196-6/+6
* [Qt] add BIP70 DoS protection testPhilip Kaufmann2014-12-081-0/+12
* Fix all header definesPavel Janík2014-11-032-6/+6
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* [Qt] copyright, style and indentation cleanup of Qt testsPhilip Kaufmann2014-09-056-6/+30
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-0/+1
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
* build: add stub makefiles for easier subdir buildsCory Fields2014-06-051-0/+6
* build: delete old Makefile.am'sCory Fields2014-06-051-46/+0
* Update test_main.cppLongShao0072014-05-221-1/+0
* build: use -mwindows for gui targets when linking with mingwCory Fields2014-01-271-0/+1
* [Qt] fix alphabetical ordering in Makefile.amPhilip Kaufmann2014-01-121-3/+5
* makefile.am: split long lines into one file per lineWladimir J. van der Laan2014-01-111-3/+10
* GUI for --disable-wallet compiles and -disablewallet modeWladimir J. van der Laan2014-01-112-4/+22
* qt5: tests: Make sure static plugin symbols are pulled inCory Fields2014-01-101-0/+9
* qt5: Ensure correct link orderCory Fields2014-01-101-1/+1
* Merge pull request #3332Wladimir J. van der Laan2013-12-081-1/+1
|\
| * Add --disable-wallet option to build systemWladimir J. van der Laan2013-12-041-1/+1
* | [Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann2013-12-063-8/+16
|/
* bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-1/+1
* Merge pull request #3187 from Diapolo/netManagerWladimir J. van der Laan2013-11-111-1/+0
|\
| * [Qt] paymentserver: start netManager in uiReady()Philip Kaufmann2013-11-111-1/+0