Tethereal/tethereal -> TShark/tshark.
[gd/wireshark/.git] / epan / filesystem.c
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark
2006-05-21 Ronnie Sahlbergname change
2006-05-18 Guy HarrisAs suggested by Jim Prince, pass the right argument...
2006-05-01 Guy HarrisIt's g_strdup_printf(), not g_sprintf_alloc().
2006-05-01 Guy HarrisHandle the case where we *can't* determine the pathname...
2006-03-08 Gerald CombsInclude tchar.h only if we're running Windows. Fixup...
2006-03-08 Gerald CombsUse Unicode for all native Win32 calls. Unicode Window...
2006-02-14 Guy HarrisFix the loop that checks $PATH for the binary to actual...
2006-02-12 Guy HarrisAdd a routine to attempt to get the absolute pathname...
2006-02-08 Guy HarrisFix up some comments.
2006-02-08 Guy HarrisClean up the comments for files_identical(), and fix...
2006-02-08 Luis OntanonMake file_exists() work on macosx (and other unices)
2006-01-12 Ulf Lampingfix #648:
2005-11-07 Guy HarrisUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-04-12 Ulf Lampinganother try to fix the unix build
2005-04-12 Ulf Lampingbugfix for unix builds, remove leftover things from...
2005-04-12 Ulf Lampingadd functions file_exists and file_identical to filesys...
2004-12-31 Guy Harris"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-24 Guy HarrisAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 Guy HarrisAdd a new "file_open_error_message()" routine in "epan...
2003-11-03 Guy HarrisUse "g_get_tmp_dir()" to get the pathname of the tempor...
2003-11-03 Gerald CombsMake get_tempfile_path() work like get_datafile_path...
2003-11-02 Gerald CombsFrom Gisle Vanem:
2003-09-15 Guy HarrisFrom Graeme Hewson:
2003-05-15 Guy HarrisFrom Richard Urwin:
2003-03-26 Guy HarrisPut in a comment about the "to what code does the confi...
2003-03-25 Guy HarrisFix up a comment.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 Guy HarrisAdd a routine to "epan/filesystem.c" to test whether...
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-01-04 Guy HarrisIf the "parent directory" of what would be the personal...
2001-10-24 Guy HarrisFix compile errors and code errors in the Win32 code.
2001-10-24 Guy HarrisHave a routine that takes a file name for a personal...
2001-10-24 Guy HarrisOn Windows, put Ethereal configuration files under...
2001-10-23 Guy HarrisInclude <direct.h> on Windows systems, to declare ...
2001-10-23 Guy HarrisAdd a new routine to create the ".ethereal" directory...
2001-10-23 Guy HarrisInclude <stdio.h> to declare "sprintf()".
2001-10-22 Guy HarrisThe only reason we care about the user's home directory...
2001-10-22 Guy HarrisAdd a routine to get the directory in which personal...
2001-10-21 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-08-21 Guy HarrisFix some Win32 compilation warnings and errors.
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-04-02 Guy Harris"get_home_dir()", in "epan/filesystem.c", uses
2001-03-31 Ed Warnickeremoved #include "util.h" from filesystem.c and resolv.c
2000-10-11 Guy HarrisFix it to build on Windows.
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...