aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-284-85/+0
* Add links to libtool's recommendations for library versions.Gerald Combs2011-06-061-0/+1
* Reorganize dumpabi targets to keep temporary filesBalint Reczey2011-06-041-2/+3
* Fixing wrong library names in r37474Balint Reczey2011-05-311-2/+2
* Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey2011-05-311-0/+10
* Filter out arg_list_utf_16to8.Gerald Combs2011-05-251-1/+1
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-244-1/+30
* 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
* ws_stdio_stat got renamed to ws_stdio_stat64.Guy Harris2011-04-101-1/+1
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-102-11/+13
* 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
* Squelch a warning from the MSVC++ static analyzer (it's worried thatGuy Harris2011-02-171-5/+29
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-4/+3
* WIN32 ==> _WIN32Bill Meier2011-02-012-4/+4
* Update filter for Windows-only symbols.Balint Reczey2010-12-161-1/+1
* Export only defined symbols from libwsutil.Balint Reczey2010-12-161-13/+58
* Include stdlib.h for getenv().Jeff Morriss2010-12-071-0/+1
* Move getenv_utf8() to wsutil.Jeff Morriss2010-12-074-7/+60
* Revert rev 35145 for wsutil: go back to exporting all symbols. libwsutil's l...Jeff Morriss2010-12-071-6/+2
* Make libtool export only symbols listed in *.def filesBalint Reczey2010-12-071-2/+6
* Add extern "C" to more header files.Stephen Fisher2010-12-011-0/+8
* Add #ifndef __PRIVILEGES_H__ / #define / #endif logic to prevent multipleStephen Fisher2010-12-011-0/+5
* Add libtool version info to libwsutil.Balint Reczey2010-11-251-0/+1
* Make sure we pass a directory path and not a file path toGerald Combs2010-11-221-5/+9
* H. Sivank <hsivank@gmail.com>Jörg Mayer2010-09-231-1/+1
* More typos.Gerald Combs2010-09-161-3/+3
* Fix a typo.Gerald Combs2010-09-161-1/+1
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-163-9/+20
* Also rename inet_ntop() on WindowsJeff Morriss2010-09-152-5/+7
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 differently:Jeff Morriss2010-09-152-1/+12
* Forward-port r33953.Gerald Combs2010-08-273-0/+30
* Add a newline. Fixup whitespace.Gerald Combs2010-08-261-7/+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-253-2/+134
* Include glib.h (for g_snprintf).Jeff Morriss2010-05-291-0/+1
* Add braces to avoid an ambiguous elseJeff Morriss2010-05-291-1/+2
* Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.Jeff Morriss2010-05-292-21/+25
* Make inet_aton an optional object on *NIX againJeff Morriss2010-05-293-4/+7
* Add a missing variable from wsgetoptJeff Morriss2010-05-281-0/+1
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-2817-8/+2849
* cmake changes:Jörg Mayer2010-03-181-0/+1
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-171-5/+9
* Hopefully fix wsutil build on OSX.Jörg Mayer2009-09-231-0/+6
* Add utf_8to16_snprintf() which creates a UTF16 string according to the given ...Kovarththanan Rajaratnam2009-08-313-6/+31
* On Windows a shared library in divided into a DLL part (RUNTIME) and an impor...Kovarththanan Rajaratnam2009-08-301-2/+5
* Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman2009-07-161-1/+1