More tweaks for Actions.
[rsync.git] / configure.ac
11 days ago Andrew Tridgellcheck for stpcpy
11 days ago Andrew Tridgellupdate to popt 1.19
13 days ago Ivan Babrouconfigure.ac: fix failing IPv6 check due to missing...
13 days ago Wayne DavisonUpdate github links.
2022-10-26 Wayne DavisonCheck for EVP_MD_CTX_copy in crypto lib instead of...
2022-10-16 Wayne DavisonSilence autoconf warnings.
2022-10-15 Alexponomarev7Fix autoconf help strings (#389)
2022-09-10 Wayne DavisonImprove various things in the checksum code
2022-08-23 Wayne DavisonRename `--protect-args` to `--secluded-args`.
2022-08-19 Wayne DavisonStop enabling -pedantic-errors.
2022-08-01 Wayne DavisonAvoid the getgroups program when cross-compiliing.
2022-06-19 Wayne DavisonInclude bsd/strings.h if it exists
2022-06-18 Wayne DavisonFix configure's "signed char" check
2022-06-18 Wayne DavisonAvoid -pedantic-errors on non-x86 for the moment.
2022-06-02 Wayne DavisonFix grabbing version value in configure.
2022-03-26 Wayne DavisonSome word fixes.
2022-03-10 Wayne DavisonUse ac_includes_default in largefile support test.
2022-03-04 Wayne DavisonMake asm use more selectable
2022-02-22 Wayne DavisonChange usage (--version) output to note when ASM isn...
2022-01-19 Wayne DavisonTweak rrsync rules in the Makefile.
2022-01-16 Wayne DavisonFix some typos mentioned in the fossies report.
2021-12-27 Wayne DavisonInclude "rrsync" in "all" target when `--with-rrsync...
2021-12-26 Wayne DavisonUse mallinfo2, when available, and use %zd for size_t...
2021-12-26 Wayne Davisonrrsync improvements
2021-11-07 Andrew Aladjevimproved cross compilation detection (#252)
2021-11-07 Issam Maghnishell: test -a|o is not POSIX (#250)
2021-09-27 Wayne DavisonTweak SIMD & ASM option defaults.
2021-09-27 Wayne DavisonAllow $host_cpu to be amd64 in addition to x86_64.
2021-09-27 Wayne DavisonFix a couple variable typos.
2021-09-27 Wayne Davisonconfigure improvements
2021-09-26 Jonathan Daviesconfigure.ac: Test IPv6 compatibility instead of relyin...
2021-05-01 Wayne DavisonUnset DISPLAY in environment.
2021-05-01 Bart SUpdated GLIBC check in configure.ac (#175)
2021-02-02 Wayne DavisonAdd optional netgroup.h include for NetBSD hosts.
2021-01-31 Wayne DavisonCheck for netinet/ip.h after including netinet/in.h.
2021-01-15 Wayne DavisonAdd `--with-nobody-user=FOO` configure option.
2020-11-29 Wayne DavisonWork around glibc's lchmod() issue a better way.
2020-11-29 Wayne DavisonInclude stdlib.h for exit() and consult HAVE_* macros...
2020-10-30 Wayne DavisonForce HAVE_LCHMOD off for Linux (for now).
2020-10-07 edoAllow cross-compilation with SIMD (x86_84) (#104)
2020-09-29 Wayne DavisonUse a better -Wno-pedantic heuristic.
2020-09-29 Wayne DavisonHandle early gcc versions that don't understand -Wno...
2020-09-29 Wayne DavisonMake gcc die on init overflow of an array.
2020-09-23 Wayne DavisonChange from $build_cpu to $host_cpu as edo1 suggested.
2020-09-03 Wayne DavisonSet CXX_OK=no when cross compiling.
2020-07-31 Wayne DavisonMake configure less annoying
2020-07-27 Wayne DavisonUse linkat() if available
2020-07-24 Wayne DavisonMore changes to NEWS, README, INSTALL, & configure.ac
2020-07-24 Wayne DavisonEnable xattrs on Cygwin.
2020-07-13 Wayne DavisonAdd "@netgroup" names to host matching.
2020-07-13 Wayne DavisonAdd the --stop-after & --stop-at options.
2020-07-11 Wayne DavisonSome number & string improvements
2020-07-06 Wayne DavisonA bit more configure tweaking.
2020-07-06 Wayne DavisonSome configure tweaks for TANDEM.
2020-06-30 Wayne DavisonMore patch-update improvements; configure.ac tweak...
2020-06-28 Wayne DavisonMove the version string out of configure.ac.
2020-06-28 Wayne DavisonPreparing for release of 3.2.2pre1 v3.2.2pre1
2020-06-24 Wayne DavisonSetup for 3.2.2dev.
2020-06-23 Wayne DavisonPreparing for release of 3.2.1 v3.2.1
2020-06-22 Wayne DavisonGet the g++ version to see if it is really clang.
2020-06-22 Wayne DavisonPreparing for release of 3.2.1pre1 v3.2.1pre1
2020-06-21 Wayne DavisonGive more_testing() a default target.
2020-06-21 Wayne DavisonUse an ssse3 target instead of an inline declaration.
2020-06-21 Wayne DavisonAdd -fno-slp-vectorize to clang++.
2020-06-21 Wayne DavisonElide -g from CXXFLAGS before the c++ test.
2020-06-21 Wayne DavisonChange repo to be 3.2.1dev.
2020-06-21 Wayne DavisonGet rid of -g option in CXXFLAGS (at least for now).
2020-06-21 Wayne DavisonMore asm improvements
2020-06-21 Wayne DavisonInclude more SIMD test code to weed out older compilers.
2020-06-20 Wayne DavisonUse AC_RUN_IFELSE() to make sure we can run the cpp...
2020-06-20 Wayne DavisonSimplify some escaping.
2020-06-20 Wayne DavisonChange SIMD test to use a compile check.
2020-06-20 Wayne DavisonA slightly modified g++/clang++ check.
2020-06-19 Wayne DavisonPreparing for release of 3.2.0 v3.2.0
2020-06-19 Wayne DavisonHandle a missing c++ too.
2020-06-18 Wayne DavisonMake SIMD enabled by default again (for x86_64)
2020-06-18 Wayne DavisonWe need to use nawk or gawk on Solaris, not their weird...
2020-06-18 Wayne DavisonComplain if we can't enable simd on non-x86_64.
2020-06-18 Wayne DavisonFix clang check.
2020-06-18 Wayne DavisonGet rid of useless -e with sed.
2020-06-18 Chainfirex86-64 SIMD build fixes (#20)
2020-06-18 Wayne DavisonMake the g++ check more lenient.
2020-06-17 Wayne DavisonPreparing for release of 3.2.0pre3 v3.2.0pre3
2020-06-17 Wayne DavisonChange SIMD back to disabled unless requested.
2020-06-17 Wayne DavisonHave --disable-md2man affect the Makefile.
2020-06-16 benrubsonenh(configure) Promote OpenSSL crypto lib support
2020-06-16 Wayne DavisonFix `md2man --test` on a fresh checkout.
2020-06-16 Wayne DavisonOnly complain about lack of g++ on linux for now.
2020-06-16 Wayne DavisonAdd configure check for md2man functioning; split long...
2020-06-16 Wayne DavisonChange configure to make new features more likely to...
2020-06-16 Wayne DavisonFix bug in CXXFLAGS tweak.
2020-06-16 Wayne DavisonMore spelling fixes from Fossies
2020-06-15 Wayne DavisonPreparing for release of 3.2.0pre2 v3.2.0pre2
2020-06-14 Wayne DavisonPreparing for release of 3.2.0pre1 v3.2.0pre1
2020-06-12 Wayne DavisonEnable SIMD by default (if g++ is around).
2020-06-09 Wayne DavisonChange man page src format from yodl to markdown.
2020-05-30 Wayne DavisonGive configure's snprintf() test a guaranteed short...
2020-05-28 Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28 Wayne DavisonSwitch to using LZ4_compress_default().
2020-05-25 Wayne DavisonInclude lz4 compression support.
next