aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Read all pending lines before waiting for more dataIngo Klöcker2026-03-241-68/+74
* Fix passphrase cancel handling.NIIBE Yutaka2026-03-181-3/+11
* Handle the case when pinentry is invoked multiple times.NIIBE Yutaka2026-03-101-0/+5
* Don't cap ISO dates beyond year 2037 on WindowsIngo Klöcker2026-02-051-0/+2
* Fix build with libassuan 2.Collin Funk2026-01-281-0/+1
* Allow setting export filters when exporting keysIngo Klöcker2026-01-148-14/+45
* w32:spawn: Support the case without no helper.NIIBE Yutaka2026-01-091-37/+239
* w32: Use SetHandleInformation for _gpgme_io_pipe.NIIBE Yutaka2026-01-081-35/+9
* w32: Fix for process handle.NIIBE Yutaka2026-01-082-5/+17
* w32: Fix debug print on 64-bit machine.NIIBE Yutaka2025-12-241-17/+19
* w32: Fix spawn for 64-bit machine.NIIBE Yutaka2025-12-236-23/+31
* Fix a regression wrt the auto-key-locate option.NIIBE Yutaka2025-12-221-1/+1
* Fix function prototypes to match ones in libassuan.NIIBE Yutaka2025-12-151-2/+20
* Fix build with libassuan 2.NIIBE Yutaka2025-12-151-0/+4
* Fix portability for the use of the assuan types.NIIBE Yutaka2025-12-1111-16/+17
* w32: Add a cast for GetProcAddress, add AM_CFLAGS for w32spawn.NIIBE Yutaka2025-12-112-2/+2
* Avoid K&R-style function definition.NIIBE Yutaka2025-12-051-3/+1
* Treat empty DISPLAY envvar as unset.Werner Koch2025-11-145-5/+16
* gpgme_get_key: respect caller's ctx configurationGiacomo Tesio2025-11-101-0/+5
* doc: Clarify that keygrip lists multiple keygrips for combined algosIngo Klöcker2025-10-291-1/+2
* Improve tracing for engine-gpgsmWerner Koch2025-10-271-5/+29
* Slight changes to comments and trace output.Werner Koch2025-10-143-3/+4
* Adjust configure and gpgme.m4 for test(1) -a changesWerner Koch2025-09-231-1/+1
* gpgsm: Extend gpgsm_assuan_simple_command to consule diag output.gniibe/t7759NIIBE Yutaka2025-08-291-0/+35
* gpgsm: Introduce two phase interactions to consume diag output.NIIBE Yutaka2025-08-291-24/+89
* w32: gpgme-w32spawn now appends to the debug log if enabled.Werner Koch2025-08-081-1/+6
* Make it easier to maintain gpgme.h by using forward declarations.Werner Koch2025-07-181-21/+55
* Rename an internal function for clarityWerner Koch2025-07-163-3/+3
* Fix an uninitialized variable.Collin Funk via Gnupg-devel2025-07-051-1/+1
* Remove duplicate character passed to strchr.Collin Funk via Gnupg-devel2025-07-031-1/+1
* Use sysconf as a fallback mechanism in the initialization.NIIBE Yutaka2025-06-231-1/+29
* Fix debug output of posix-io.c.NIIBE Yutaka2025-06-231-2/+3
* posix: Clean up get_max_fds implementation.NIIBE Yutaka2025-06-201-17/+11
* Fix an include guard.Werner Koch2025-05-241-2/+2
* json: Fix minor memory leak.Werner Koch2025-05-231-1/+2
* Refactor gpgme-json for future re-use.Werner Koch2025-05-235-3403/+3569
* Treat empty algorithm the same way as unset algorithmIngo Klöcker2025-05-141-2/+2
* Add algorithm, usage and expire also if only the group flag is setIngo Klöcker2025-05-131-1/+1
* Add GPGME_CREATE_GROUP flag for gpgme_op_createkey and _createsubkey.Werner Koch2025-05-122-3/+27
* Change timestamp fields from signed to unsigned long.Werner Koch2025-05-051-5/+5
* Allow signing using an exactly specified subkey.Werner Koch2025-05-052-9/+31
* Mark the subkey used to find a key.Werner Koch2025-05-052-1/+103
* New decrypt flags GPGME_DECRYPT_LISTONLY.Werner Koch2025-03-185-6/+16
* Add API gpgme_op_random_value.Werner Koch2025-03-144-1/+91
* Add API gpgme_op_random_bytes.Werner Koch2025-02-2615-1/+223
* Remove now unused functions.Werner Koch2025-02-214-116/+1
* Remove the long deprecated and never working trust list functions.Werner Koch2025-02-219-446/+3
* Remove long deprecated functions.Werner Koch2025-02-216-541/+0
* Update copyright notices.Werner Koch2025-02-041-1/+1
* core: Fix regression for RSA in gpgme_pubkey_algo_string.Werner Koch2025-02-031-1/+1