aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Fix spawn functions to support Windows Xp.NIIBE Yutaka2023-05-031-36/+67
* w32: Fix inheriting HANDLEs.NIIBE Yutaka2023-05-022-42/+75
* Rename the enum constant to GNUPG_PROCESS_GET_PROC_ID.NIIBE Yutaka2023-05-023-4/+4
* Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-05-013-33/+45
|\
| * common: Fix parsing ECC key.NIIBE Yutaka2023-05-011-1/+1
| * Use keyboxd on a fresh install also on Windows.Werner Koch2023-04-191-32/+40
| * gpgtar: Read common.conf for the log-file option.Werner Koch2023-04-182-0/+4
* | spawn: Introduce *_KEEP, removing *_NULL.NIIBE Yutaka2023-04-205-37/+34
* | exechelp: Clean up macros.NIIBE Yutaka2023-04-201-10/+0
* | Remove old API implementation for spawn functions.NIIBE Yutaka2023-04-173-1323/+0
* | Fix use of GNUPG_PROCESS_DETACHED.NIIBE Yutaka2023-04-173-54/+42
* | w32: Fix asshelp.c for Windows use case.NIIBE Yutaka2023-04-171-2/+6
* | Fix requirement for _WIN32_WINNT to use process related functions.NIIBE Yutaka2023-04-131-1/+1
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-04-1314-32/+204
|\|
| * gpg: Curvenames may now compared case insensitive.Werner Koch2023-04-121-9/+12
| * gpg: New option --assert-signer.Werner Koch2023-04-051-0/+1
| * common: Change allocation of the comopt symbol.Werner Koch2023-04-042-2/+7
| * Use the keyboxd for a fresh installWerner Koch2023-04-042-3/+36
| * scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-151-1/+4
| * dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-092-1/+3
| * gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-083-3/+108
| * doc: Minor comment fixes.Werner Koch2023-02-231-1/+2
| * gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch2023-02-211-6/+20
| * common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-242-6/+11
* | Put gnupg_spawn_helper function to W32, too.NIIBE Yutaka2023-01-272-7/+11
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-01-2412-104/+249
|\|
| * gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-201-0/+4
| * doc: Update copyright notices.Werner Koch2023-01-201-1/+1
| * common: Detect PNG and JPEG file formats.Werner Koch2023-01-191-6/+24
| * gpg: Detect already compressed data also when using a pipe.Werner Koch2023-01-194-51/+134
| * common: Replace all assert by log_assert.Werner Koch2023-01-181-31/+31
| * sm: Fix compliance checking for ECC signature verification.Werner Koch2023-01-122-3/+15
| * w32: Make sure DEP is enabled.Werner Koch2023-01-111-1/+18
| * common: Fix translations in --help for gpgrt < 1.47Werner Koch2022-12-161-0/+8
* | w32,debug: Don't emit debug output any more.NIIBE Yutaka2022-12-081-11/+9
* | Fix exechelp-w32.c.NIIBE Yutaka2022-12-061-29/+37
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2022-12-052-32/+42
|\|
| * tests: More fix for semihosted environment.NIIBE Yutaka2022-12-011-21/+24
| * tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
| * w32: Fix gnupg_unsetenv.NIIBE Yutaka2022-11-301-2/+11
| * w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka2022-11-181-6/+3
* | w32: Fix spawn functions for Windows for _fd use case.NIIBE Yutaka2022-11-302-15/+41
* | w32: Use call back when ASFW is needed.NIIBE Yutaka2022-11-302-11/+11
* | posix: factor out call_spawn_cb.NIIBE Yutaka2022-11-301-21/+31
* | common: Support new spawn functions for Windows.NIIBE Yutaka2022-11-293-11/+25
* | Tweak the spawn API, again for POSIX.NIIBE Yutaka2022-11-283-14/+14
* | posix: Fix for spawn_cb.NIIBE Yutaka2022-11-283-8/+11
* | Change spawn_cb semantics.NIIBE Yutaka2022-11-252-12/+20
* | Replace other use cases of gnupg_spawn_process_fd.NIIBE Yutaka2022-11-251-7/+5
* | Support gnupg_process_spawn with R_PROC=NULL.NIIBE Yutaka2022-11-252-3/+18