Age | Commit message (Expand) | Author |
2022-04-06 | gui, refactor: rename fInvalid to num_test_failures in test_main.cpp | Jon Atack |
2022-04-06 | gui: count test failures in test runner summary | Jon Atack |
2022-04-06 | gui: add test runner summary | Jon Atack |
2022-03-07 | test: Add tests for GetArg methods / settings.json type coercion | Ryan Ofsky |
2022-01-11 | test: parse the command line arguments in unit tests | Vasil Dimov |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-13 | build, qt: use static QAndroidPlatformIntegrationPlugin | Igor Cota |
2021-11-17 | doc: Fix incorrect C++ named args | MarcoFalke |
2021-10-26 | Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b... | MarcoFalke |
2021-09-27 | qt: Keep InitExecutor in main gui thread | João Barbosa |
2021-09-16 | multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa... | Russell Yanofsky |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-07-14 | qt, refactor: Move InitExecutor class into its own module | Hennadii Stepanov |
2021-03-29 | test: remove qt byteswap compattests | fanquake |
2021-03-06 | qt test: Don't bind to regtest port | Andrew Chow |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-08-26 | gui: Replace interface::Node references with pointers | Russell Yanofsky |
2020-08-26 | gui: Partially revert #10244 gArgs and Params changes | Russell Yanofsky |
2020-07-13 | test: Remove duplicate NodeContext hacks | Russell Yanofsky |
2020-07-09 | wallet: Pass unused args to StartWallets | MarcoFalke |
2020-01-02 | test: Show debug log on unit test failure | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-10-28 | Pass NodeContext, ConnMan, BanMan references more places | Russell Yanofsky |
2019-10-24 | Remove BIP70 Support | fanquake |
2019-10-01 | qa: Do not force overwrite of QT_QPA_PLATFORM on windows for gui tests | MarcoFalke |
2019-10-01 | doc: Explain QT_QPA_PLATFORM for gui tests | MarcoFalke |
2019-08-09 | Give QApplication dummy arguments | Andrew Chow |
2019-08-06 | test: only include and init openSSL where it's actually used | fanquake |
2019-06-27 | qt: test: Create at most one testing setup | MarcoFalke |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-06-20 | test: use common setup in gui tests | MarcoFalke |
2019-01-04 | Add BitcoinApplication & RPCConsole tests | Russell Yanofsky |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-09 | build: Add --disable-bip70 configure option | Wladimir J. van der Laan |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-06-18 | gui: Remove QT_VERSION fallbacks for Qt < 5 | Wladimir J. van der Laan |
2018-04-25 | [tests] [qt] Add tests for address book manipulation via EditAddressDialog | James O'Beirne |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-01 | Stop test_bitcoin-qt touching ~/.bitcoin | MeshCollider |
2017-08-16 | Merge #10705: Trivial: spelling fixes | MarcoFalke |
2017-08-16 | doc: spelling fixes | klemens |
2017-07-21 | Qt: Use _putenv_s instead of setenv on Windows builds | Brian McMichael |
2017-04-03 | Run bitcoin_test-qt under minimal QPA platform | Russell Yanofsky |
2017-03-15 | Add new test_bitcoin-qt static library dependencies | Russell Yanofsky |
2017-03-15 | Add simple qt wallet test sending a transaction | Russell Yanofsky |
2017-03-15 | Add braces to if statements in Qt test_main | Russell Yanofsky |
2017-03-10 | Make qt test compatible with TestChain100Setup framework | Russell Yanofsky |