aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris2-3/+18
2014-07-19Add extern "C", to let this be used from C++.Guy Harris1-0/+8
2014-07-15Only one buffer.c, please.Guy Harris4-0/+237
2014-07-15Fix up library names when using CMake on WindowsGraham Bloice1-4/+6
2014-07-11Remove $Id$Bill Meier1-1/+1
2014-07-10Remove a useless line now that nghttp2 library has moved to /epanPascal Quantin1-2/+0
2014-07-10Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris1-12/+12
2014-07-09See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris1-12/+12
2014-07-09Moved nghttp2 to epanGraham Bloice20-12770/+3
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+2
2014-07-06Workaround for ASAN failure in _ws_mempbrk_sse42Peter Wu1-0/+25
2014-07-06Clean up handling of missing functions.Guy Harris4-26/+47
2014-07-06Squash casting-away-constness warnings.Guy Harris1-3/+3
2014-07-06Add consts to casts to suppress warnings.Guy Harris1-8/+8
2014-07-05Update libnghttp2 to latest master (add support for draft-13)Alexis La Goutte10-4412/+4487
2014-07-03Make wsutil depend on gitversion.Guy Harris1-0/+2
2014-07-03Move the GLib version info string stuff to get_glib_version_info().Guy Harris4-0/+88
2014-07-03Add license information to the copyright information.Guy Harris1-0/+1
2014-06-30Clean up a comment.Guy Harris1-1/+1
2014-06-30Windows: fix update of version information in wireshark and tsharkPascal Quantin1-0/+6
2014-06-29Move some more stuff into wsutil.Guy Harris6-1/+247
2014-06-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-24Fix OS X CMake build.Guy Harris1-0/+8
2014-06-22Don't declare CFString_to_C_string() if we don't have OS X frameworks.Guy Harris1-0/+4
2014-06-22Add a routine to return a version string including VCS information.Guy Harris4-3/+93
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris2-0/+31
2014-06-21Move the routine to get memory information to wsutil.Guy Harris4-0/+87
2014-06-21Get rid of trailing blank lines.Guy Harris1-1/+0
2014-06-21Move the routine to get a CPU information string to wsutil.Guy Harris4-0/+110
2014-06-21Clean up inclusion of cfutils.h.Guy Harris2-2/+2
2014-06-21Get rid of trailing blank lines.Guy Harris1-2/+0
2014-06-21Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris4-0/+152
2014-06-21Need <string.h> for string routines.Guy Harris1-1/+3
2014-06-21We need the Unicode utilities, at least on Windows.Guy Harris1-4/+2
2014-06-21We need <windows.h> on Windows.Guy Harris1-0/+4
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris7-0/+620
2014-06-21Move get_copyright_info() to wsutil.Guy Harris4-0/+82
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-19Add casting and license info to fix buildbotsEvan Huus2-4/+10
2014-06-19Dissectors for totemnet and totemsrp protocols implemented in corosync cluste...Michael Mann4-0/+958
2014-06-18Don't compile anything with -msse4.2 unless the compiler supports it.Guy Harris1-1/+1
2014-06-17Rewrite check for ws_mempbrk_sse42.c compilationJakub Zawadzki1-3/+3
2014-06-16More Python-bindings removal.Jeff Morriss2-119/+0
2014-06-16Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman1-1/+1
2014-06-14Backport autofoo simd optimizationJoerg Mayer1-1/+15
2014-06-14Small whitespace fixesJoerg Mayer1-2/+2
2014-06-10Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman4-7/+7
2014-06-10Fix Buildbot Mac OS: /wsutil/ws_cpuid.h:56: warning: unused parameter 'CPUInfo'Alexis La Goutte1-1/+1
2014-06-10Mark an unused parameter as such.AndersBroman1-1/+1
2014-06-10WS mempbrk SEE4.2: Fix indent (use 2spaces) and add Modelines infoAlexis La Goutte1-36/+48