| Commit message (Expand) | Author | Files | Lines |
2025-05-28 | gpgsm,tests,tools: Fix memory leaks. | NIIBE Yutaka | 1 | -6/+17 |
2025-05-08 | tests:gpgscm: Fix build error on AIX. | Collin Funk via Gnupg-devel | 1 | -0/+5 |
2025-02-06 | gpgscm: Fix possible segv in the process functions. | Werner Koch | 1 | -2/+2 |
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-08 | tests: Fix call-with-io deadlock. | NIIBE Yutaka | 1 | -19/+291 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -107/+115 |
2022-11-24 | tests:gpgscm:w32: Fix for GetTempPath. | NIIBE Yutaka | 1 | -0/+5 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -1/+0 |
2022-05-02 | gpgscm: Fix handling an error for chdir. | NIIBE Yutaka | 1 | -1/+1 |
2021-12-17 | w32: Prepare for the case gcrypt.h will not include winsock2.h. | NIIBE Yutaka | 1 | -0/+4 |
2017-08-08 | build: New configure option --enable-all-tests. | Werner Koch | 1 | -0/+8 |
2017-08-07 | tests: Do not run all tests unless in maintainer mode. | Justus Winter | 1 | -0/+8 |
2017-06-19 | gpgscm: Limit the number of parallel jobs. | Justus Winter | 1 | -0/+2 |
2017-03-21 | tests,w32: Use GetTempPath to get the path for temporary files. | Justus Winter | 1 | -0/+19 |
2017-03-06 | gpgscm: Fix creation of temporary directories. | Justus Winter | 1 | -1/+6 |
2017-02-15 | tests: Check expiration times of created keys. | Justus Winter | 1 | -0/+9 |
2016-11-08 | gpgscm: Expose seek and associated constants. | Justus Winter | 1 | -0/+19 |
2016-11-08 | gpgscm: Fix error message. | Justus Winter | 1 | -18/+21 |
2016-11-07 | gpgscm: Generalize splice to write to multiple sinks. | Justus Winter | 1 | -5/+39 |
2016-11-07 | gpgscm: Drop 'len' argument from splice. | Justus Winter | 1 | -11/+2 |
2016-11-07 | gpgscm: Add support for pseudo-random numbers. | Justus Winter | 1 | -0/+73 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-11-02 | gpgscm: Fix inclusion of readline header. | Justus Winter | 1 | -0/+1 |
2016-10-20 | common,w32: Fix setting environment variables on Windows. | Justus Winter | 1 | -1/+3 |
2016-10-07 | gpgscm: Improve path handling. | Justus Winter | 1 | -0/+9 |
2016-10-06 | gpgscm: Update callsite of 'gnupg_spawn_process'. | Justus Winter | 1 | -1/+1 |
2016-10-04 | tests,w32: Do not expose 'glob' to gpgscm. | Justus Winter | 1 | -38/+0 |
2016-09-19 | tests: Implement interpreter shutdown using exceptions. | Justus Winter | 1 | -1/+1 |
2016-09-19 | tests: Use descriptive temporary file names. | Justus Winter | 1 | -1/+14 |
2016-08-10 | tests: Improve temporary directory handling. | Justus Winter | 1 | -1/+1 |
2016-07-26 | gpgscm: Make the verbose setting more useful. | Justus Winter | 1 | -1/+26 |
2016-07-14 | gpgscm: Use kludge to avoid improper use of ffi_schemify_name. | Werner Koch | 1 | -3/+7 |
2016-07-05 | gpgscm: Improve robustness and compatibility. | Justus Winter | 1 | -2/+8 |
2016-06-28 | gpgscm: Fix memory leaks. | Justus Winter | 1 | -1/+4 |
2016-06-21 | gpgscm: Add more file handling functions. | Justus Winter | 1 | -0/+38 |
2016-06-21 | gpgscm: Use native string searching functions. | Justus Winter | 1 | -0/+69 |
2016-06-17 | tests/gpgscm: Add a TinySCHEME-based test driver. | Justus Winter | 1 | -0/+1167 |