Update Travis to Trusty
[metze/wireshark/wip.git] / wsutil /
2015-10-19 Guy HarrisOn UN*X, use XDG_CONFIG_HOME/wireshark for configuratio...
2015-10-16 Guy HarrisAdd DEGREE SIGN character to utf8_entities.h and use it.
2015-10-16 Gerald CombsCMake: Add /WX
2015-10-13 Peter Wucmake: link against dl, fixes linking with gold
2015-10-12 Alexis La Goutteinet_v6def : fix warning: redundant redeclaration of...
2015-10-11 João ValverdeRemove duplicate transport ports from proto tree summary
2015-10-09 Peter Wunstime: fix -Wshift-negative-value
2015-10-05 João ValverdeMove utf8_entities.h to wsutil
2015-09-02 Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-26 Joerg Mayercmake: rework version.h handling to treat it like config.h
2015-08-18 Gerald CombsUDP multicast stream dialog.
2015-08-16 Gerald CombsRun abicheck commands at compile time.
2015-08-05 AndersBroman[MSVC 2015] Compiler and visual studio version are...
2015-07-11 Tobias Stoeckmannterminate readlink result
2015-07-07 Pascal QuantinNext Windows Server version seems to be named Windows...
2015-07-06 Guy HarrisAdd a comment.
2015-07-04 Guy HarrisMark another function as printf-like.
2015-06-30 Guy HarrisUse ws_fstat64() to determine the size of an open file.
2015-06-24 Evan HuusCheck _MSC_VER is defined before we use it
2015-06-23 AndersBroman[MSVC 2015] file_exists() fails on MSVC2105 as file_sta...
2015-06-17 Pascal QuantinQt: fix a crash when closing application under Windows
2015-06-16 Gerald CombsQt: Make sure we have usable command line arguments.
2015-06-16 Gerald CombsAdd the wireless toolbar.
2015-06-11 Bill MeierReplace tabs in files with editor modeline "expandtab"
2015-06-10 Guy HarrisIt's INVALID_HANDLE_VALUE, not INVALID_HANDLE.
2015-06-10 Guy HarrisSquelch some type-clash warnings on Windows.
2015-06-10 Guy HarrisRename wsutil/process.h to wsutil/processes.h to avoid...
2015-06-10 Guy HarrisMake sure we include <windows.h> to get HANDLE declared.
2015-06-10 Guy HarrisGet rid of extra blank line at the end.
2015-06-10 Guy HarrisUse pid_t on UN*X, and HANDLE on Windows, for the proce...
2015-05-17 Joerg MayerFix some files to pass the pre-commit hook script.
2015-05-16 Graham BloiceRemove odd characters
2015-05-09 Guy HarrisDefine the SHA-1 digest length in wsutil/sha1.h and...
2015-05-09 Guy HarrisRename a variable to avoid a collision with the C+...
2015-05-09 Guy HarrisKeep everything unsigned there.
2015-04-30 Guy HarrisDon't shift signed values left.
2015-04-21 Guy HarrisCalculate *Peek tagged timestamps in fixed-point.
2015-04-20 Guy HarrisGet rid of trailing white space.
2015-04-20 Guy HarrisHave a common routine to convert FILETIME to nstime_t.
2015-04-17 Gerald CombsMake androiddump loadable on OS X.
2015-04-07 Gerald CombsWin32: Restore the versioned plugin installation path.
2015-03-31 Roland Knallwsutil: Fix comment
2015-03-25 Pascal QuantinAdd support for WIRESHARK_EXTCAP_DIR environment variab...
2015-03-24 Pascal QuantinSince g2ef72cb, plugins are no more stored in plugins...
2015-03-06 Dario Lombardojsmn: bugfix in jsmn_parse() (found by clang).
2015-03-03 Pascal QuantinAdded JSMN_STRICT that allow a more precise json parsing.
2015-03-03 Michael MannAdd "seed" capabilities to crc16_x25_ccitt (now crc16_x...
2015-02-21 Guy HarrisRemove tvb_ from the names of wsutil mempbrk routines.
2015-02-21 Guy HarrisRename the slower-but-portable mempbrk to ws_mempbrk_po...
2015-02-21 Guy HarrisMove declarations of internal ws_mempbrk routines to...
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-02-19 Guy HarrisCheck whether emmintrin.h can be used *without* -msse4.2.
2015-02-18 Guy HarrisNot all compilers support turning of "format=".
2015-02-18 Gerald CombsSuppress a printf grouping warning.
2015-02-18 Gerald CombsFix various warnings in wireshark-qt.cpp.
2015-02-17 Dario LombardoAdded JSON native file support.
2015-02-14 Gerald CombsTry to fix diagnostic suppression.
2015-02-14 Gerald CombsFix diagnostics macros and squelch a gcc warning.
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2015-02-12 Pascal QuantinFix crash at startup in SSE4.2 code when running a...
2015-02-11 Guy HarrisFix SSE 4.2 checks.
2015-02-11 Hadriel KaplanCombine SSE and pre-compiled patterns for faster pbrk
2015-01-30 Hadriel KaplanDisable SSE4.2 _ws_mempbrk_sse42 only for older Apple...
2015-01-29 Hadriel KaplanDisable SSE4.2 _ws_mempbrk_sse42 due to bug 10798
2015-01-28 Pascal Quantinwin32: fix detection of Windows 10 Technical Preview
2015-01-25 Guy HarrisReplace "GIT" with "VCS" in make-version.pl and files...
2015-01-21 Guy HarrisAlso support -xarch=sse_42 in the Sun C compiler for...
2015-01-21 Guy HarrisAlways set the COMPILE_FLAGS property, so we can always...
2015-01-21 Guy HarrisDon't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.
2015-01-21 Guy HarrisCheck whether we can use nmmintrin.h.
2015-01-21 Guy HarrisOnly turn -msse4.2 on for ws_mempbrk_sse42.c, and don...
2015-01-20 Gerald CombsCMake: Set an output directory for plugins.
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2015-01-11 Graham BloiceFix CMake generation and use of Windows .rc files
2015-01-05 Graham BloiceMinor CMake updates to better group build artefacts
2015-01-02 Pascal QuantinAdd back "version.h" inclusion
2015-01-02 Bill MeierAdd '*.nativecodeanalysis.xml' to 'clean' targets
2015-01-01 Pascal QuantinWelcome in 2015
2014-12-31 Guy HarrisUse setlocale() to get the current locale.
2014-12-31 Guy HarrisSwallow get_glib_version_info() into get_compiled_versi...
2014-12-31 Guy Harris"#else", not "#elif", for the last part of a chain...
2014-12-31 Guy Harrisws_cpuid() returns a success/failure indication; make...
2014-12-31 Guy HarrisDistinguish between IA-32 and non-x86.
2014-12-31 Guy HarrisMove some routines into ws_version_info.c.
2014-12-31 Guy HarrisDo the full string in get_{compiled,runtime}_version_in...
2014-12-31 Guy HarrisMove the version_info.c stuff to wsutil/ws_version_info.c.
2014-12-29 Martin MathiesonRestore string.h to os_version.c
2014-12-29 Martin MathiesonAdd back string.h to sha1.c and sober128.c
2014-12-29 Martin MathiesonRestore string.h to md4.c
2014-12-29 Martin MathiesonAdd string.h back to rc4.c
2014-12-29 Martin MathiesonAdd back string.h
2014-12-28 Martin MathiesonAdd a couple of more needed includes
2014-12-28 Martin MathiesonRestore string.h as OS X misses it for strlen()
2014-12-28 Martin MathiesonDeleting unnecessary #includes from wsutil.
2014-12-28 Dario LombardoRemoved duplicated #include lines
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-25 Guy HarrisInclude some files based on whether the functions they...
2014-12-24 Guy HarrisDon't use extra variables for ws_mempbrk_sse42.c and...
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
next