Fix Wai dissector
[metze/wireshark/wip.git] / configure.ac
2015-03-08 Martin KaiserRevert "[Qt translations] create the .qm files during...
2015-03-07 Martin Kaiser[Qt translations] create the .qm files during the build
2015-03-05 Gerald Combs1.99.3 → 1.99.4.
2015-03-03 Jeff MorrissLook for and use gethostbyname() if we don't have getad...
2015-02-27 Guy Harriswmem, unlike emem, doesn't use mmap(); remove some...
2015-02-27 Guy HarrisWe don't use gethostbyname2(), don't check for it.
2015-02-19 Gerald CombsQt: Add more version and packaging information to the...
2015-02-19 Guy HarrisCheck whether emmintrin.h can be used *without* -msse4.2.
2015-02-18 Alexis La GoutteAdd AddressSanitizer (ASAN) build option
2015-02-17 Dario LombardoAdded JSON native file support.
2015-02-16 Joerg MayerOK, at least on my system uic is called uic-qt5, same...
2015-02-16 Peter WuTrivial Dead assignment fixes in configure
2015-02-14 Gerald CombsTry to fix diagnostic suppression.
2015-02-14 Guy HarrisNote why some header checks are done even if unnecessar...
2015-02-14 Guy HarrisDon't check for C89 headers.
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2015-02-06 Jeff MorrissMore emem removal.
2015-02-06 Gerald CombsRemove gethostbyaddr and gethostbyaddr2.
2015-02-04 Gerald Combs1.99.2 → 1.99.3.
2015-02-04 Jeff MorrissOnly set HAVE_LUA if we, er, have Lua.
2015-02-04 Jeff MorrissSimplify how we find Lua and expand the places we look.
2015-01-22 Jeff MorrissGet us building with the subdir-objects automake option.
2015-01-21 Jeff MorrissLink only the GUIs with SBC (if we have SBC). The...
2015-01-21 Guy HarrisAlso support -xarch=sse_42 in the Sun C compiler for...
2015-01-21 Guy HarrisGet rid of trailing blank.
2015-01-21 Guy HarrisHandle CFLAGS disabling SSE 4.2.
2015-01-19 Dario LombardoJSON dissector changed into heuristic dissector.
2015-01-12 Jeff MorrissError out if the user requests the SBC library but...
2015-01-08 Michal Labedzkiautotools: Add possibility to build without optional...
2015-01-06 Joerg MayerRevert e65f581ffa86f6bfd566a9b66ca2c882f465727f, which
2015-01-05 Guy HarrisIn CMake, check for thousands-grouping support in the...
2014-12-27 Guy HarrisWe require pkg-config to check for, for example, GLib.
2014-12-26 Guy HarrisUse getopt_long() for the first pass through the argume...
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-23 Stephen FisherMove popcount() to an optionally built part of wsutil...
2014-12-20 Guy HarrisUse AC_SEARCH_LIBS() for math functions.
2014-12-20 Guy HarrisHandle floorl() the same way we handle other not-on...
2014-12-19 Stephen FisherAdd a missing line related to previous two commits
2014-12-19 Stephen FisherRevert "Provide a floorl() function (which is currently...
2014-12-19 Stephen FisherProvide a floorl() function (which is currently only...
2014-12-10 Gerald Combs1.99.1 → 1.99.2.
2014-12-05 Stephen FisherLook for python3 in addition to python in configure...
2014-12-04 Guy HarrisDon't do the desktop integration stuff if we're not...
2014-12-04 Guy HarrisDon't do all the fd.o desktop integration stuff on...
2014-11-16 Alexis La GoutteAdd unused-const-variable (enable by default on new...
2014-11-05 Stephen FisherAllow the environment variable RCC to set before runnin...
2014-11-04 Guy HarrisRevert "Follow a suggestion from libtoolize:"
2014-11-04 Stephen FisherFollow a suggestion from libtoolize:
2014-10-31 Guy HarrisFor OS X, don't rigidly tie the SDK version to the...
2014-10-30 Matthieu PatouCreate the compress module for compression functions.
2014-10-30 Jeff MorrissRemove the optional strncasecmp.{h,c} target (for syste...
2014-10-21 Gerald CombsMake the "-qt" option the default in the OS X packaging...
2014-10-18 Mikael KanstrupAdd support for split wiphy dump to Wireless Toolbar
2014-10-07 Gerald Combs1.99.0 → 1.99.1.
2014-09-20 Gerald CombsQt: Add stock icons.
2014-09-06 AndersBromanRemove obsolete dissectors.
2014-09-02 Jeff MorrissSimplify ./configure logic for telling rpmbuild which...
2014-09-02 Gerald CombsQt → wireshark. GTK+ → wireshark-gtk.
2014-08-21 Roland KnallExtcap Capture Interface
2014-08-20 Jeff MorrissIf the user explicitly requested gnutls or libgcrypt...
2014-08-15 Jeff MorrissMark echld and tfshark as experimental in the ./configu...
2014-08-12 Joerg MayerRemove make-dissector-reg and require python for autoto...
2014-08-04 Evan HuusRip out the filetap code
2014-08-03 Guy HarrisGet rid of debugging output, and get CMake to produce...
2014-08-03 Guy HarrisOK, try sorting the compiler options.
2014-08-02 Guy HarrisGet rid of trailing blank line.
2014-08-02 Guy HarrisDump additional debugging information.
2014-08-01 Jeff MorrissAdd the easy_codec plugin to the source distribution.
2014-07-30 Guy HarrisAdd some files under asn1 to the distribution.
2014-07-19 Guy HarrisOnly ABI-check strncasecmp.h if strncasecmp() is part...
2014-07-09 Graham BloiceMoved nghttp2 to epan
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-07-05 Guy HarrisFix an error caught by enum-conversion warnings.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-02 Guy HarrisMake some inconsistent configuration options errors.
2014-07-02 Guy HarrisIf -fvisibility=hidden isn't supported, try -xldscope...
2014-07-01 Guy HarrisDon't check for -Wl,{option} support.
2014-07-01 Guy HarrisFix comments to reflect reality.
2014-06-24 Guy HarrisAnother file to generate in the configure script.
2014-06-23 Guy HarrisMove the routines to talk to dumpcap into a static...
2014-06-18 Guy HarrisDon't compile anything with -msse4.2 unless the compile...
2014-06-18 Jakub ZawadzkiFix x86 buildbots, revert sse4.2 AM_CONDITIONAL logic
2014-06-18 Guy HarrisDon't do the check for clang/clang++.
2014-06-18 Guy HarrisSet the conditional SSE42_SUPPORTED in all circumstances.
2014-06-17 Jakub ZawadzkiRewrite check for ws_mempbrk_sse42.c compilation
2014-06-16 Jeff MorrissRemove the (old, broken) Python bindings option to...
2014-06-16 Gerald CombsMore wspython removal.
2014-06-10 AndersBromanChange HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)
2014-05-31 Alexis La GoutteAdd nghttp2 lib (HPACK)
2014-05-30 Balint ReczeySet PLUGIN_INSTALL_DIR properly for wireshark.pc
2014-05-23 Gerald Combs1.11.4 → 1.99.0.
2014-05-23 Alexis La GoutteUpdate comment about -Wunreachable-code and -Wdocumentation
2014-04-20 Guy Harris"extra *compiler* warnings", not just "extra warnings".
2014-04-20 Guy HarrisRename --enable-extra-compiler-checks to --enable-extra...
2014-04-20 Guy HarrisDon't distinguish between "GCC" and "Clang" extra ...
2014-04-15 Gerald CombsAdd license compatibility information for GMP (used...
2014-04-15 Gerald Combs1.11.3 → 1.11.4.
2014-03-31 Alexis La GoutteAdd --enable-extra-clang-checks for autotools and CMakeList
2014-03-17 Alexis La GoutteRemove -Wunreachable-code it is removed from GCC
2014-03-12 Guy HarrisGet rid of $Id$, add some comments.
next