| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 1 | -12/+0 |
* | We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>. | Guy Harris | 2015-02-14 | 1 | -4/+0 |
* | Don't use ctype.h routines. | Guy Harris | 2014-10-17 | 1 | -2/+1 |
* | Add editor modelines; Adjust whitespace as needed. | Bill Meier | 2014-10-12 | 1 | -0/+13 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | g_strcmp0 first occures in GLIB 2.16 define it localy if it does not exist | Anders Broman | 2012-10-22 | 1 | -0/+1 |
* | Implement file sets. | Gerald Combs | 2012-10-01 | 1 | -1/+1 |
* | Add a window pointer so that we can figure out from whence we came. | Gerald Combs | 2012-10-01 | 1 | -6/+4 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | From Evan Huus: | Anders Broman | 2012-06-24 | 1 | -0/+44 |
* | Define ws_statb64 to be the appropriate "struct XXX" for a | Guy Harris | 2011-04-10 | 1 | -1/+1 |
* | Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows. | Guy Harris | 2011-04-10 | 1 | -1/+1 |
* | Define some vars & fcns as static; | Bill Meier | 2010-10-12 | 1 | -5/+5 |
* | When freeing the fileset entries, free the entry itself too. | Jeff Morriss | 2010-08-20 | 1 | -0/+1 |
* | Squelch some compiler warnings. | Guy Harris | 2010-03-02 | 1 | -11/+11 |
* | Removed some unused assignments. | Stig Bjørlykke | 2009-11-10 | 1 | -2/+1 |
* | (FWIW) One step towards including stdio.h & stdlib.h only when req'd. | Bill Meier | 2009-08-26 | 1 | -0/+1 |
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -3/+3 |
* | ETH -> WS updates. | Gerald Combs | 2008-10-27 | 1 | -2/+2 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -10/+10 |
* | Fix yet more casts of ctype.h macro arguments - and fix some cases where | Guy Harris | 2007-07-14 | 1 | -1/+1 |
* | suffix in file set is optional | Tomas Kukosa | 2006-11-30 | 1 | -2/+5 |
* | fix a minor bug: don't show a single file twice in the fileset dialog | Ulf Lamping | 2006-08-29 | 1 | -3/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in | 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 | -33/+9 |
* | while sorting the entries, don't use the file creation date but the filename ... | Ulf Lamping | 2005-08-18 | 1 | -4/+4 |
* | Some 'no previous declararion' warning fixes | Jörg Mayer | 2005-08-14 | 1 | -4/+4 |
* | do some code cleanup (from the previous commit) and close the directories ope... | Ulf Lamping | 2005-05-18 | 1 | -23/+36 |
* | don't crash, if the given filename doesn't contain a dot e.g. 'test123' | Ulf Lamping | 2005-05-18 | 1 | -1/+1 |
* | (hopefully) removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -0/+4 |
* | fix buildbot reported problems (unix related), part 4, more GLib 1.x related | Ulf Lamping | 2005-04-30 | 1 | -2/+4 |
* | fix buildbot reported problems (unix related), part 3, don't use GError with ... | Ulf Lamping | 2005-04-30 | 1 | -4/+4 |
* | fix buildbot reported problems (unix related), part 2, add some missing #incl... | Ulf Lamping | 2005-04-29 | 1 | -0/+5 |
* | fix buildbot reported problems (unix related), part 1 | Ulf Lamping | 2005-04-29 | 1 | -4/+5 |
* | add a new feature: list the files of a "File Set" (set of files generated by ... | Ulf Lamping | 2005-04-29 | 1 | -0/+389 |