| Commit message (Expand) | Author | Age | Files | Lines |
* | On Solaris, check for getexecname in CMake. | Guy Harris | 2018-05-05 | 1 | -4/+10 |
* | cmake: remove warnings -Werror=old-style-definition | Joakim Karlsson | 2018-04-24 | 1 | -4/+4 |
* | Include alloca.h if we have it. | Guy Harris | 2018-03-23 | 1 | -0/+14 |
* | Fix the #defines for the presence of structure names. | Guy Harris | 2016-10-22 | 1 | -4/+4 |
* | On UN*X, st_ctime is the last status change time, not the creation time. | Guy Harris | 2016-10-22 | 1 | -3/+5 |
* | Allow create_tempfile to support a suffix. | Michael Mann | 2016-06-01 | 1 | -1/+1 |
* | Don't bother checking for getaddrinfo(): we don't use it. | Jeff Morriss | 2016-04-30 | 1 | -2/+0 |
* | Use AC_REPLACE_FUNCS and LTLIBOBJS | João Valverde | 2016-04-04 | 1 | -1/+1 |
* | Remove synchronous DNS name resolution | João Valverde | 2016-04-04 | 1 | -2/+1 |
* | Use AC_CHECK_MEMBERS | João Valverde | 2016-04-02 | 1 | -2/+2 |
* | Use AC_STRUCT_TIMEZONE | João Valverde | 2016-04-02 | 1 | -1/+1 |
* | extcap: add local_interfaces_to_list() to wsutil. | Dario Lombardo | 2016-03-04 | 1 | -0/+2 |
* | dumpcap: Add support for 802.11ac monitor modes | Mikael Kanstrup | 2016-03-01 | 1 | -0/+7 |
* | Add inet_pton/inet_ntop interface to libwsutil | João Valverde | 2016-02-19 | 1 | -0/+1 |
* | GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast] | João Valverde | 2016-02-07 | 1 | -0/+1 |
* | CMake: Minor ConfigureChecks.cmake cleanup | João Valverde | 2016-02-06 | 1 | -4/+2 |
* | cmake: Fix Unix introspection for floorl() [-Wredundant-decls] | João Valverde | 2015-12-15 | 1 | -0/+7 |
* | ConfigureChecks (cmake): Fix indent (use tabs) and modelines | Alexis La Goutte | 2015-12-15 | 1 | -5/+18 |
* | $, not %, is used to introduce a variable reference in CMake. | Guy Harris | 2015-09-23 | 1 | -1/+1 |
* | Work around a Linux bonding driver bug (and the lack of a libpcap workaround). | Guy Harris | 2015-03-30 | 1 | -1/+29 |
* | Look for and use gethostbyname() if we don't have getaddrinfo(). Fail to | Jeff Morriss | 2015-03-03 | 1 | -0/+2 |
* | We don't need to check for strings.h. | Guy Harris | 2015-02-27 | 1 | -1/+0 |
* | <string.h>, not <memory.h>, is the header file for memcpy(). | Guy Harris | 2015-02-27 | 1 | -1/+0 |
* | wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks. | Guy Harris | 2015-02-27 | 1 | -2/+0 |
* | Trivial Dead assignment fixes in configure | Peter Wu | 2015-02-16 | 1 | -4/+5 |
* | Don't check for C89 headers. | Guy Harris | 2015-02-14 | 1 | -4/+0 |
* | We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>. | Guy Harris | 2015-02-14 | 1 | -2/+0 |
* | Remove gethostbyaddr and gethostbyaddr2. | Gerald Combs | 2015-02-06 | 1 | -1/+1 |
* | Suppress the check for ' as a formatting character on Windows. | Guy Harris | 2015-01-05 | 1 | -1/+5 |
* | In CMake, check for thousands-grouping support in the GLib printf routines. | Guy Harris | 2015-01-05 | 1 | -0/+31 |
* | Don't check for nl80211 stuff if we don't have libnl. | Guy Harris | 2015-01-05 | 1 | -25/+31 |
* | Add a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP. | Guy Harris | 2015-01-05 | 1 | -1/+7 |
* | Check for optreset in CMake as well. | Guy Harris | 2014-12-27 | 1 | -0/+7 |
* | Check for getopt_long(), not getopt(). | Guy Harris | 2014-12-25 | 1 | -1/+1 |
* | Cmake: check for popcount, and build it from wsutil/popcount.c if missing. | Guy Harris | 2014-12-23 | 1 | -0/+1 |
* | Fix typo. | Guy Harris | 2014-12-20 | 1 | -10/+1 |
* | When checking for floorl(), include math.h. | Guy Harris | 2014-12-20 | 1 | -2/+6 |
* | Add a check for floorl(). | Guy Harris | 2014-12-20 | 1 | -0/+1 |
* | Allow building under OSX Yosemite using cmake. | David Ameiss | 2014-11-10 | 1 | -0/+6 |
* | Remove the optional strncasecmp.{h,c} target (for systems that don't have tha... | Jeff Morriss | 2014-10-30 | 1 | -11/+0 |
* | Clean up handling of missing functions. | Guy Harris | 2014-07-06 | 1 | -1/+13 |
* | Continue to remove $Id$ from top of file | Alexis La Goutte | 2014-03-31 | 1 | -2/+0 |
* | We don't need to check for lauxlib.h. | Guy Harris | 2013-10-11 | 1 | -1/+0 |
* | Check for sa_len in struct sockaddr. | Guy Harris | 2013-10-11 | 1 | -2/+3 |
* | Note that dladdr() isn't being found on OS X, even though it's | Guy Harris | 2013-10-11 | 1 | -0/+9 |
* | Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to the | Guy Harris | 2013-10-10 | 1 | -1/+4 |
* | Set some values for Windows manually where autodetection | Jörg Mayer | 2013-10-06 | 1 | -4/+8 |
* | Invert NEED_INET_ATON_H to HAVE_INET_ATON_H | Jörg Mayer | 2013-10-05 | 1 | -4/+1 |
* | Implement in cmake: | Jörg Mayer | 2013-08-13 | 1 | -0/+7 |
* | set HAVE_GETOPT_H and HAVE_GETOPT variables | Martin Kaiser | 2013-07-16 | 1 | -0/+1 |