Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SPDX identifiers to most source files | Werner Koch | 2018-11-16 | 1 | -16/+16 |
| | | | | | | -- Signed-off-by: Werner Koch <[email protected]> | ||||
* | More include guards. | Werner Koch | 2010-11-03 | 1 | -0/+1 |
| | | | | | | Provide access for Wince. Install dummy sehmap.h | ||||
* | 2010-05-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-05-06 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | * configure.ac: Require libgpg-error 1.8. src/ 2010-05-06 Marcus Brinkmann <[email protected]> * sign.c, data-user.c, conversion.c, debug.c, verify.c, data.c, decrypt.c, delete.c, assuan-support.c, import.c, engine-gpgsm.c, data-mem.c, op-support.c, w32-io.c, w32-util.c, data-compat.c: Use gpg_error_from_syserror instead gpg_error_from_errno, and use gpg_err_set_errno to set error number. * setenv.c: Include <gpg-error.h> and define __set_errno to use gpg_err_set_errno. * gpgme-tool.c (ARGP_ERR_UNKNOWN): Define to EDEADLOCK (which is mapped in Windows CE) instead of E2BIG (which is not). (gt_import_keys): Initialize err. | ||||
* | 008-11-03 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-11-03 | 1 | -0/+356 |
* configure.ac: Replace gpgme paths with src. * gpgme: Move to ... * src: ... this new directory. assuan/ 2008-11-03 Marcus Brinkmann <[email protected]> * Makefile.am (INCLUDES): Replace gpgme path with src. tests/ 2008-11-03 Marcus Brinkmann <[email protected]> * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src. * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise. * Makefile.am (LDADD): Likewise. |