aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/file_util.h
AgeCommit message (Expand)AuthorFilesLines
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