Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc updates and type fixes. | Werner Koch | 2014-09-18 | 1 | -2/+16 |
| | | | | -- | ||||
* | doc: Explain two error codes. | Werner Koch | 2014-08-12 | 1 | -1/+10 |
| | | | | -- | ||||
* | doc update. | Werner Koch | 2014-06-30 | 1 | -2/+6 |
| | | | | -- | ||||
* | New error code GPG_ERR_KEY_DISABLED. | Werner Koch | 2014-06-10 | 1 | -0/+5 |
| | |||||
* | Add code GPG_ERR_KEY_ON_CARD. | Werner Koch | 2014-04-15 | 1 | -2/+18 |
| | |||||
* | Add GPG_ERR_MAC_ALGO. | Werner Koch | 2013-11-17 | 1 | -1/+10 |
| | |||||
* | Add GPG_ERR_*CRYPT_CTX* and GPG_ERR_BROKEN_*KEY. | Werner Koch | 2013-04-11 | 1 | -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 documentation | Werner Koch | 2012-06-20 | 1 | -3/+18 |
| | | | | -- | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 1 | -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_AMBIGUOUS | Werner Koch | 2011-08-23 | 1 | -0/+5 |
| | |||||
* | Add GPG_ERR_DUP_KEY | Werner Koch | 2011-08-23 | 1 | -1/+21 |
| | |||||
* | Updated error code references | Werner Koch | 2011-03-04 | 1 | -19/+28 |
| | |||||
* | Make gpg-error-config and gpg-error.m4 more robust. | Werner Koch | 2011-02-23 | 1 | -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_CURVE | Werner Koch | 2011-02-01 | 1 | -3/+22 |
| | |||||
* | Add GPG_ERR_NO_KEYSERVER | Werner Koch | 2011-01-06 | 1 | -1/+12 |
| | |||||
* | Add file describing some usages of the error codes | Werner Koch | 2011-01-05 | 1 | -0/+378 |