GTK3 expose_event -> draw
[metze/wireshark/wip.git] / wsutil /
2011-08-17 Stig BjørlykkeFrom Gisle Vanem:
2011-08-17 Gerald CombsFrom Gisle Vanem: Make sure our SetProcessDEPPolicyHand...
2011-08-05 Jörg MayerAttempt to properly fix the missing path information...
2011-08-05 Gerald CombsUse GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil...
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-06 Gerald CombsAdd links to libtool's recommendations for library...
2011-06-04 Balint ReczeyReorganize dumpabi targets to keep temporary files
2011-05-31 Balint ReczeyFixing wrong library names in r37474
2011-05-31 Balint ReczeyAdd dumpabi target to Makefiles in wsutil, epan and...
2011-05-25 Gerald CombsFilter out arg_list_utf_16to8.
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-04-10 Guy HarrisWe have to define ws_statb64 before declaring routines...
2011-04-10 Guy HarrisTo fill in a ws_statb64, you must use ws_fstat64.
2011-04-10 Guy Harrisws_stdio_stat got renamed to ws_stdio_stat64.
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-04-10 Guy HarrisDefine ws_statb64 as struct stat *within* the "not...
2011-04-10 Guy HarrisDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 Guy HarrisAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2011-04-10 Guy HarrisUse AC_SYS_LARGEFILE to turn on large file support...
2011-02-17 Guy HarrisSquelch a warning from the MSVC++ static analyzer ...
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2011-02-01 Bill MeierWIN32 ==> _WIN32
2010-12-16 Balint ReczeyUpdate filter for Windows-only symbols.
2010-12-16 Balint ReczeyExport only defined symbols from libwsutil.
2010-12-07 Jeff MorrissInclude stdlib.h for getenv().
2010-12-07 Jeff MorrissMove getenv_utf8() to wsutil.
2010-12-07 Jeff MorrissRevert rev 35145 for wsutil: go back to exporting all...
2010-12-07 Balint ReczeyMake libtool export only symbols listed in *.def files
2010-12-01 Stephen FisherAdd extern "C" to more header files.
2010-12-01 Stephen FisherAdd #ifndef __PRIVILEGES_H__ / #define / #endif logic...
2010-11-25 Balint ReczeyAdd libtool version info to libwsutil.
2010-11-22 Gerald CombsMake sure we pass a directory path and not a file path to
2010-09-23 Jörg MayerH. Sivank <hsivank@gmail.com>
2010-09-16 Gerald CombsMore typos.
2010-09-16 Gerald CombsFix a typo.
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-09-15 Jeff MorrissAlso rename inet_ntop() on Windows
2010-09-15 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-08-27 Gerald CombsForward-port r33953.
2010-08-26 Gerald CombsAdd a newline. Fixup whitespace.
2010-08-25 Gerald CombsMove Windows-specific material inside an appropriate...
2010-08-25 Gerald CombsAdd ws_load_library and ws_module_open, which respectiv...
2010-05-29 Jeff MorrissInclude glib.h (for g_snprintf).
2010-05-29 Jeff MorrissAdd braces to avoid an ambiguous else
2010-05-29 Jeff MorrissPut the optional objects in EXTRA..SOURCES instead...
2010-05-29 Jeff MorrissMake inet_aton an optional object on *NIX again
2010-05-28 Jeff MorrissAdd a missing variable from wsgetopt
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-03-18 Jörg Mayercmake changes:
2009-11-17 Jörg MayerBeginnings of enabling static builds. Still to do:
2009-09-23 Jörg MayerHopefully fix wsutil build on OSX.
2009-08-31 Kovarththanan Raja... Add utf_8to16_snprintf() which creates a UTF16 string...
2009-08-30 Kovarththanan Raja... On Windows a shared library in divided into a DLL part...
2009-07-16 Anders BromanMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 Anders BromanAdd /MP flag to make use of multi cores.
2009-06-16 Jörg MayerOK, so my last commit message was too optimistic -...
2009-06-15 Jörg MayerCMake now successfully builds dumpcap
2009-03-08 Bill MeierFix ws_stdio_unlink so it works properly on WIndows...
2009-03-06 Bill MeierUpdate a comment
2009-03-02 Gerald CombsMore Windows compiler flag cleanups. Fix a problem...
2009-01-17 Bill MeierRevise ascii...inplace to return a ptr to the string
2008-12-22 Guy Harriswtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_...
2008-12-22 Guy HarrisMove wtap_pcap_encap_to_wtap_encap() and wtap_wtap_enca...
2008-12-17 Tomas Kukosacommit forgotten changed file
2008-12-17 Tomas Kukosatype conversion gdouble<->guint64 is not supported...
2008-11-16 Anders BromanFrom Max Filippov:
2008-10-27 Gerald CombsETH -> WS updates.
2008-09-19 Jeff MorrissAdd a newline at the end of the file
2008-09-19 Gerald CombsSet SVN properties.
2008-09-19 Gerald CombsMove wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_...
2008-09-03 Guy HarrisI hate Windows.
2008-09-03 Guy Harrisg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-21 Gerald Combs_MSC_VERs 1400 and greater require manifests. Check...
2008-08-13 Stig BjørlykkeAnother try to fix the cast problem.
2008-08-13 Stig BjørlykkeAdd a cast to avoid a warning.
2008-08-13 Stig BjørlykkeAdded libwsutil.def to EXTRA_DIST
2008-08-12 Guy HarrisTake courage!
2008-08-12 Gerald CombsFix a bunch of Win64 compilation errors by cowardly...
2008-08-04 Gerald CombsFrom Pascal Quantin via bug 2719: Fix support for Micro...
2008-07-17 Bill MeiercheckAPIs: remove '-g abort'; g_assert OK for wsutils...
2008-07-11 Jeff Morrissunicode-utils.c is only for Windows; don't build it...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c symbols from...
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-27 Gerald CombsHave checkAPIs.pl print to stderr, so that its output...
2008-06-03 Anders BromanFix run checkapi for more targets.
2008-05-23 Guy Harrisfile_util.c is only for Windows; don't build it on...
2008-05-23 Guy HarrisAdd a Makefile.common file, and have Makefile.am and...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-20 Jeff MorrissCreate a new "Wireshark utility" library and move the...