aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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