Don't use the zlib I/O routines for writing compressed files, either;
[obnox/wireshark/wip.git] / wiretap / file_wrappers.h
2011-04-11 guyDon't use the zlib I/O routines for writing compressed...
2011-04-08 guyFrom Jakub Zawadzki:
2011-04-07 guyFrom Jakub Zawadzki:
2011-04-06 guyFrom Jakub Zawadzki:
2011-04-06 guyFrom Jakub Zawadzki:
2010-06-06 guyGet rid of file_write(); nobody uses it, and file write...
2009-03-09 geraldConvert a bunch of ints to size_t in ngsniffer.c, and...
2008-09-15 jakeFix for bug 2875:
2007-11-28 wmeierFixes for Windows build w/o ZLIB
2007-01-12 ulflWin32: MSVC > 6 doesn't work well with Unicode filenames!
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-11-07 guyIf we're using libz, make file_open() construct the...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2004-07-18 guySet the svn:eol-style property on all text files to...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-06 guyzlib 1.0.8 - the version that comes with X11 - does...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-09-20 ashoknRemoved the dependency on gzgetc and gzgets by implemen...
2000-01-26 guyAlways declare, and define, "file_seek()" to return...
2000-01-25 guy"gztell()" is also affected by the libz mess on platfor...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...