Fix shadow variable warnings.
[metze/wireshark/wip.git] / wiretap / file_wrappers.c
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-04-04 João ValverdeRename "libz" to "zlib"
2016-03-28 Joerg MayerFix some warnings/errors of type
2016-01-29 Guy HarrisNo need for a routine to return a GSList of extensions...
2015-12-16 Guy HarrisMake zlib API constness-aware, take 2.
2015-12-16 Guy HarrisRevert "Make zlib API constness-aware"
2015-12-16 João ValverdeMake zlib API constness-aware
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-08 Guy HarrisMore unnecessary <stdio.h> includes.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-05-09 Guy HarrisMake everything unsigned.
2014-11-19 Stig BjørlykkeWiretap: Added file_seek SEEK_END support.
2014-10-25 Guy HarrisExpand comments.
2014-10-08 Guy HarrisNo need to set *err_info if there's no error.
2014-10-08 Gerald CombsMake sure we don't dereference a null pointer.
2014-10-08 Guy HarrisSet err_info to null for errors that don't have an...
2014-09-22 Michal LabedzkiTry to fix some buildbot warnings
2014-09-10 Bill MeierVarious minor changes:
2014-09-09 Bill MeierFix some spelling & grammar.
2014-07-25 Peter WuReplace lseek/fstat by ws_lseek64/ws_fstat64
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Peter Hatinaallow tshark reading from pipes
2013-10-29 Martin Kaisersimplify file_error()
2013-10-29 Martin Kaiserallow err_info==NULL in file_error()
2013-07-23 Guy HarrisDon't cast away constness (except where APIs render...
2013-07-23 Guy HarrisHandle operating systems that are anticipating the...
2013-06-03 Guy Harrisfile_skip() only needs to return a Boolean; if anybody...
2013-03-19 Anders BromanFrom beroset:
2013-01-06 Guy HarrisMake some Boolean flags gbooleans, rename one of them...
2013-01-06 Guy HarrisClean up comment alignment.
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-21 Gerald CombsMicrosoft CRT's _write expects an unsigned int.
2012-12-21 Guy HarrisSquelch a warning - the code shouldn't ever let "have...
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-12-05 Bill MeierFix another instance of a variable/parameter name ...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-05 Guy HarrisCasting a negative value to unsigned makes it positive...
2012-06-05 Anders BromanAdd another cast to make it build on Win32.
2012-06-05 Guy HarrisMaking "had" a ptrdiff_t caused warnings, even if it...
2012-06-05 Guy HarrisFrom Jakub Zawadzki: when seeking backwards, if the...
2012-06-02 Anders BromanTry to squelch warnings
2012-06-02 Anders BromanTry to squelch warnings
2012-06-01 Guy HarrisSigh. There appears to be no way to get Windows to...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-19 Jakub ZawadzkiZ_BLOCK was added in zlib-1.2.0.5
2012-05-02 Guy HarrisAdd a file_skip() routine to skip N bytes forward in...
2012-05-02 Guy HarrisPut all the comments about the "don't check the CRC...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-01-21 Guy HarrisReplace wtap_file_extensions_string() with a routine...
2011-11-17 Guy HarrisReturn *some* error if we end up trying to seek before...
2011-06-15 Guy HarrisStrings are not writable, and the compiler warns that...
2011-06-09 Guy HarrisThe only place where we care about zlib is file_wrapper...
2011-05-09 Guy HarrisNote that compressed Windows Sniffer files might have...
2011-05-09 Guy HarrisGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 Guy HarrisFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-09 Guy HarrisIf a gzipped file's name ends in .caz, don't check...
2011-04-29 Jakub Zawadzkiconfigure: remove test for gzclearerr (not used anymore...
2011-04-21 Guy HarrisIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-20 Guy HarrisAlways check whether NEXT() failed - and rename it...
2011-04-15 Guy HarrisReturn ENOMEM if we run out of memory. (We're either...
2011-04-12 Guy HarrisFrom Jakub Zawadski: some small fixes.
2011-04-12 Guy HarrisUpdate and expand some comments.
2011-04-12 Martin MathiesonA parameter isn't used if ZLIB isn't enabled.
2011-04-12 Guy HarrisFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-11 Guy HarrisUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-11 Guy HarrisDon't use the zlib I/O routines for writing compressed...
2011-04-10 Guy HarrisUse AC_SYS_LARGEFILE to turn on large file support...
2011-04-10 Guy HarrisPoint to RFC 1952 as a description of the gzip file...
2011-04-10 Guy HarrisMove the definition of the structure pointed to by...
2011-04-08 Guy HarrisTo squelch some compiler warnings, temporarily cast...
2011-04-08 Guy HarrisFrom Jakub Zawadzki:
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-03-25 Guy HarrisUpdate a comment to discuss how zlib and z_off_t has...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-01-24 Jeff Morrisss/%ll/%" G_GINT64_MODIFIER "/g
2006-11-06 Ulf Lampingfix the return value of file_seek, as noted by Steve
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...