aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-0/+4
2016-06-13Use getc_unlocked in a few places.Gerald Combs1-0/+2
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-0/+15
2016-04-03wsutil: Remove getenv_utf8(), replaced with g_getenv()João Valverde1-5/+0
2016-03-30ws_load_library() is called with constant char reflect that.MSVC15 build.AndersBroman1-1/+1
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-0/+7
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-7/+13
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris1-0/+18
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-20/+10
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+15
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+7
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris1-4/+0
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-0/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-22Update comments to reflect that the GLib version is no longer relevantGuy Harris1-6/+16
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-16/+0
2011-04-10We have to define ws_statb64 before declaring routines that use it.Guy Harris1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.Guy Harris1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-8/+10
2011-04-10Define ws_statb64 as struct stat *within* the "not Windows" block.Guy Harris1-1/+1
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris1-0/+10
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris1-1/+3
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris1-10/+10
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss1-0/+6
2010-08-27Forward-port r33953.Gerald Combs1-0/+7
2010-08-25Move Windows-specific material inside an appropriate #ifdef.Gerald Combs1-17/+17
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-0/+20
2009-03-06Update a commentBill Meier1-3/+3
2008-10-27ETH -> WS updates.Gerald Combs1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-0/+126