aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2011-08-05Attempt to properly fix the missing path information for glib librariesjmayer1-1/+1
2011-08-05Use GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil, since itgerald1-1/+1
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald2-19/+0
2011-06-28Replace all strerror() with g_strerror().stig4-85/+0
2011-06-06Add links to libtool's recommendations for library versions.gerald1-0/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesrbalint1-2/+3
2011-05-31Fixing wrong library names in r37474rbalint1-2/+2
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.rbalint1-0/+10
2011-05-25Filter out arg_list_utf_16to8.gerald1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.gerald4-1/+30
2011-04-10We have to define ws_statb64 before declaring routines that use it.guy1-33/+40
2011-04-10To fill in a ws_statb64, you must use ws_fstat64.guy1-1/+1
2011-04-10ws_stdio_stat got renamed to ws_stdio_stat64.guy1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy2-11/+13
2011-04-10Define ws_statb64 as struct stat *within* the "not Windows" block.guy1-1/+1
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aguy1-0/+10
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.guy1-1/+3
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatguy1-10/+10
2011-02-17Squelch a warning from the MSVC++ static analyzer (it's worried thatguy1-5/+29
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-4/+3
2011-02-01WIN32 ==> _WIN32wmeier2-4/+4
2010-12-16Update filter for Windows-only symbols.rbalint1-1/+1
2010-12-16Export only defined symbols from libwsutil.rbalint1-13/+58
2010-12-07Include stdlib.h for getenv().morriss1-0/+1
2010-12-07Move getenv_utf8() to wsutil.morriss4-7/+60
2010-12-07Revert rev 35145 for wsutil: go back to exporting all symbols. libwsutil's l...morriss1-6/+2
2010-12-07Make libtool export only symbols listed in *.def filesrbalint1-2/+6
2010-12-01Add extern "C" to more header files.sfisher1-0/+8
2010-12-01Add #ifndef __PRIVILEGES_H__ / #define / #endif logic to prevent multiplesfisher1-0/+5
2010-11-25Add libtool version info to libwsutil.rbalint1-0/+1
2010-11-22Make sure we pass a directory path and not a file path togerald1-5/+9
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-09-16More typos.gerald1-3/+3
2010-09-16Fix a typo.gerald1-1/+1
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().gerald3-9/+20
2010-09-15Also rename inet_ntop() on Windowsmorriss2-5/+7
2010-09-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 differently:morriss2-1/+12
2010-08-27Forward-port r33953.gerald3-0/+30
2010-08-26Add a newline. Fixup whitespace.gerald1-7/+7
2010-08-25Move Windows-specific material inside an appropriate #ifdef.gerald1-17/+17
2010-08-25Add ws_load_library and ws_module_open, which respectively callgerald3-2/+134
2010-05-29Include glib.h (for g_snprintf).morriss1-0/+1
2010-05-29Add braces to avoid an ambiguous elsemorriss1-1/+2
2010-05-29Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.morriss2-21/+25
2010-05-29Make inet_aton an optional object on *NIX againmorriss3-4/+7
2010-05-28Add a missing variable from wsgetoptmorriss1-0/+1
2010-05-28Move some code (including the optional objects) into libwsutilmorriss17-8/+2849
2010-03-18cmake changes:jmayer1-0/+1
2009-11-17Beginnings of enabling static builds. Still to do:jmayer1-5/+9
2009-09-23Hopefully fix wsutil build on OSX.jmayer1-0/+6