| Commit message (Expand) | Author | Age | Files | Lines |
* | file_skip() only needs to return a Boolean; if anybody cares what the | Guy Harris | 2013-06-03 | 1 | -1/+1 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -31/+7 |
* | Export libwiretap symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-02-28 | 1 | -0/+25 |
* | replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i... | Michael Mann | 2013-01-04 | 1 | -1/+1 |
* | Fix another instance of a variable/parameter name "shadowing" a library funct... | Bill Meier | 2012-12-05 | 1 | -1/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Sigh. There appears to be no way to get Windows to allow us to rename a | Guy Harris | 2012-06-01 | 1 | -2/+4 |
* | Keep track, in Wiretap, of whether the file is compressed, and provide | Guy Harris | 2012-05-24 | 1 | -0/+1 |
* | Add a file_skip() routine to skip N bytes forward in the file - it's | Guy Harris | 2012-05-02 | 1 | -7/+6 |
* | Fix wiretap headers to allow error-free ABI dumping. | Balint Reczey | 2011-06-04 | 1 | -0/+4 |
* | Get rid of the fd member of a wth structure; the FILE_T's in that | Guy Harris | 2011-05-09 | 1 | -1/+1 |
* | From Jakub Zawadzki: for file read progress bars, use the raw offset in | Guy Harris | 2011-05-09 | 1 | -0/+1 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -1/+1 |
* | From Jakub Zawadzki: speed up random access to gzipped files, as per the | Guy Harris | 2011-04-12 | 1 | -0/+2 |
* | Don't use the zlib I/O routines for writing compressed files, either; | Guy Harris | 2011-04-11 | 1 | -0/+10 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-08 | 1 | -27/+10 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-07 | 1 | -0/+5 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -4/+4 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -4/+2 |
* | Get rid of file_write(); nobody uses it, and file writers should use | Guy Harris | 2010-06-06 | 1 | -3/+1 |
* | Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_read | Gerald Combs | 2009-03-09 | 1 | -1/+1 |
* | Fix for bug 2875: | Jaap Keuter | 2008-09-15 | 1 | -1/+1 |
* | Fixes for Windows build w/o ZLIB | Bill Meier | 2007-11-28 | 1 | -2/+4 |
* | Win32: MSVC > 6 doesn't work well with Unicode filenames! | Ulf Lamping | 2007-01-12 | 1 | -1/+1 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -6/+5 |
* | If we're using libz, make file_open() construct the open() flag | Guy Harris | 2005-11-07 | 1 | -2/+2 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -2/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -3/+3 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -1/+5 |
* | zlib 1.0.8 - the version that comes with X11 - does have "gzseek()", | Guy Harris | 2002-02-06 | 1 | -5/+3 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Removed the dependency on gzgetc and gzgets by implementing internal | Ashok Narayanan | 2001-09-20 | 1 | -3/+5 |
* | Always declare, and define, "file_seek()" to return a "long", as it's | Guy Harris | 2000-01-26 | 1 | -3/+3 |
* | "gztell()" is also affected by the libz mess on platforms where "off_t" | Guy Harris | 2000-01-25 | 1 | -2/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -0/+52 |