aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-313/+319
2016-06-21pcap: Add support to "new" Npcap native mode without setting PATHYang Luo1-0/+9
2016-06-16file_util.c: do not search in Npcap installation folder when calling ws_load_...Pascal Quantin1-13/+0
2016-06-03Add support for Npcap native mode:Yang Luo1-2/+33
2016-04-03wsutil: Remove getenv_utf8(), replaced with g_getenv()João Valverde1-33/+0
2016-03-30ws_load_library() is called with constant char reflect that.MSVC15 build.AndersBroman1-1/+1
2015-11-06file_util.h includes io.h, we don't need to do so ourselves.Guy Harris1-7/+32
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-140/+153
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-16Trivial: Fix typo.Chris Maynard1-4/+4
2013-02-20As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a sessionGerald Combs1-1/+23
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-08-17From Gisle Vanem:Stig Bjørlykke1-2/+3
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-3/+0
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-3/+3
2010-12-07Include stdlib.h for getenv().Jeff Morriss1-0/+1
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss1-4/+44
2010-11-22Make sure we pass a directory path and not a file path toGerald Combs1-5/+9
2010-08-27Forward-port r33953.Gerald Combs1-0/+22
2010-08-26Add a newline. Fixup whitespace.Gerald Combs1-7/+7
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-2/+112
2009-03-08Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.Bill Meier1-5/+5
2008-08-13Another try to fix the cast problem.Stig Bjørlykke1-1/+1
2008-08-13Add a cast to avoid a warning.Stig Bjørlykke1-1/+1
2008-08-12Take courage!Guy Harris1-2/+2
2008-08-12Fix a bunch of Win64 compilation errors by cowardly casting size_ts to ints.Gerald Combs1-1/+1
2008-05-23file_util.c is only for Windows; don't build it on UN*X. Put in a checkGuy Harris1-37/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-0/+476