aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-8/+8
Minor cleanups.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-26More W32 related changesWerner Koch1-101/+143
2007-06-25Fixed a problem in estream-printf.c.Werner Koch1-26/+2
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-06First steps towards supporting W32.Werner Koch1-64/+65
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2006-11-20Made some PIN pads work.Werner Koch1-1/+1
Some cleanups for 64 bit CPUs.
2006-10-02Fix for bug 537Werner Koch1-43/+3
2006-09-27Add missing file and other changes.Werner Koch1-0/+30
2006-09-21Various updatesWerner Koch1-1/+0
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-8/+8
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-04-21Still merging 1.4.3 code backWerner Koch1-128/+176
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-2415/+0
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-8/+11
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-12-15A whole bunch of changes to allow building for W32.Werner Koch1-2/+2
2003-09-23Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch1-10/+10
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+2415
'GNUPG-1-9-BRANCH'.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-0/+2415
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.