| Commit message (Expand) | Author | Files | Lines |
5 days | gpgscm: Fix initialization for fixed size chars. | NIIBE Yutaka | 3 | -207/+207 |
6 days | gpgscm: Fix for CHARNAMES. | NIIBE Yutaka | 1 | -1/+1 |
2025-02-06 | gpgscm: Fix possible segv in the process functions. | Werner Koch | 1 | -2/+2 |
2025-02-06 | gpgscm: Fix for gcc < 4.5 | Werner Koch | 1 | -1/+11 |
2024-09-13 | tests:gpgscm: Raise an error correctly for process spawning. | NIIBE Yutaka | 1 | -3/+13 |
2024-07-09 | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 1 | -3/+3 |
2024-07-09 | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 1 | -2/+2 |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 1 | -30/+27 |
2024-05-31 | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 1 | -22/+31 |
2023-10-03 | tests:gpgscm: Fix process select loop. | NIIBE Yutaka | 1 | -8/+2 |
2023-06-26 | tests:gpgscm: Add annotation for unreachable code for GCC. | NIIBE Yutaka | 1 | -0/+4 |
2023-06-08 | tests: Fix call-with-io deadlock. | NIIBE Yutaka | 2 | -46/+299 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 3 | -161/+166 |
2022-11-24 | tests: Fix to support --enable-all-tests and variants. | NIIBE Yutaka | 1 | -6/+11 |
2022-11-24 | tests:gpgscm:w32: Fix for GetTempPath. | NIIBE Yutaka | 1 | -0/+5 |
2022-11-24 | tests: Keep .log files in objdir. | NIIBE Yutaka | 1 | -1/+3 |
2022-11-02 | tests: Add tr:assert-same function. | Werner Koch | 1 | -0/+6 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -1/+0 |
2022-09-14 | agent,dirmngr,gpg,scd: Clean up for modern compiler. | NIIBE Yutaka | 1 | -1/+1 |
2022-05-10 | tests: Enable tests with keyboxd only when it's configured. | NIIBE Yutaka | 1 | -0/+3 |
2022-05-02 | gpgscm: Fix handling an error for chdir. | NIIBE Yutaka | 1 | -1/+1 |
2022-04-26 | tests: Avoid auto-removal when test fails. | NIIBE Yutaka | 2 | -1/+4 |
2021-12-17 | w32: Prepare for the case gcrypt.h will not include winsock2.h. | NIIBE Yutaka | 1 | -0/+4 |
2020-02-22 | Remove the now obsolete argparse code. | Werner Koch | 1 | -13/+10 |
2020-02-20 | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 1 | -0/+4 |
2019-02-25 | gpgscm: Build well even if NDEBUG defined. | NIIBE Yutaka | 1 | -1/+3 |
2018-09-06 | gpgscm: Suppress warnings for GCC > 6. | NIIBE Yutaka | 1 | -15/+14 |
2018-04-04 | tests: Fix no gpg-agent upon removal of GNUPGHOME. | NIIBE Yutaka | 1 | -4/+9 |
2017-08-21 | gpgscm: Fix -Wimplicit-fallthrough warnings. | Justus Winter | 1 | -2/+12 |
2017-08-08 | build: New configure option --enable-all-tests. | Werner Koch | 1 | -0/+8 |
2017-08-08 | gpgscm: Make the test summary stand out | Werner Koch | 1 | -0/+2 |
2017-08-07 | tests: Do not run all tests unless in maintainer mode. | Justus Winter | 1 | -0/+8 |
2017-07-18 | gpgscm,w32: Fix testing for absolute paths. | Justus Winter | 1 | -2/+15 |
2017-07-14 | gpgscm: Library improvements. | Justus Winter | 2 | -1/+23 |
2017-07-14 | gpgscm: Fail early if the test setup fails. | Justus Winter | 1 | -0/+2 |
2017-07-13 | gpgscm: Make loading of modules less verbose. | Justus Winter | 1 | -1/+1 |
2017-07-13 | gpgscm: Make it impossible to catch '*interpreter-exit*'. | Justus Winter | 1 | -2/+2 |
2017-06-19 | gpgscm: Limit the number of parallel jobs. | Justus Winter | 2 | -15/+93 |
2017-06-19 | gpgscm: Improve option parsing. | Justus Winter | 1 | -1/+7 |
2017-06-19 | gpgscm: Improve error handling of foreign functions. | Justus Winter | 1 | -2/+1 |
2017-06-19 | gpgscm: Improve error reporting. | Justus Winter | 2 | -25/+27 |
2017-05-17 | gpgscm: Fix checking for opcode arguments. | Justus Winter | 1 | -1/+2 |
2017-05-11 | tests: Make it possible to run all tests using our infrastructure. | Justus Winter | 2 | -0/+19 |
2017-05-11 | tests: Move the makefile parser. | Justus Winter | 2 | -0/+77 |
2017-05-11 | gpgscm: Make it possible to set the logfile name. | Justus Winter | 1 | -2/+3 |
2017-05-04 | tests: Support tests that are expected to fail. | Justus Winter | 1 | -27/+40 |
2017-05-03 | gpgscm: Create and re-use frame objects. | Justus Winter | 2 | -28/+114 |
2017-05-03 | gpgscm: Merge opexe_0. | Justus Winter | 2 | -49/+38 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 1 | -2/+2 |
2017-04-24 | gpgscm: Refactor cell finalization. | Justus Winter | 1 | -24/+41 |