aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
Commit message (Expand)AuthorAgeFilesLines
* 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