This patch adds support for configuration profiles, which can be used to
[obnox/wireshark/wip.git] / epan / filesystem.c
2008-01-14 stigThis patch adds support for configuration profiles...
2007-08-24 richardvDon't build in init_plugin_dir if HAVE_PLUGINS is not...
2007-06-03 wmeier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-05-25 guyNo need to call init_plugin_dir() - it gets called...
2007-05-25 legoHave editcap and capinfos loading the wiretap plugins.
2007-05-21 guyHave init_progfile_dir() also check whether
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2007-03-14 guyInclude <ctype.h> to define "isspace()".
2007-03-14 ulflas requested by "John T. Haller" for PortableApps.com:
2007-03-02 sfisherAdd a description for errno EINVAL (Invalid Argument) to
2007-01-15 galUpdate to get_persdatafile_dir() to choose a default...
2007-01-15 ulflfix a warning
2007-01-15 ulflSHGetFolderPath is not available on MSVC 6 without...
2007-01-14 ulflon my way to fix #301:
2007-01-12 ulflWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 ulflfrom Laurent Rabret:
2007-01-02 guyAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-09-22 geraldAdd missing files from last commit. Fix an #include.
2006-09-02 guyClean up indentation, etc.
2006-08-26 galU3 packaging, utility and Wireshark modifications that...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 sahlbergethereal->wireshark
2006-05-21 sahlbergname change
2006-05-18 guyAs suggested by Jim Prince, pass the right argument...
2006-05-01 guyIt's g_strdup_printf(), not g_sprintf_alloc().
2006-05-01 guyHandle the case where we *can't* determine the pathname...
2006-03-08 geraldInclude tchar.h only if we're running Windows. Fixup...
2006-03-08 geraldUse Unicode for all native Win32 calls. Unicode Window...
2006-02-14 guyFix the loop that checks $PATH for the binary to actual...
2006-02-12 guyAdd a routine to attempt to get the absolute pathname...
2006-02-08 guyFix up some comments.
2006-02-08 guyClean up the comments for files_identical(), and fix...
2006-02-08 legoMake file_exists() work on macosx (and other unices)
2006-01-12 ulflfix #648:
2005-11-07 guyUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-08 ulflvarious code cleanup:
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...