Replace all strerror() with g_strerror().
[metze/wireshark/wip.git] / epan / filesystem.c
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-03-29 Jeff MorrissDon't put a 65536 byte variable on the stack: instead...
2011-03-23 Stig BjørlykkeFixed second parameter to create_persconffile_profile.
2011-03-23 Stig BjørlykkeEnsure we create the "Default" personal configuration...
2011-02-26 Stig BjørlykkeAdded functionality for handling global profiles.
2011-01-30 Bill MeierFix various instances of "unreachable code".
2010-12-07 Jeff MorrissMove getenv_utf8() to wsutil.
2010-11-22 Gerald CombsUse g_path_get_dirname in init_progfile_dir on Windows...
2010-10-01 Stig BjørlykkeAdd a new right-click popup menu for the statusbar...
2010-08-25 Gerald CombsAdd ws_load_library and ws_module_open, which respectiv...
2010-08-10 Anders BromanFrom Cal Turney:
2010-06-16 Guy HarrisHandle WTAP_ERR_SHORT_WRITE in file_write_error_message().
2010-03-02 Guy HarrisSquelch some compiler warnings, clean up indentation...
2009-12-21 Stig BjørlykkeSmall rewrite for glib < 2.14 to make it work more...
2009-12-21 Stig BjørlykkeMake copy_persconffile_profile work with glib < 2.14.
2009-12-21 Stig BjørlykkeAdded Copy Profile functionality.
2009-10-23 Stig BjørlykkeLoad lua scripts in the plugins directory, both global...
2009-10-05 Kovarththanan Raja... GetModuleFileName expects the size of the passed buffer...
2009-06-01 Stig BjørlykkeFixed a typo in a comment.
2009-05-29 Sebastien Tandelpython binding for wireshark (first commit)
2009-03-22 Guy HarrisSigh.
2009-03-22 Guy HarrisChange the signature of init_progfile_dir() so the...
2009-03-22 Guy HarrisIn Solaris, the second argument to dladdr() is just...
2009-03-22 Guy HarrisAttempt to use dladdr() to get the pathname of the...
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2009-01-20 Bill MeierFix some indentation
2008-12-20 Guy HarrisUmm, no. g_strdup() != g_strdup_printf(); the first...
2008-12-20 Gerald CombsFrom babi: Fix three overflows (bugs 3150 and 3151).
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-27 Gerald CombsETH -> WS updates.
2008-09-02 Bill MeierFix a few Emacs "file variables" to have "safe" values.
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 Guy HarrisRename an argument to avoid collisions with a global...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-15 Gerald CombsCheck in the OS X packaging patch from bug 2341, since...
2008-02-26 Jeff Morrissget_datafile_path() and get_persconffile_path() return...
2008-02-03 Stig BjørlykkeUps, fix a typo from last checkin.
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-27 Stig BjørlykkeDo not change profile if directory creation failed...
2008-01-24 Stig BjørlykkeAlways return a valid profile name from get_profile_name().
2008-01-15 Jeff MorrissInclude dirent.h if we have it (to fix glib-1 compile...
2008-01-14 Stig BjørlykkeThis patch adds support for configuration profiles...
2007-08-24 Richard van der... Don't build in init_plugin_dir if HAVE_PLUGINS is not...
2007-06-03 Bill Meier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-05-25 Guy HarrisNo need to call init_plugin_dir() - it gets called...
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-05-21 Guy HarrisHave init_progfile_dir() also check whether
2007-03-26 Stephen FisherFix a bunch more warnings. Add -Werror when using...
2007-03-14 Guy HarrisInclude <ctype.h> to define "isspace()".
2007-03-14 Ulf Lampingas requested by "John T. Haller" for PortableApps.com:
2007-03-02 Stephen FisherAdd a description for errno EINVAL (Invalid Argument) to
2007-01-15 Graeme LuntUpdate to get_persdatafile_dir() to choose a default...
2007-01-15 Ulf Lampingfix a warning
2007-01-15 Ulf LampingSHGetFolderPath is not available on MSVC 6 without...
2007-01-14 Ulf Lampingon my way to fix #301:
2007-01-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 Ulf Lampingfrom Laurent Rabret:
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-09-22 Gerald CombsAdd missing files from last commit. Fix an #include.
2006-09-02 Guy HarrisClean up indentation, etc.
2006-08-26 Graeme LuntU3 packaging, utility and Wireshark modifications that...
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.
next