aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-24From Evan Huus:etxrab1-0/+44
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aguy1-1/+1
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.guy1-1/+1
2010-10-12Define some vars & fcns as static;wmeier1-5/+5
2010-08-20When freeing the fileset entries, free the entry itself too.morriss1-0/+1
2010-03-02From Hitoshi Irino:etxrab1-11/+11
2009-11-10Removed some unused assignments.stig1-2/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-3/+3
2008-10-27ETH -> WS updates.gerald1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-10/+10
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereguy1-1/+1
2006-11-30suffix in file set is optionalkukosa1-2/+5
2006-08-29fix a minor bug: don't show a single file twice in the fileset dialogulfl1-3/+1
2006-05-21name changesahlberg1-2/+2
2005-11-07Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available inguy1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-33/+9
2005-08-18while sorting the entries, don't use the file creation date but the filename ...ulfl1-4/+4
2005-08-14Some 'no previous declararion' warning fixesjmayer1-4/+4
2005-05-18do some code cleanup (from the previous commit) and close the directories ope...ulfl1-23/+36
2005-05-18don't crash, if the given filename doesn't contain a dot e.g. 'test123'ulfl1-1/+1
2005-04-30(hopefully) removed various gcc warningsulfl1-0/+4
2005-04-30fix buildbot reported problems (unix related), part 4, more GLib 1.x relatedulfl1-2/+4
2005-04-30fix buildbot reported problems (unix related), part 3, don't use GError with ...ulfl1-4/+4
2005-04-29fix buildbot reported problems (unix related), part 2, add some missing #incl...ulfl1-0/+5
2005-04-29fix buildbot reported problems (unix related), part 1ulfl1-4/+5
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...ulfl1-0/+389