From Colin O'Flynn:
[obnox/wireshark/wip.git] / epan / filesystem.h
2011-02-26 stigAdded functionality for handling global profiles.
2010-12-07 morrissMove getenv_utf8() to wsutil.
2010-12-01 sfisherAdd extern "C" to more header files.
2010-10-01 stigAdd a new right-click popup menu for the statusbar...
2010-08-10 etxrabFrom Cal Turney:
2010-03-02 guySquelch some compiler warnings, clean up indentation...
2009-12-21 stigAdded Copy Profile functionality.
2009-10-23 stigLoad lua scripts in the plugins directory, both global...
2009-05-29 standelpython binding for wireshark (first commit)
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-02-15 guyAdd a routine to report write errors to the list of...
2009-02-11 ulflfix a comment
2008-08-02 wmeierWIN32 ==> _WIN32
2008-06-23 guyRename an argument to avoid collisions with a global...
2008-02-26 morrissget_datafile_path() and get_persconffile_path() return...
2008-01-24 stigAlways return a valid profile name from get_profile_name().
2008-01-14 stigThis patch adds support for configuration profiles...
2007-05-25 guyNo need to call init_plugin_dir() - it gets called...
2007-03-14 ulflas requested by "John T. Haller" for PortableApps.com:
2007-01-14 ulflon my way to fix #301:
2007-01-02 guyAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-01 guyHandle the case where we *can't* determine the pathname...
2006-02-12 guyAdd a routine to attempt to get the absolute pathname...
2006-01-12 ulflfix #648:
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
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-11 lrolandAdd functions to the old and the new plugin api for...
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-18 guyFrom Tomas Kukosa: add "extern"s so that the plugin...
2003-11-02 geraldFrom Gisle Vanem:
2003-05-15 guyFrom Richard Urwin:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-23 guyAdd a routine to "epan/filesystem.c" to test whether...
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 guyAdd a new routine to create the ".ethereal" directory...
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 guyOn Windows, use the directory in which the binary resid...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2000-12-22 nneulfix '#endif FRED' to '#endif /* FRED */'
2000-09-28 gramMore EPAN-related code movements. Get rid of usage...