More tweaks for Actions.
[rsync.git] / Makefile.in
13 days ago Wayne DavisonGet rid of gensend target & cached git version.
2024-04-08 Andrew Tridgellupdate to popt 1.19
2022-10-02 Wayne DavisonMention smart-make in a comment.
2022-03-04 Wayne DavisonMake asm use more selectable
2022-01-19 Wayne DavisonTweak rrsync rules in the Makefile.
2022-01-18 Wayne DavisonTweak some rrsync rules for cleanup & release.
2021-12-28 Wayne DavisonChange args to maybe-make-man.
2021-12-27 Wayne DavisonInclude "rrsync" in "all" target when `--with-rrsync...
2021-12-27 Wayne DavisonUnify md parsing scripts & improve non-man html convers...
2021-12-26 Wayne DavisonTest --with-rrsync configure option & put rrsync into...
2021-12-26 Wayne Davisonrrsync improvements
2021-11-07 Issam Maghnishell: test -a|o is not POSIX (#250)
2021-10-01 Wayne DavisonAlways run `mkgitver` prior to a build
2021-09-27 Wayne DavisonDon't allow a broken samba host to cause gensend to...
2021-09-27 Wayne DavisonRename cmdormsg -> cmd-or-msg.
2021-09-27 Shark64x86-64 AVX2 assemby implemenation of get_checksum1...
2021-09-26 Wayne DavisonAdd gist update logic to gensend target.
2021-07-09 Wayne DavisonSupport --crtimes on Cygwin.
2021-02-25 Wayne DavisonRename util.c to util1.c
2020-09-07 Wayne DavisonAdd git-version.h to "gen" target.
2020-09-07 Wayne DavisonLeave git-version.h out of GENFILES so it doesn't go...
2020-09-07 Wayne DavisonAllow git-version.h to be provided for the build
2020-08-07 Wayne DavisonSimplify where version.h is included.
2020-08-03 Wayne DavisonCreate usage.c for smaller awk-dep rebuilds.
2020-08-01 Wayne DavisonPut git version in a file for between-release versioning.
2020-07-31 Wayne DavisonDon't make .PHONY the first target in a Makefile.
2020-07-29 Wayne DavisonSome Makefile improvements.
2020-07-26 Wayne DavisonDon't include config.h in proto.h rule.
2020-07-22 Wayne DavisonSwitch to RSYNC_MAX_SKIPPED test setting.
2020-07-20 Wayne DavisonUse just $(...) instead of a mix of that and ${...}.
2020-07-17 Wayne DavisonAdd strict (no-skipping) checks and use them.
2020-07-09 Wayne DavisonClean more built .h files.
2020-07-01 Wayne DavisonSimplify the daemon parameter definitions
2020-06-30 Wayne DavisonMore patch-update improvements; configure.ac tweak...
2020-06-28 Wayne DavisonImprove alternate build-dir support
2020-06-28 Wayne DavisonMove the version string out of configure.ac.
2020-06-28 Wayne DavisonFix rebuilding configure.sh in an alternate build dir
2020-06-23 Hiroshi TakekawaMakefile.in: Use srcdir for installing rsync-ssl
2020-06-21 Wayne DavisonOutput a helpful msg about configure only if the comman...
2020-06-21 Wayne DavisonMore asm improvements
2020-06-21 Wayne DavisonDecouple the MD5 asm code from the simd enabling.
2020-06-20 Wayne DavisonMention how to turn off simd near the cpp compile.
2020-06-20 Wayne DavisonPass --noexecstack to assembler.
2020-06-20 Wayne DavisonFix conditional directives in the asm file
2020-06-20 Wayne DavisonFix compiling in a separate dir.
2020-06-19 Holger HoffstättePrevent unnecessary xattr warning by reordering header...
2020-06-18 Wayne DavisonWe need to use nawk or gawk on Solaris, not their weird...
2020-06-18 Wayne DavisonUse documentation to extract 2 more .h lists
2020-06-17 Wayne DavisonChange SIMD back to disabled unless requested.
2020-06-17 Wayne DavisonHave --disable-md2man affect the Makefile.
2020-06-16 Wayne DavisonAdd g++ failure info; add mention of SSL rsyncd examples.
2020-06-16 Wayne DavisonRemove the new $< use from the Makefile.
2020-06-16 Wayne DavisonTurn help-from-md into an awk script.
2020-06-15 Wayne DavisonAdd a warning header to the generated help-*.h files.
2020-06-12 Wayne DavisonImprove how the help lines are harvested from the md...
2020-06-12 Wayne DavisonTranslate man page's option list into .h files for...
2020-06-12 Wayne DavisonSimplify the install of rsync-ssl by unifying 2 scripts.
2020-06-12 Wayne DavisonRemove generated doc files via make clean.
2020-06-10 Wayne DavisonImprove gensend rule & list of PHONY targets.
2020-06-10 Wayne DavisonImprovements for release process; a gensend hook.
2020-06-09 Wayne DavisonChange man page src format from yodl to markdown.
2020-06-08 Wayne DavisonPut the rsync-ssl-rsh helper script into a lib dir.
2020-05-23 Jorrit JongmaOptimized assembler version of md5_process() for x86-64
2020-05-22 Jorrit JongmaAVX2 optimized version of get_checksum1() for x86-64
2020-05-21 Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-04-26 Wayne DavisonSome var cleanup; move test-util vars into t_stub.c.
2020-04-22 Wayne DavisonEliminate .in for rsync-ssl.
2020-04-22 Wayne DavisonSome more rsync-ssl improvements:
2020-04-22 Wayne DavisonChange the name of the rsh-ssl-rsync script.
2020-04-19 Wayne DavisonChange the rsync-ssl helper script
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-07 Ethan Sommer via... Replace mkproto.pl with mkproto.awk
2016-07-20 Greg WhiteleyMakefile: rounding.h generation requires proto.h via h
2016-04-17 Wayne DavisonTweak non-fatal output when man pages cannot be created.
2015-12-19 Wayne DavisonFix rule for out-of-tree builds.
2015-08-02 Wayne DavisonAllow samba.org hostname to be overridden.
2015-05-01 Wayne DavisonPass -I option to aclocal.
2015-05-01 Tiziano MüllerRemove dead targets from build system
2015-05-01 Wayne DavisonMust define LIBOBJDIR in the Makefile.
2015-04-27 Tiziano MüllerModularize m4 macros
2015-04-26 Wayne DavisonUpdate generated-files logic.
2015-04-26 Tiziano MüllerRename aclocal.m4 to acinclude.m4 and add make target
2014-07-31 Wayne DavisonRemove superfluous ${INSTALL_STRIP} uses.
2013-06-15 Wayne DavisonSupport rsync daemon over SSL via stunnel.
2013-06-12 Wayne DavisonFix "make check".
2013-06-11 Wayne DavisonMove some code from util.c to util2.c and add sum_as_hex().
2011-11-21 Wayne DavisonAdd compatibility with an unmodified zlib.
2011-11-21 Wayne DavisonFix version expansion.
2011-04-29 Wayne DavisonDon't die if man-copy fails.
2011-04-28 Wayne DavisonHandle non-srcdir man copying when yodl isn't installed.
2011-03-26 Wayne DavisonAvoid re-setting (and sending) xattrs on a hard-linked...
2010-04-24 Matt McCutchenRename configure.in to configure.ac, the current autoco...
2009-12-13 Wayne DavisonRun each testsuite test with a timeout.
2009-10-24 Wayne DavisonAdd a check30 target.
2009-09-02 Wayne DavisonRebuild proto.h if config.h changes.
2009-04-10 Wayne DavisonAllow a "make reconfigure" to continue, even if the...
2009-04-04 Wayne DavisonMake sure that config.h.in is up-to-date before allowin...
2009-01-03 Wayne DavisonMake delete_item() public, moving it into delete.c.
2008-11-15 Wayne DavisonMake it clearer which configure files changed.
2008-11-11 Wayne DavisonA "make reconfigure" doesn't stop if configure changes.
next