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