aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Trivial: Fix typo.Chris Maynard2013-09-161-4/+4
* As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a sessionGerald Combs2013-02-201-1/+23
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+7
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Gisle Vanem:Stig Bjørlykke2011-08-171-2/+3
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-3/+0
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-101-3/+3
* Include stdlib.h for getenv().Jeff Morriss2010-12-071-0/+1
* Move getenv_utf8() to wsutil.Jeff Morriss2010-12-071-4/+44
* Make sure we pass a directory path and not a file path toGerald Combs2010-11-221-5/+9
* Forward-port r33953.Gerald Combs2010-08-271-0/+22
* Add a newline. Fixup whitespace.Gerald Combs2010-08-261-7/+7
* Add ws_load_library and ws_module_open, which respectively callGerald Combs2010-08-251-2/+112
* Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.Bill Meier2009-03-081-5/+5
* Another try to fix the cast problem.Stig Bjørlykke2008-08-131-1/+1
* Add a cast to avoid a warning.Stig Bjørlykke2008-08-131-1/+1
* Take courage!Guy Harris2008-08-121-2/+2
* Fix a bunch of Win64 compilation errors by cowardly casting size_ts to ints.Gerald Combs2008-08-121-1/+1
* file_util.c is only for Windows; don't build it on UN*X. Put in a checkGuy Harris2008-05-231-37/+4
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-0/+476