packet-dcerpc: add dissect_ndr_ucarray_block()
[metze/wireshark/wip.git] / configure.ac
2015-10-25 Peter WuRequire GnuTLS 2.12.0, add cmake version detection
2015-10-20 Peter WuRequire libgcrypt 1.4.2, add cmake version detection
2015-10-16 Jeff MorrissMake it possible to not build the Qt RPM (again).
2015-10-09 Guy HarrisNow that we're using AC_PROG_CC_STDC, let it handle...
2015-10-08 Guy HarrisThe second argument to AC_PATH_PROGS is a list of progr...
2015-10-07 Guy HarrisDon't just ask for C, ask for standard C - preferably...
2015-10-05 Gerald CombsInitialize 2.1.
2015-10-05 Peter WuAllow use of variadic macros
2015-10-02 Gerald CombsQt: Initial RTP playback.
2015-10-01 Gerald CombsSet the minimum Qt version to 4.7.
2015-09-16 Jeff MorrissDon't force Lua support in RPMs (some distros don't...
2015-09-02 Gerald Combs1.99.9 → 1.99.10.
2015-07-24 Gerald Combs1.99.8 → 1.99.9.
2015-07-13 Guy HarrisOn OS X, add an rpath for the Qt frameworks, and remove...
2015-07-13 Guy HarrisMake OS X .app bundling work with Qt 5.5.
2015-07-12 Guy HarrisUpdate a comment.
2015-07-10 Gerald CombsUpdate library release dates.
2015-07-10 Guy HarrisMake .o files, not .cpp and .h files, depend on the...
2015-07-09 Guy HarrisClean up the "Build wireshark" message.
2015-07-08 Guy HarrisMake sure we get the Qt tools for the Qt version with...
2015-06-18 Gerald Combs1.99.7 → 1.99.8
2015-06-16 Gerald CombsDisable AirPcap by default in Autotools.
2015-06-09 Guy HarrisClean up --with-qt handling.
2015-05-31 Bart Van Asscheconfigure.ac: openSUSE build fix
2015-05-28 Gerald Combs1.99.6 → 1.99.7.
2015-05-22 Andreas Stiegerallow use of deprecated gdk-pixbuf functions
2015-05-08 Guy HarrisAdd some more warnings when building with Sun^WOracle...
2015-05-06 Guy HarrisFix configuration with --without-qt and with no --with...
2015-04-29 Jeff MorrissFix typo: we already checked for rcc and rcc-qt5, now...
2015-04-29 Jeff MorrissWhen configuring with Wireshark disabled, don't complai...
2015-04-13 Guy HarrisAdd a major version number argument to --with-qt.
2015-04-12 Guy HarrisOnly add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_B...
2015-04-08 Michal Labedzkiextcap: Add support for Android - androiddump
2015-03-30 Guy HarrisWork around a Linux bonding driver bug (and the lack...
2015-03-25 Peter WuAlways use html2text.py for FAQ, improve output
2015-03-20 Gerald Combs1.99.5 → 1.99.6.
2015-03-19 Gerald Combs1.99.4 → 1.99.5.
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
next