cd ../gtk ==> cd ../ui/gtk
[obnox/wireshark/wip.git] / epan / filesystem.c
2011-11-19 guyWhen reporting "sorry, *this* packet can't be written...
2011-10-09 stigCheck for NULL pointer in file_exists().
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-01 guyIf we're running from the build directory, check the...
2011-07-11 geraldMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-03-23 stigFixed second parameter to create_persconffile_profile.
2011-03-23 stigEnsure we create the "Default" personal configuration...
2011-02-26 stigAdded functionality for handling global profiles.
2011-01-30 wmeierFix various instances of "unreachable code".
2010-12-07 morrissMove getenv_utf8() to wsutil.
2010-11-22 geraldUse g_path_get_dirname in init_progfile_dir on Windows...
2010-10-01 stigAdd a new right-click popup menu for the statusbar...
2010-08-25 geraldAdd ws_load_library and ws_module_open, which respectiv...
2010-08-10 etxrabFrom Cal Turney:
2010-06-16 guyHandle WTAP_ERR_SHORT_WRITE in file_write_error_message().
2010-03-02 guySquelch some compiler warnings, clean up indentation...
2009-12-21 stigSmall rewrite for glib < 2.14 to make it work more...
2009-12-21 stigMake copy_persconffile_profile work with glib < 2.14.
2009-12-21 stigAdded Copy Profile functionality.
2009-10-23 stigLoad lua scripts in the plugins directory, both global...
2009-10-05 krjGetModuleFileName expects the size of the passed buffer...
2009-06-01 stigFixed a typo in a comment.
2009-05-29 standelpython binding for wireshark (first commit)
2009-03-22 guySigh.
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-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-02-15 guyAdd a routine to report write errors to the list of...
2009-01-20 wmeierFix some indentation
2008-12-20 guyUmm, no. g_strdup() != g_strdup_printf(); the first...
2008-12-20 geraldFrom babi: Fix three overflows (bugs 3150 and 3151).
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-27 geraldETH -> WS updates.
2008-09-02 wmeierFix a few Emacs "file variables" to have "safe" values.
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 guyRename an argument to avoid collisions with a global...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-07 sfisher- Remove GLIB1 code
2008-03-15 geraldCheck in the OS X packaging patch from bug 2341, since...
2008-02-26 morrissget_datafile_path() and get_persconffile_path() return...
2008-02-03 stigUps, fix a typo from last checkin.
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-27 stigDo not change profile if directory creation failed...
2008-01-24 stigAlways return a valid profile name from get_profile_name().
2008-01-15 morrissInclude dirent.h if we have it (to fix glib-1 compile...
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...
next