aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-17Add GPG_ERR_MAC_ALGO.Werner Koch1-1/+10
2013-04-11Add GPG_ERR_*CRYPT_CTX* and GPG_ERR_BROKEN_*KEY.Werner Koch1-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.
2012-06-20Add more error code documentationWerner Koch1-3/+18
--
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-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.
2011-08-23Add GPG_ERR_AMBIGUOUSWerner Koch1-0/+5
2011-08-23Add GPG_ERR_DUP_KEYWerner Koch1-1/+21
2011-03-04Updated error code referencesWerner Koch1-19/+28
2011-02-23Make gpg-error-config and gpg-error.m4 more robust.Werner Koch1-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.
2011-02-01Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVEWerner Koch1-3/+22
2011-01-06Add GPG_ERR_NO_KEYSERVERWerner Koch1-1/+12
2011-01-05Add file describing some usages of the error codesWerner Koch1-0/+378