Quote some filename usage.
[obnox/wireshark/wip.git] / wsutil /
2012-01-04 geraldMore C++ updates.
2011-11-11 guyOK, one of them was already declared; we still want...
2011-11-11 guyIf we're exporting routines from crc32.c, declare them...
2011-11-03 stigFrom Roland Knall via bug 6539:
2011-10-03 etxrabFrom Michael Mann:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-13 stigDon't include files from epan in wsutil.
2011-09-12 etxrabMove airpcap_wep.c to /wsutil CMakefile changes
2011-09-12 etxrabMove airpcap_wep.c to /wsutil
2011-09-07 etxrabAdd Id tag
2011-08-31 stigLookup in correct tables. Document functions.
2011-08-31 stigAdd the new functions; crc32c_table_lookup and crc32_cc...
2011-08-31 stigMake lookup functions for accessing crc32c_table and...
2011-08-31 stigTry declaring tables with WS_VAR_IMPORT.
2011-08-31 stigAdd missing crc16_plain_update and crc_drm.
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-08-17 stigFrom Gisle Vanem:
2011-08-17 geraldFrom Gisle Vanem: Make sure our SetProcessDEPPolicyHand...
2011-08-05 jmayerAttempt to properly fix the missing path information...
2011-08-05 geraldUse GLIB2_LDFLAGS instead of GLIB2_LIBRARIES for wsutil...
2011-07-11 geraldMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-06 geraldAdd links to libtool's recommendations for library...
2011-06-04 rbalintReorganize dumpabi targets to keep temporary files
2011-05-31 rbalintFixing wrong library names in r37474
2011-05-31 rbalintAdd dumpabi target to Makefiles in wsutil, epan and...
2011-05-25 geraldFilter out arg_list_utf_16to8.
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-04-10 guyWe have to define ws_statb64 before declaring routines...
2011-04-10 guyTo fill in a ws_statb64, you must use ws_fstat64.
2011-04-10 guyws_stdio_stat got renamed to ws_stdio_stat64.
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-04-10 guyDefine ws_statb64 as struct stat *within* the "not...
2011-04-10 guyDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 guyAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2011-04-10 guyUse AC_SYS_LARGEFILE to turn on large file support...
2011-02-17 guySquelch a warning from the MSVC++ static analyzer ...
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-02-01 wmeierWIN32 ==> _WIN32
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...
next