| Commit message (Expand) | Author | Age | Files | Lines |
* | Use getc_unlocked in a few places. | Gerald Combs | 2016-06-13 | 1 | -0/+2 |
* | Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE. | Gerald Combs | 2016-04-13 | 1 | -0/+15 |
* | wsutil: Remove getenv_utf8(), replaced with g_getenv() | João Valverde | 2016-04-03 | 1 | -5/+0 |
* | ws_load_library() is called with constant char reflect that.MSVC15 build. | AndersBroman | 2016-03-30 | 1 | -1/+1 |
* | Use ws_{read,write,fdopen,close}. | Guy Harris | 2015-11-08 | 1 | -0/+7 |
* | Clean up includes of unistd.h, fcntl.h, and sys/stat.h. | Guy Harris | 2015-11-07 | 1 | -7/+13 |
* | Use ws_fstat64() to determine the size of an open file. | Guy Harris | 2015-06-30 | 1 | -0/+18 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -20/+10 |
* | Export libwsutil symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-02-28 | 1 | -0/+15 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -0/+7 |
* | fclose() and fflush() are standard C routines, so there's no need for | Guy Harris | 2012-12-20 | 1 | -4/+0 |
* | Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils. | Michael Tüxen | 2012-12-20 | 1 | -0/+6 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Update comments to reflect that the GLib version is no longer relevant | Guy Harris | 2012-05-22 | 1 | -6/+16 |
* | More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions | Gerald Combs | 2011-07-11 | 1 | -16/+0 |
* | We have to define ws_statb64 before declaring routines that use it. | Guy Harris | 2011-04-10 | 1 | -33/+40 |
* | To fill in a ws_statb64, you must use ws_fstat64. | Guy Harris | 2011-04-10 | 1 | -1/+1 |
* | Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64 | Guy Harris | 2011-04-10 | 1 | -8/+10 |
* | Define ws_statb64 as struct stat *within* the "not Windows" block. | Guy Harris | 2011-04-10 | 1 | -1/+1 |
* | Define ws_statb64 to be the appropriate "struct XXX" for a | Guy Harris | 2011-04-10 | 1 | -0/+10 |
* | Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows. | Guy Harris | 2011-04-10 | 1 | -1/+3 |
* | Use AC_SYS_LARGEFILE to turn on large file support on platforms that | Guy Harris | 2011-04-10 | 1 | -10/+10 |
* | Move getenv_utf8() to wsutil. | Jeff Morriss | 2010-12-07 | 1 | -0/+6 |
* | Forward-port r33953. | Gerald Combs | 2010-08-27 | 1 | -0/+7 |
* | Move Windows-specific material inside an appropriate #ifdef. | Gerald Combs | 2010-08-25 | 1 | -17/+17 |
* | Add ws_load_library and ws_module_open, which respectively call | Gerald Combs | 2010-08-25 | 1 | -0/+20 |
* | Update a comment | Bill Meier | 2009-03-06 | 1 | -3/+3 |
* | ETH -> WS updates. | Gerald Combs | 2008-10-27 | 1 | -2/+2 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -0/+126 |