From Mathieu Parent:
[obnox/wireshark/wip.git] / wsutil /
2010-12-16 rbalintUpdate filter for Windows-only symbols.
2010-12-16 rbalintExport only defined symbols from libwsutil.
2010-12-07 morrissInclude stdlib.h for getenv().
2010-12-07 morrissMove getenv_utf8() to wsutil.
2010-12-07 morrissRevert rev 35145 for wsutil: go back to exporting all...
2010-12-07 rbalintMake libtool export only symbols listed in *.def files
2010-12-01 sfisherAdd extern "C" to more header files.
2010-12-01 sfisherAdd #ifndef __PRIVILEGES_H__ / #define / #endif logic...
2010-11-25 rbalintAdd libtool version info to libwsutil.
2010-11-22 geraldMake sure we pass a directory path and not a file path to
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-09-16 geraldMore typos.
2010-09-16 geraldFix a typo.
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-09-15 morrissAlso rename inet_ntop() on Windows
2010-09-15 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-08-27 geraldForward-port r33953.
2010-08-26 geraldAdd a newline. Fixup whitespace.
2010-08-25 geraldMove Windows-specific material inside an appropriate...
2010-08-25 geraldAdd ws_load_library and ws_module_open, which respectiv...
2010-05-29 morrissInclude glib.h (for g_snprintf).
2010-05-29 morrissAdd braces to avoid an ambiguous else
2010-05-29 morrissPut the optional objects in EXTRA..SOURCES instead...
2010-05-29 morrissMake inet_aton an optional object on *NIX again
2010-05-28 morrissAdd a missing variable from wsgetopt
2010-05-28 morrissMove some code (including the optional objects) into...
2010-03-18 jmayercmake changes:
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-09-23 jmayerHopefully fix wsutil build on OSX.
2009-08-31 krjAdd utf_8to16_snprintf() which creates a UTF16 string...
2009-08-30 krjOn Windows a shared library in divided into a DLL part...
2009-07-16 etxrabMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 etxrabAdd /MP flag to make use of multi cores.
2009-06-16 jmayerOK, so my last commit message was too optimistic -...
2009-06-15 jmayerCMake now successfully builds dumpcap
2009-03-08 wmeierFix ws_stdio_unlink so it works properly on WIndows...
2009-03-06 wmeierUpdate a comment
2009-03-02 geraldMore Windows compiler flag cleanups. Fix a problem...
2009-01-17 wmeierRevise ascii...inplace to return a ptr to the string
2008-12-22 guywtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_...
2008-12-22 guyMove wtap_pcap_encap_to_wtap_encap() and wtap_wtap_enca...
2008-12-17 kukosacommit forgotten changed file
2008-12-17 kukosatype conversion gdouble<->guint64 is not supported...
2008-11-16 etxrabFrom Max Filippov:
2008-10-27 geraldETH -> WS updates.
2008-09-19 morrissAdd a newline at the end of the file
2008-09-19 geraldSet SVN properties.
2008-09-19 geraldMove wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_...
2008-09-03 guyI hate Windows.
2008-09-03 guyg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-21 gerald_MSC_VERs 1400 and greater require manifests. Check...
2008-08-13 stigAnother try to fix the cast problem.
2008-08-13 stigAdd a cast to avoid a warning.
2008-08-13 stigAdded libwsutil.def to EXTRA_DIST
2008-08-12 guyTake courage!
2008-08-12 geraldFix a bunch of Win64 compilation errors by cowardly...
2008-08-04 geraldFrom Pascal Quantin via bug 2719: Fix support for Micro...
2008-07-17 wmeiercheckAPIs: remove '-g abort'; g_assert OK for wsutils...
2008-07-11 morrissunicode-utils.c is only for Windows; don't build it...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-30 morrissMove privileges.c and unicode-utils.c symbols from...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-27 geraldHave checkAPIs.pl print to stderr, so that its output...
2008-06-03 etxrabFix run checkapi for more targets.
2008-05-23 guyfile_util.c is only for Windows; don't build it on...
2008-05-23 guyAdd a Makefile.common file, and have Makefile.am and...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-20 morrissCreate a new "Wireshark utility" library and move the...