From Richard van der Hoff:
[obnox/wireshark/wip.git] / epan / filesystem.c
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-04-12 ulflanother try to fix the unix build
2005-04-12 ulflbugfix for unix builds, remove leftover things from...
2005-04-12 ulfladd functions file_exists and file_identical to filesys...
2004-12-31 guy"gtk_entry_get_text()" returns a "const char *" - assig...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-24 guyAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 guyAdd a new "file_open_error_message()" routine in "epan...
2003-11-03 guyUse "g_get_tmp_dir()" to get the pathname of the tempor...
2003-11-03 geraldMake get_tempfile_path() work like get_datafile_path...
2003-11-02 geraldFrom Gisle Vanem:
2003-09-15 guyFrom Graeme Hewson:
2003-05-15 guyFrom Richard Urwin:
2003-03-26 guyPut in a comment about the "to what code does the confi...
2003-03-25 guyFix up a comment.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyAdd a routine to "epan/filesystem.c" to test whether...
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-01-04 guyIf the "parent directory" of what would be the personal...
2001-10-24 guyFix compile errors and code errors in the Win32 code.
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-10-24 guyOn Windows, put Ethereal configuration files under...
2001-10-23 guyInclude <direct.h> on Windows systems, to declare ...
2001-10-23 guyAdd a new routine to create the ".ethereal" directory...
2001-10-23 guyInclude <stdio.h> to declare "sprintf()".
2001-10-22 guyThe only reason we care about the user's home directory...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-08-21 guyFix some Win32 compilation warnings and errors.
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2001-03-31 hagbardremoved #include "util.h" from filesystem.c and resolv.c
2000-10-11 guyFix it to build on Windows.
2000-09-28 gramMore EPAN-related code movements. Get rid of usage...