change all file offsets from long to gint64 so we can - theoretically - handle files...
[metze/wireshark/wip.git] / wiretap / file_wrappers.c
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-11-10 Guy HarrisInclude <unistd.h> if available, to get "close()" declared.
2005-11-07 Guy HarrisIf we're using libz, make file_open() construct the...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-02-06 Guy Harriszlib 1.0.8 - the version that comes with X11 - does...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-09-20 Ashok NarayananRemoved the dependency on gzgetc and gzgets by implemen...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-03-14 Guy HarrisSigh. OpenBSD defines "HAVE_UNISTD_H" in the Makefile...
2000-01-26 Guy HarrisAlways declare, and define, "file_seek()" to return...
2000-01-25 Guy Harris"gztell()" is also affected by the libz mess on platfor...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisFix "ascend-scanner.l" to include "file_wrappers.h...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...