summaryrefslogtreecommitdiff
path: root/infrastructure/m4/boxbackup_tests.m4
Commit message (Expand)AuthorAge
* New upstream version 0.13~~git20190527.g039c4a1Reinhard Tartler2019-05-28
* Add support for M4 CXX flag detection in CMakeListsChris Wilson2018-03-08
* Fix raidfile tests on 32-bit LinuxChris Wilson2018-03-08
* Detect which debugger to use in t-gdb scripts: lldb or gdbChris Wilson2018-01-01
* Fix intercept of SYS_open on platforms that only have SYS_openat (e.g. arm64)Chris Wilson2017-06-22
* Use AX_CHECK_COMPILE_FLAG, add more checksChris Wilson2017-06-22
* Detect whether -Werror=return-type is supported by compiler.Chris Wilson2016-09-20
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Fix -rdynamic checkMoritz 'Morty' StrĂ¼be2015-10-21
* Make wrong return type an error, not a warning.Chris Wilson2015-08-29
* We must check for ftruncate if we intend to use its feature macro.Chris Wilson2014-12-26
* Add a note about why fixing NetBSD's kqueue support is harder than it looks.Chris Wilson2014-12-15
* Fix detection of filesystems without extended attribute support on NetBSD.Chris Wilson2014-12-06
* Fix missing include of sys/socket.h to find struct ucred on Linux.Chris Wilson2014-12-06
* Check for existence of netdb.h for conditional inclusion.Chris Wilson2014-12-06
* Workaround for old gnu tar, failing to restore timestamps on symlinks.Chris Wilson2014-12-06
* Add support for getsockopt(SO_PEERCRED) on OpenBSD 5.2.Chris Wilson2014-12-06
* Generate configure script in qdbm directory.Chris Wilson2014-12-01
* Support microsecond timestamps for files on Linux.Chris Wilson2014-04-09
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex,Chris Wilson2012-11-14
* Move libdl tests before boxbackup tests in configure.ac to fix OpenSSL link e...Chris Wilson2012-04-28
* Hopefully fix TcpNice setsockopt/struct tcp_info compile errors on Windows.Chris Wilson2012-03-16
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Patch to support building on MinGW, thanks to Paolo ToscoChris Wilson2011-10-17
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Rephrase -rdynamic message.Chris Wilson2011-10-07
* Skip -rdynamic on cygwin as well as Solaris.Chris Wilson2011-10-05
* Move Box Backup's custom tests into own file, to share with Boxi.Chris Wilson2011-09-25