summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* Turn help-from-md into an awk script.Wayne Davison2020-06-151-1/+1
* Add a warning header to the generated help-*.h files.Wayne Davison2020-06-141-8/+1
* Improve how the help lines are harvested from the md file.Wayne Davison2020-06-121-13/+3
* Translate man page's option list into .h files for options.h to use.Wayne Davison2020-06-111-1/+21
* Simplify the install of rsync-ssl by unifying 2 scripts.Wayne Davison2020-06-111-2/+0
* Remove generated doc files via make clean.Wayne Davison2020-06-111-1/+1
* Improve gensend rule & list of PHONY targets.Wayne Davison2020-06-101-5/+21
* Improvements for release process; a gensend hook.Wayne Davison2020-06-101-4/+4
* Change man page src format from yodl to markdown.Wayne Davison2020-06-081-24/+10
* Put the rsync-ssl-rsh helper script into a lib dir.Wayne Davison2020-06-071-5/+6
* Optimized assembler version of md5_process() for x86-64Jorrit Jongma2020-05-221-1/+4
* AVX2 optimized version of get_checksum1() for x86-64Jorrit Jongma2020-05-221-3/+4
* SSE2/SSSE3 optimized version of get_checksum1() for x86-64Jorrit Jongma2020-05-211-1/+7
* Some var cleanup; move test-util vars into t_stub.c.Wayne Davison2020-04-261-3/+3
* Eliminate .in for rsync-ssl.Wayne Davison2020-04-221-6/+2
* Some more rsync-ssl improvements:Wayne Davison2020-04-221-9/+19
* Change the name of the rsh-ssl-rsync script.Wayne Davison2020-04-221-1/+1
* Change the rsync-ssl helper scriptWayne Davison2020-04-191-8/+4
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-0/+1
* Replace mkproto.pl with mkproto.awkEthan Sommer via rsync2020-04-071-1/+1
* Makefile: rounding.h generation requires proto.h via rsync.hGreg Whiteley2016-07-201-1/+1
* Tweak non-fatal output when man pages cannot be created.Wayne Davison2016-04-171-2/+2
* Fix rule for out-of-tree builds.Wayne Davison2015-12-181-1/+1
* Allow samba.org hostname to be overridden.Wayne Davison2015-08-021-2/+2
* Pass -I option to aclocal.Wayne Davison2015-05-011-1/+1
* Remove dead targets from build systemTiziano Müller2015-05-011-11/+0
* Must define LIBOBJDIR in the Makefile.Wayne Davison2015-05-011-0/+1
* Modularize m4 macrosTiziano Müller2015-04-261-1/+1
* Update generated-files logic.Wayne Davison2015-04-261-1/+1
* Rename aclocal.m4 to acinclude.m4 and add make targetTiziano Müller2015-04-261-0/+3
* Remove superfluous ${INSTALL_STRIP} uses.Wayne Davison2014-07-311-3/+3
* Support rsync daemon over SSL via stunnel.Wayne Davison2013-06-151-4/+32
* Fix "make check".Wayne Davison2013-06-111-1/+1
* Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison2013-06-111-1/+1
* Add compatibility with an unmodified zlib.Wayne Davison2011-11-211-2/+2
* Fix version expansion.Wayne Davison2011-11-211-1/+1
* Don't die if man-copy fails.Wayne Davison2011-04-281-2/+2
* Handle non-srcdir man copying when yodl isn't installed.Wayne Davison2011-04-281-3/+5
* Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison2011-03-261-1/+4
* Rename configure.in to configure.ac, the current autoconf standard.Matt McCutchen2010-04-241-1/+1
* Run each testsuite test with a timeout.Wayne Davison2009-12-131-2/+5
* Add a check30 target.Wayne Davison2009-10-241-0/+3
* Rebuild proto.h if config.h changes.Wayne Davison2009-09-021-1/+1
* Allow a "make reconfigure" to continue, even if the Makefile changes.Wayne Davison2009-04-101-2/+6
* Make sure that config.h.in is up-to-date before allowing theWayne Davison2009-04-041-6/+2
* Make delete_item() public, moving it into delete.c.Wayne Davison2009-01-031-1/+1
* Make it clearer which configure files changed.Wayne Davison2008-11-151-2/+6
* A "make reconfigure" doesn't stop if configure changes.Wayne Davison2008-11-111-3/+7
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+2
* Don't interrupt the make for a generated file didn't really change.Wayne Davison2008-07-171-6/+24