aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add a man page for gpg-error-config.Werner Koch2014-10-155-0/+3037
| | | | | | | | | | | | * doc/gpgrt.texi: New. Just a start for now. * doc/gpl.texi, doc/lgpl.texi: New. Take from Libgcrypt. * doc/yat2m.c: New. Take from GnuPG master. * doc/Makefile.am: New. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * Makefile.am (SUBDIRS): Add doc/. * build-aux/mdate-sh, build-aux/texinfo.tex: New. Signed-off-by: Werner Koch <[email protected]>
* Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.Werner Koch2014-10-021-2/+20
| | | | | | | | | * src/visibility.c (gpgrt_pending, gpgrt_pending_unlocked): New. * src/estream.c (_gpgrt_pending, _gpgrt_pending_unlocked): New. (check_pending): new. (check_pending_fbf, check_pending_nbf): New. (es_func_mem_read, es_func_fd_read, es_func_w32_read) (es_func_fp_read, es_fill): Take care of the special 0 value for SIZE.
* Update error reference.Werner Koch2014-09-291-11/+156
| | | | --
* doc updates and type fixes.Werner Koch2014-09-181-2/+16
| | | | --
* doc: Explain two error codes.Werner Koch2014-08-121-1/+10
| | | | --
* doc update.Werner Koch2014-06-301-2/+6
| | | | --
* New error code GPG_ERR_KEY_DISABLED.Werner Koch2014-06-101-0/+5
|
* Add code GPG_ERR_KEY_ON_CARD.Werner Koch2014-04-151-2/+18
|
* Add GPG_ERR_MAC_ALGO.Werner Koch2013-11-171-1/+10
|
* Add GPG_ERR_*CRYPT_CTX* and GPG_ERR_BROKEN_*KEY.Werner Koch2013-04-111-3/+56
| | | | | | | * src/err-codes.h.in (GPG_ERR_NO_CRYPT_CTX): New. (GPG_ERR_WRONG_CRYPT_CTX, GPG_ERR_BAD_CRYPT_CTX): New. (GPG_ERR_CRYPT_CTX_CONFLICT): New. (GPG_ERR_BROKEN_PUBKEY, GPG_ERR_BROKEN_SECKEY): New.
* Add more error code documentationWerner Koch2012-06-201-3/+18
| | | | --
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-0/+25
| | | | | | | | | | | | | * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Add GPG_ERR_AMBIGUOUSWerner Koch2011-08-231-0/+5
|
* Add GPG_ERR_DUP_KEYWerner Koch2011-08-231-1/+21
|
* Updated error code referencesWerner Koch2011-03-041-19/+28
|
* Make gpg-error-config and gpg-error.m4 more robust.Werner Koch2011-02-231-1/+6
| | | | | | | | | This is done by taking host prefixed config scripts names in account (as suggested by bug#1261) and adding a new config option --host to print a warning if the used config script was not built for the current host. Care has been taken not to mess things up if an old config script without the option is used or if AC_CANONICAL_HOST has not been used.
* Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVEWerner Koch2011-02-011-3/+22
|
* Add GPG_ERR_NO_KEYSERVERWerner Koch2011-01-061-1/+12
|
* Add file describing some usages of the error codesWerner Koch2011-01-051-0/+378