aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-07-26Fixed memory allocation bug and typos.Werner Koch1-3/+3
2005-10-05Renamed g10.c to gpg.cWerner Koch1-1/+1
Filelength fixes for W32.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-10-13Added SELInux hacks and did some cleanups.Werner Koch1-0/+1
2004-10-13* configure.ac: Actually name the option --disable-finger and notWerner Koch1-0/+1
http. * openfile.c (overwrite_filep, make_outfile_name, open_outfile) (open_sigfile): Use iobuf_is_pipe_filename to check for pipes so that special filesnames are taken into account. This is bug 327. * tdbdump.c (import_ownertrust): Ditto. * sign.c (write_plaintext_packet): Ditto. * progress.c (handle_progress): Ditto. * plaintext.c (handle_plaintext): Ditto. * encode.c (encode_simple, encode_crypt): Ditto. * iobuf.c (iobuf_is_pipe_filename): New. * fileutil.c (is_file_compressed): Use it here.
2004-09-09* photoid.c: Include ttyio.h.Werner Koch1-1/+2
* parse-packet.c (skip_rest): Removed. Changed all callers to use the new iobuf_skip_reset. Orginal patch by Florian Weimer. * iobuf.c (iobuf_skip_rest): New. Orginal patch by Florian Weimer. Added new argument PARTIAL.
2004-03-04* iobuf.h: Remove iobuf_set_block_mode() and iobuf_in_block_mode().David Shaw1-4/+1
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-161/+0
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.
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+161
'GNUPG-1-9-BRANCH'.
2003-05-24* cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit allDavid Shaw1-5/+5
preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-161/+0
'GNUPG-1-9-BRANCH'.
2002-06-29Update head to match stable 1.0David Shaw1-13/+25
2000-09-18See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch1-0/+1
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-0/+1
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-3/+3
1999-06-01See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner KochWerner Koch1-0/+2
1999-02-19See ChangeLog: Fri Feb 19 15:49:15 CET 1999 Werner KochWerner Koch1-2/+5
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-3/+4
1999-01-20See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-13See ChangeLog: Wed Jan 13 14:10:15 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-09See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner KochWerner Koch1-0/+2
1998-10-21Epxerimenta support for GDBM keyings.Werner Koch1-0/+2
1998-10-16last local commitWerner Koch1-6/+4
1998-07-06intermediate releaseWerner Koch1-0/+3
1998-06-16some more internall structure changesWerner Koch1-4/+4
1998-02-16some import functionalityWerner Koch1-0/+1
1998-02-11a couple of changes; but some parts are now brokenWerner Koch1-0/+1
1998-02-04armor rewritten, but still buggyWerner Koch1-0/+11
1998-01-24Trust stuff works partly.Werner Koch1-1/+1
1998-01-16added some trust model stuffWerner Koch1-0/+1
1997-12-19better prime number generator. improved ELG key generationWerner Koch1-0/+1
1997-12-16added some stuff for signing keysWerner Koch1-0/+1
1997-12-12added option file handlingWerner Koch1-12/+6
1997-11-21Armor works nowWerner Koch1-0/+3
1997-11-19Output armor works, RSA keygen works.Werner Koch1-0/+1
1997-11-18initially checkinWerner Koch1-0/+120