Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-04-20 | Improved logging for error orginating from libgcrypt. | Werner Koch | 1 | -0/+67 | |
2007-03-19 | Allow export to work on systems without funopen/fopencookie. | Werner Koch | 1 | -0/+16 | |
2007-03-19 | Changes to let the key listing use estream to help systems without | Werner Koch | 1 | -0/+1 | |
funopen. | |||||
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -1/+1 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -1/+23 | |
2006-04-21 | Still merging 1.4.3 code back | Werner Koch | 1 | -2/+3 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -126/+0 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -1/+1 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2004-01-30 | 2004-01-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -19/+0 | |
* Makefile.am (libcommon_a_SOURCES): Add xasprintf.c. * miscellaneous.c (xasprintf): Moved to ... * xasprintf (xasprintf): ... here. New file. This allows to use xasprintf without sucking in gpg-error. | |||||
2003-12-17 | * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning. | Werner Koch | 1 | -0/+20 | |
* util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New. | |||||
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+126 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -0/+126 | |
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. |