aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.h
Commit message (Expand)AuthorAgeFilesLines
* Use getc_unlocked in a few places.Gerald Combs2016-06-131-0/+2
* Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs2016-04-131-0/+15
* wsutil: Remove getenv_utf8(), replaced with g_getenv()João Valverde2016-04-031-5/+0
* ws_load_library() is called with constant char reflect that.MSVC15 build.AndersBroman2016-03-301-1/+1
* Use ws_{read,write,fdopen,close}.Guy Harris2015-11-081-0/+7
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-7/+13
* Use ws_fstat64() to determine the size of an open file.Guy Harris2015-06-301-0/+18
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-20/+10
* Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-0/+15
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-0/+7
* fclose() and fflush() are standard C routines, so there's no need forGuy Harris2012-12-201-4/+0
* Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen2012-12-201-0/+6
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Update comments to reflect that the GLib version is no longer relevantGuy Harris2012-05-221-6/+16
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-16/+0
* We have to define ws_statb64 before declaring routines that use it.Guy Harris2011-04-101-33/+40
* To fill in a ws_statb64, you must use ws_fstat64.Guy Harris2011-04-101-1/+1
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-101-8/+10
* Define ws_statb64 as struct stat *within* the "not Windows" block.Guy Harris2011-04-101-1/+1
* Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris2011-04-101-0/+10
* Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris2011-04-101-1/+3
* Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris2011-04-101-10/+10
* Move getenv_utf8() to wsutil.Jeff Morriss2010-12-071-0/+6
* Forward-port r33953.Gerald Combs2010-08-271-0/+7
* Move Windows-specific material inside an appropriate #ifdef.Gerald Combs2010-08-251-17/+17
* Add ws_load_library and ws_module_open, which respectively callGerald Combs2010-08-251-0/+20
* Update a commentBill Meier2009-03-061-3/+3
* ETH -> WS updates.Gerald Combs2008-10-271-2/+2
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-0/+126