aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04Fix memleaks related to get_dirnamePeter Wu1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-2/+1
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2012-10-22g_strcmp0 first occures in GLIB 2.16 define it localy if it does not existAnders Broman1-0/+1
2012-10-01Implement file sets.Gerald Combs1-1/+1
2012-10-01Add a window pointer so that we can figure out from whence we came.Gerald Combs1-6/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-24From Evan Huus:Anders Broman1-0/+44
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris1-1/+1
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris1-1/+1
2010-10-12Define some vars & fcns as static;Bill Meier1-5/+5
2010-08-20When freeing the fileset entries, free the entry itself too.Jeff Morriss1-0/+1
2010-03-02Squelch some compiler warnings.Guy Harris1-11/+11
2009-11-10Removed some unused assignments.Stig Bjørlykke1-2/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-3/+3
2008-10-27ETH -> WS updates.Gerald Combs1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-10/+10
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-1/+1
2006-11-30suffix in file set is optionalTomas Kukosa1-2/+5
2006-08-29fix a minor bug: don't show a single file twice in the fileset dialogUlf Lamping1-3/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-07Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available inGuy Harris1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-33/+9
2005-08-18while sorting the entries, don't use the file creation date but the filename ...Ulf Lamping1-4/+4
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-4/+4
2005-05-18do some code cleanup (from the previous commit) and close the directories ope...Ulf Lamping1-23/+36
2005-05-18don't crash, if the given filename doesn't contain a dot e.g. 'test123'Ulf Lamping1-1/+1
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-0/+4
2005-04-30fix buildbot reported problems (unix related), part 4, more GLib 1.x relatedUlf Lamping1-2/+4
2005-04-30fix buildbot reported problems (unix related), part 3, don't use GError with ...Ulf Lamping1-4/+4
2005-04-29fix buildbot reported problems (unix related), part 2, add some missing #incl...Ulf Lamping1-0/+5
2005-04-29fix buildbot reported problems (unix related), part 1Ulf Lamping1-4/+5
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-0/+389