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