]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
1999-02-24  David DykstraFix a bug with rsync -R --delete from ./ as reported...
1999-02-22  David DykstraAdd --delete-excluded option to delete files on the...
1999-02-18  David DykstraChanged --stats implementation to work without -v in...
1999-02-18  David DykstraChanged exclude/include matching so that normally wildc...
1999-02-18  Andrew Tridgelladded --size-only option. Useful when starting to use...
1999-02-17  David DykstraChanged man page documentation of --force to say it...
1999-02-17  David DykstraAdded --copy-unsafe-links option which is like --copy...
1999-02-15  David DykstraBe consistent on use of '=' on options that take a...
1999-02-12  David DykstraChange the implementation of memmove in lib/compat...
1999-02-10  David DykstraA slight compensation I had just added for total bytes...
1999-02-10  David DykstraAllow --stats to work without -v.
1999-02-10  David DykstraChanged Usage in the rsync --help message to indicate...
1999-02-10  David DykstraChanged error message that just said "open %s: %s"...
1999-02-10  David DykstraChanged the optimized include mode (which kicks in...
1999-02-09  David DykstraSupport '#' and ';' comments in exclude files. It...
1999-02-09  David DykstraAdded "strict modes" option. When set false (default...
1999-02-09  David DykstraUse MAXHOSTNAMELEN (256) for the array holding the...
1999-02-09  David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-02-03  David DykstraMove the initialization of push_dir, which calls getcwd...
1999-02-03  David DykstraWhen calling lchown, pass the current known uid and...
1999-02-03  David DykstraAdd alternate implementation of waitpid() for systems...
1999-01-21  David DykstraFix serious bug with "use chroot = no" option which...
1999-01-20  David DykstraDocument the fact that the %t log format option include...
1999-01-11  David DykstraFix segmentation fault when using -vvv. Suggested...
1999-01-08  Andrew Tridgellfixed bug where strtok() could return NULL in getpassf().
1999-01-08  Andrew Tridgelladded --password-file patch from Alex Schlessinger...
1999-01-08  Andrew Tridgellmade the "max connections" and "lock file" local rather...
1999-01-07  David DykstraRan yodl2man on rsync.yo, and updated modification...
1999-01-07  Andrew Tridgelladd warning about using RSYNC_PASSWORD on systems where...
1999-01-05  David DykstraChange the receive log message from "send" to "recv...
1999-01-05  Andrew Tridgellmoved the block length mismatch code to another part...
1999-01-05  Andrew Tridgelldon't try to match checksums of two blocks which are...
1999-01-05  Andrew Tridgellfixed a bug in the adjacent target optimisation
1999-01-05  Andrew Tridgellan optimization that tries to make rsync choose adjacen...
1998-12-30  Andrew Tridgellno longer use mmap() in rsync because of the risk of...
1998-12-07  David Dykstrasteve.ingram@icl-gis.com noticed several mistakes in...
1998-12-07  David DykstraFix minor man page typo, suggested by jbm@jbm.org.
1998-12-05  Andrew Tridgellparanoia change - treat list_only like read_only and...
1998-12-05  Andrew Tridgell- slprintf() takes sizeof(buf) not sizeof(buf)-1
1998-12-01  David DykstraSupport newer rpm's which define $RPM_OPT_FLAGS as...
1998-12-01  David DykstraMinor documentation change suggested by pavel_roskin...
1998-11-25  rsync-bugspreparing for release of 2.2.1 v2.2.1
1998-11-25  David DykstraBack out change that treated "refuse options = compress...
1998-11-24  David DykstraWhen "refuse options = compress" is set in rsyncd.conf...
1998-11-24  David DykstraAlways include "." when processing exclude lists. ...
1998-11-24  David DykstraUpdate the README file to reflect current usage options.
1998-11-24  David DykstraDon't list cleaned-out duplicate file names as "<NULL...
1998-11-24  David DykstraChange sanitize_path() function to not malloc a copy...
1998-11-24  David DykstraMake sure secrets file is not other-accessible, and...
1998-11-24  David DykstraAlways add the O_BINARY flag in do_open if it is define...
1998-11-24  David DykstraBackup deleted files when using --delete and --backup...
1998-11-23  David DykstraAdd "include" and "include from" rsyncd.conf options...
1998-11-23  Andrew Tridgellupdates to reflect new samba.org domain
1998-11-20  Andrew Tridgellchanged an example slightly
1998-11-20  Andrew Tridgelladded "dont compress" option with the default setting of
1998-11-19  Andrew Tridgellimproved the "refuse options" code a bit
1998-11-19  Andrew Tridgelladded "refuse options" option
1998-11-18  David DykstraLook for strcasecmp in -lresolv for Unixware.
1998-11-18  David DykstraMinor documentation patches, due mostly to
1998-11-18  David DykstraChange --log-format documentation to make it clear...
1998-11-18  David DykstraRemove a debugging statement I accidentally included...
1998-11-18  David DykstraChange documentation to explain that a lack of -t in...
1998-11-17  David DykstraApply sanitize_paths() to glob expansions when use...
1998-11-16  Andrew Tridgelldon't interpret %h and %a when using --log-format locally
1998-11-16  Andrew Tridgellfixed a bug handling files larger than 2GB
1998-11-15  Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-11-15  Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14  Andrew Tridgellcompile with optimisation by default on all compilers
1998-11-14  Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-06  David DykstraChange sanitize_path() to not use clean_fname() because...
1998-11-06  Andrew Tridgellfixed typo
1998-11-05  David DykstraAdd comment before call to mktemp saying it is delibera...
1998-11-04  David DykstraFix confusion between RERR_NOSUPPORT and RERR_UNSUPPORT...
1998-11-04  Andrew Tridgelladded timeout option in rsyncd.conf
1998-11-04  Andrew Tridgelluse macros to make mdfour faster on systems that don...
1998-11-03  David DykstraRemove statement in rsync.1 that a rsync:// URL can...
1998-11-03  rsync-bugspreparing for release of 2.2.0 v2.2.0
1998-11-03  David DykstraDocument the fact that you can use [USER@] in an rsync...
1998-11-03  David DykstraCall clean_fname() in sanitize_path() to catch some...
1998-11-03  David DykstraAdd support for optional ":PORT" in rsync URL.
1998-11-03  Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03  Andrew Tridgelldocumented --delete disabling on IO errors
1998-11-03  Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02  Andrew Tridgellremove double / from filenames in display
1998-11-02  Andrew Tridgellthe logging wasn't showing the full prefix for filenames
1998-11-02  Andrew TridgellJason told me that's its very important for his site...
1998-11-02  Andrew Tridgell- document the rsync:// URL format
1998-11-02  Andrew Tridgellif no local destination is provided for the transfer...
1998-10-31  Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-31  Andrew Tridgellget the date comparison the right way around
1998-10-30  Andrew Tridgelluse the orig_umask when choosing perms for the log...
1998-10-30  Andrew Tridgellfixed perms on rsyncd log file
1998-10-30  Andrew Tridgellmove the time init before the logfile opening.
1998-10-30  Andrew Tridgelladded a perl script to summarise the rsyncd log format
1998-10-30  Andrew Tridgelladded %m, %P and %u options to logging
1998-10-30  Andrew Tridgellneed BIG_ENDIAN test for inet_ntoa replacement
1998-10-30  Andrew Tridgellcheck for a broken inet_ntoa() on IRIX
1998-10-30  Andrew Tridgellget null termination right in logging
1998-10-30  Andrew Tridgellget null termination right in logging
1998-10-30  Andrew Tridgellhopefuly fix logging of "transfer interrupted" messages
next