Fix the types of some multi-bit bitfields - they're not Booleans. Give
[metze/wireshark/wip.git] / epan / filesystem.c
2013-09-03 Michael TüxenFix a syntax error in a FreeBSD specific code part.
2013-08-14 Guy HarrisUN*X pathnames + PL/I's comment syntax = surprises...
2013-08-13 Guy HarrisAdd in more comments on the whole "get the path of...
2013-08-12 Guy HarrisJust check whether dladdr() is available; we check...
2013-08-12 Guy HarrisTell a bit more of the story of dladdr()'s ability...
2013-08-12 Guy HarrisFix a comment.
2013-08-12 Guy HarrisAdd in a bunch of UNIX-platform-specific ways of gettin...
2013-08-12 Guy HarrisAdd a comment discussing the layout of application...
2013-08-12 Guy HarrisIf we weren't started with special privileges, try...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-06-03 Guy HarrisPut a space between "because" and the next word.
2013-06-01 Guy HarrisWhen allocating the frame table for a NetMon file,...
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-05 Anders BromanUse explicit casts.
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-17 Guy Harris"Wireshark", in this context, mainly means "libwireshar...
2012-10-17 Anders BromanRead the program name rather than hardcoding it.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-09 Chris MaynardBe sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in...
2011-11-19 Guy HarrisWhen reporting "sorry, *this* packet can't be written...
2011-10-09 Stig BjørlykkeCheck for NULL pointer in file_exists().
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-09-01 Guy HarrisIf we're running from the build directory, check the...
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
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...
next