aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Add some #includes to satisfy check-abiEvan Huus2014-07-233-0/+3
* [WIP] Add a conversation dialog.Gerald Combs2014-07-211-2/+2
* Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris2014-07-192-3/+18
* Add extern "C", to let this be used from C++.Guy Harris2014-07-191-0/+8
* Only one buffer.c, please.Guy Harris2014-07-154-0/+237
* Fix up library names when using CMake on WindowsGraham Bloice2014-07-151-4/+6
* Remove $Id$Bill Meier2014-07-111-1/+1
* Remove a useless line now that nghttp2 library has moved to /epanPascal Quantin2014-07-101-2/+0
* Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris2014-07-101-12/+12
* See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris2014-07-091-12/+12
* Moved nghttp2 to epanGraham Bloice2014-07-0920-12770/+3
* Add printf-format annotations, fix garbagePeter Wu2014-07-061-1/+2
* Workaround for ASAN failure in _ws_mempbrk_sse42Peter Wu2014-07-061-0/+25
* Clean up handling of missing functions.Guy Harris2014-07-064-26/+47
* Squash casting-away-constness warnings.Guy Harris2014-07-061-3/+3
* Add consts to casts to suppress warnings.Guy Harris2014-07-061-8/+8
* Update libnghttp2 to latest master (add support for draft-13)Alexis La Goutte2014-07-0510-4412/+4487
* Make wsutil depend on gitversion.Guy Harris2014-07-031-0/+2
* Move the GLib version info string stuff to get_glib_version_info().Guy Harris2014-07-034-0/+88
* Add license information to the copyright information.Guy Harris2014-07-031-0/+1
* Clean up a comment.Guy Harris2014-06-301-1/+1
* Windows: fix update of version information in wireshark and tsharkPascal Quantin2014-06-301-0/+6
* Move some more stuff into wsutil.Guy Harris2014-06-296-1/+247
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2014-06-261-1/+0
* Fix OS X CMake build.Guy Harris2014-06-241-0/+8
* Don't declare CFString_to_C_string() if we don't have OS X frameworks.Guy Harris2014-06-221-0/+4
* Add a routine to return a version string including VCS information.Guy Harris2014-06-224-3/+93
* Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris2014-06-212-0/+31
* Move the routine to get memory information to wsutil.Guy Harris2014-06-214-0/+87
* Get rid of trailing blank lines.Guy Harris2014-06-211-1/+0
* Move the routine to get a CPU information string to wsutil.Guy Harris2014-06-214-0/+110
* Clean up inclusion of cfutils.h.Guy Harris2014-06-212-2/+2
* Get rid of trailing blank lines.Guy Harris2014-06-211-2/+0
* Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris2014-06-214-0/+152
* Need <string.h> for string routines.Guy Harris2014-06-211-1/+3
* We need the Unicode utilities, at least on Windows.Guy Harris2014-06-211-4/+2
* We need <windows.h> on Windows.Guy Harris2014-06-211-0/+4
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-217-0/+620
* Move get_copyright_info() to wsutil.Guy Harris2014-06-214-0/+82
* Add .rc files to the sources to have them included in the buildJoerg Mayer2014-06-201-0/+1
* Add casting and license info to fix buildbotsEvan Huus2014-06-192-4/+10
* Dissectors for totemnet and totemsrp protocols implemented in corosync cluste...Michael Mann2014-06-194-0/+958
* Don't compile anything with -msse4.2 unless the compiler supports it.Guy Harris2014-06-181-1/+1
* Rewrite check for ws_mempbrk_sse42.c compilationJakub Zawadzki2014-06-171-3/+3
* More Python-bindings removal.Jeff Morriss2014-06-162-119/+0
* Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman2014-06-161-1/+1
* Backport autofoo simd optimizationJoerg Mayer2014-06-141-1/+15
* Small whitespace fixesJoerg Mayer2014-06-141-2/+2
* Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman2014-06-104-7/+7
* Fix Buildbot Mac OS: /wsutil/ws_cpuid.h:56: warning: unused parameter 'CPUInfo'Alexis La Goutte2014-06-101-1/+1