index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wsutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilers
Hadriel Kaplan
2015-01-30
1
-3
/
+13
*
Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798
Hadriel Kaplan
2015-01-29
1
-0
/
+3
*
win32: fix detection of Windows 10 Technical Preview
Pascal Quantin
2015-01-28
1
-2
/
+20
*
Replace "GIT" with "VCS" in make-version.pl and files it manipulates.
Guy Harris
2015-01-25
1
-2
/
+2
*
Also support -xarch=sse_42 in the Sun C compiler for x86(-64).
Guy Harris
2015-01-21
1
-7
/
+12
*
Always set the COMPILE_FLAGS property, so we can always fetch it.
Guy Harris
2015-01-21
1
-0
/
+10
*
Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.
Guy Harris
2015-01-21
1
-1
/
+3
*
Check whether we can use nmmintrin.h.
Guy Harris
2015-01-21
1
-22
/
+33
*
Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.
Guy Harris
2015-01-21
1
-3
/
+23
*
CMake: Set an output directory for plugins.
Gerald Combs
2015-01-20
1
-5
/
+5
*
Consistently use the "g_string_free returns a C string pointer" idiom.
Guy Harris
2015-01-13
1
-2
/
+1
*
Fix CMake generation and use of Windows .rc files
Graham Bloice
2015-01-11
1
-1
/
+1
*
Minor CMake updates to better group build artefacts
Graham Bloice
2015-01-05
1
-1
/
+1
*
Add back "version.h" inclusion
Pascal Quantin
2015-01-02
1
-0
/
+2
*
Add '*.nativecodeanalysis.xml' to 'clean' targets
Bill Meier
2015-01-02
1
-1
/
+1
*
Welcome in 2015
Pascal Quantin
2015-01-01
1
-1
/
+1
*
Use setlocale() to get the current locale.
Guy Harris
2014-12-31
1
-6
/
+18
*
Swallow get_glib_version_info() into get_compiled_version_info().
Guy Harris
2014-12-31
1
-18
/
+9
*
"#else", not "#elif", for the last part of a chain of conditionals.
Guy Harris
2014-12-31
1
-2
/
+24
*
ws_cpuid() returns a success/failure indication; make it gboolean.
Guy Harris
2014-12-31
1
-10
/
+10
*
Distinguish between IA-32 and non-x86.
Guy Harris
2014-12-31
1
-3
/
+9
*
Move some routines into ws_version_info.c.
Guy Harris
2014-12-31
11
-492
/
+153
*
Do the full string in get_{compiled,runtime}_version_info().
Guy Harris
2014-12-31
2
-24
/
+46
*
Move the version_info.c stuff to wsutil/ws_version_info.c.
Guy Harris
2014-12-31
2
-1
/
+135
*
Restore string.h to os_version.c
Martin Mathieson
2014-12-29
1
-0
/
+1
*
Add back string.h to sha1.c and sober128.c
Martin Mathieson
2014-12-29
2
-0
/
+2
*
Restore string.h to md4.c
Martin Mathieson
2014-12-29
1
-0
/
+1
*
Add string.h back to rc4.c
Martin Mathieson
2014-12-29
1
-0
/
+1
*
Add back string.h
Martin Mathieson
2014-12-29
1
-0
/
+1
*
Add a couple of more needed includes
Martin Mathieson
2014-12-28
2
-1
/
+2
*
Restore string.h as OS X misses it for strlen()
Martin Mathieson
2014-12-28
1
-0
/
+1
*
Deleting unnecessary #includes from wsutil.
Martin Mathieson
2014-12-28
23
-34
/
+1
*
Removed duplicated #include lines
Dario Lombardo
2014-12-28
2
-2
/
+0
*
Check for getopt_long(), not getopt().
Guy Harris
2014-12-25
1
-1
/
+1
*
Include some files based on whether the functions they define are present.
Guy Harris
2014-12-25
1
-3
/
+12
*
Don't use extra variables for ws_mempbrk_sse42.c and popcount.c
Guy Harris
2014-12-24
1
-14
/
+8
*
Move twelve show_version() functions from the varoius programs and
Stephen Fisher
2014-12-24
2
-0
/
+20
*
Cmake: check for popcount, and build it from wsutil/popcount.c if missing.
Guy Harris
2014-12-23
1
-0
/
+7
*
Try to fix Windows build for popcount() unresolved external symbol
Stephen Fisher
2014-12-23
1
-0
/
+1
*
Move popcount() to an optionally built part of wsutil for systems that
Stephen Fisher
2014-12-23
3
-0
/
+77
*
Fix unknown command tag name [-Wdocumentation-unknown-command]
Alexis La Goutte
2014-12-22
1
-1
/
+2
*
Don't bother with __builtin_floorl().
Guy Harris
2014-12-20
1
-11
/
+0
*
Include <math.h> to declare floor().
Guy Harris
2014-12-20
1
-0
/
+2
*
Remove trailing white space.
Guy Harris
2014-12-20
2
-2
/
+2
*
Rename wsutil/floor.[ch] to wsutil/floorl.[ch].
Guy Harris
2014-12-20
3
-7
/
+7
*
If we don't have GCC, fall back on using floor().
Guy Harris
2014-12-20
1
-2
/
+10
*
Handle floorl() the same way we handle other not-on-all-platforms functions.
Guy Harris
2014-12-20
2
-4
/
+11
*
Include floor.c and floor.h in the source tarball.
Guy Harris
2014-12-20
1
-0
/
+2
*
Another missing change
Stephen Fisher
2014-12-20
1
-2
/
+1
*
Add missing files from last commit
Stephen Fisher
2014-12-19
2
-0
/
+70
[next]