Try to squelch some compiler warnings.
[obnox/wireshark/wip.git] / wiretap / file_wrappers.c
2011-06-15 guyStrings are not writable, and the compiler warns that...
2011-06-09 guyThe only place where we care about zlib is file_wrapper...
2011-05-09 guyNote that compressed Windows Sniffer files might have...
2011-05-09 guyGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 guyFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-09 guyIf a gzipped file's name ends in .caz, don't check...
2011-04-29 darkjamesconfigure: remove test for gzclearerr (not used anymore...
2011-04-21 guyIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-20 guyAlways check whether NEXT() failed - and rename it...
2011-04-15 guyReturn ENOMEM if we run out of memory. (We're either...
2011-04-12 guyFrom Jakub Zawadski: some small fixes.
2011-04-12 guyUpdate and expand some comments.
2011-04-12 martinmA parameter isn't used if ZLIB isn't enabled.
2011-04-12 guyFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-11 guyDon't use the zlib I/O routines for writing compressed...
2011-04-10 guyUse AC_SYS_LARGEFILE to turn on large file support...
2011-04-10 guyPoint to RFC 1952 as a description of the gzip file...
2011-04-10 guyMove the definition of the structure pointed to by...
2011-04-08 guyTo squelch some compiler warnings, temporarily cast...
2011-04-08 guyFrom Jakub Zawadzki:
2011-04-06 guyFrom Jakub Zawadzki:
2010-03-25 guyUpdate a comment to discuss how zlib and z_off_t has...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-01-24 morrisss/%ll/%" G_GINT64_MODIFIER "/g
2006-11-06 ulflfix the return value of file_seek, as noted by Steve
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-11-10 guyInclude <unistd.h> if available, to get "close()" declared.
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-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-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-03-14 guySigh. OpenBSD defines "HAVE_UNISTD_H" in the Makefile...
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 guyFix "ascend-scanner.l" to include "file_wrappers.h...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...