aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-10CPUID improvementsJakub Zawadzki2-14/+27
2014-06-09Fix CMake build.Tomasz Moń1-0/+2
2014-06-09We must include config.h to have HAVE_SSE42AndersBroman1-1/+2
2014-06-09Hopfully thiw will make the Solaris build going.AndersBroman1-1/+3
2014-06-09Try to fix OSX buildAndersBroman2-1/+3
2014-06-09Fix a copy paste error.AndersBroman1-1/+1
2014-06-09Try to fix the builds.AndersBroman4-10/+46
2014-06-09Make buildbot Happy about shadow index variable...Alexis La Goutte1-9/+9
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki5-1/+276
2014-06-01Make this comple whether assertions are enabled or not.Guy Harris1-7/+3
2014-06-01Fix /home/jmayer/work/wireshark/git/wsutil/nghttp2/nghttp2_hd.c:996:12: error...Joerg Mayer1-0/+2
2014-05-31nghttp2: do not copy nghttp2* objects in wsutil folderPascal Quantin1-7/+7
2014-05-31nghttp2: more warning fixesPascal Quantin2-7/+7
2014-05-31nghttp2: upgrade library to g4f7223e and add casts to please buildbotsPascal Quantin7-105/+122
2014-05-31NGHTTP2: Add missing nghttp2_int.h (need by make dist...)Alexis La Goutte1-1/+2
2014-05-31NGHTTP2: fix -Wshadow about index with some old GCC release or Mac OS X buildbotAlexis La Goutte1-41/+41
2014-05-31NGHTTP2: fix typo (nghttp2_ent.h => nghttp2_net.h)Alexis La Goutte1-1/+1
2014-05-31Add nghttp2 lib (HPACK)Alexis La Goutte20-3/+12682
2014-05-31Move cpuid to seperate header file.Jakub Zawadzki2-1/+68