aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up conditional code for getting creation time.Guy Harris2016-10-221-26/+19
* On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris2016-10-221-0/+24
* Fix memleaks related to get_dirnamePeter Wu2016-02-041-2/+2
* We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris2015-02-141-4/+0
* Don't use ctype.h routines.Guy Harris2014-10-171-2/+1
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman2012-10-221-0/+1
* Implement file sets.Gerald Combs2012-10-011-1/+1
* Add a window pointer so that we can figure out from whence we came.Gerald Combs2012-10-011-6/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Evan Huus:Anders Broman2012-06-241-0/+44
* Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris2011-04-101-1/+1
* Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris2011-04-101-1/+1
* Define some vars & fcns as static;Bill Meier2010-10-121-5/+5
* When freeing the fileset entries, free the entry itself too.Jeff Morriss2010-08-201-0/+1
* Squelch some compiler warnings.Guy Harris2010-03-021-11/+11
* Removed some unused assignments.Stig Bjørlykke2009-11-101-2/+1
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+1
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-3/+3
* ETH -> WS updates.Gerald Combs2008-10-271-2/+2
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-10/+10
* Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris2007-07-141-1/+1
* suffix in file set is optionalTomas Kukosa2006-11-301-2/+5
* fix a minor bug: don't show a single file twice in the fileset dialogUlf Lamping2006-08-291-3/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available inGuy Harris2005-11-071-2/+2
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-33/+9
* while sorting the entries, don't use the file creation date but the filename ...Ulf Lamping2005-08-181-4/+4
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-4/+4
* do some code cleanup (from the previous commit) and close the directories ope...Ulf Lamping2005-05-181-23/+36
* don't crash, if the given filename doesn't contain a dot e.g. 'test123'Ulf Lamping2005-05-181-1/+1
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-0/+4
* fix buildbot reported problems (unix related), part 4, more GLib 1.x relatedUlf Lamping2005-04-301-2/+4
* fix buildbot reported problems (unix related), part 3, don't use GError with ...Ulf Lamping2005-04-301-4/+4
* fix buildbot reported problems (unix related), part 2, add some missing #incl...Ulf Lamping2005-04-291-0/+5
* fix buildbot reported problems (unix related), part 1Ulf Lamping2005-04-291-4/+5
* add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping2005-04-291-0/+389