rsync/rsync.git
1999-08-30 Andrew Tridgellseparated out the make_backup code in preparation for...
1999-07-09 David DykstraAdd a couple clarifying points to the sanitize_path...
1999-07-09 David DykstraFix significant security holes with "use chroot = no...
1999-06-27 Andrew Tridgellcontinue calling waitpid() while still reapingchildren...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-04-13 Andrew Tridgelladded RSYNC_PROXY support from Stephen Rothwell. This...
1999-04-06 rsync-bugspreparing for release of 2.3.1
1999-04-06 Andrew Tridgellset the exit code to RERR_FILEIO is io_error is set...
1999-04-06 Andrew Tridgellthese aren't used any more
1999-04-06 Andrew Tridgellhandle the case of an empty file list in get_local_name
1999-04-06 Andrew Tridgelldon't abort the server side if the file list is empty...
1999-04-06 Andrew Tridgellnote in the man page that:
1999-04-06 Andrew Tridgellfix the man page to reflect the fact that exclude optio...
1999-04-06 Andrew Tridgellfixed a nasty bug in the handling of "local_name" when...
1999-04-06 Andrew Tridgellquote RPM_OPT_FLAGS
1999-04-02 David DykstraSmall bug fix for the --compare-dest option: when a...
1999-03-24 David DykstraBacked out the change to create missing parent director...
1999-03-24 David DykstraThe "pid file" was getting created mode 666, not applyi...
1999-03-23 David DykstraFix bug with --compare-dest option where missing parent...
1999-03-15 rsync-bugspreparing for release of 2.3.0
1999-03-15 David DykstraChanged the protocol version to 20 so that --stats...
1999-03-15 David DykstraFix typo in comment in h, suggested by bje@cygnus.com
1999-03-12 David DykstraMake a special version number 2.3.0-beta for a short...
1999-03-12 David DykstraAllow + and - in the "include" and "exclude" directives...
1999-03-12 David DykstraInclude a test for a working getopt_long because the...
1999-03-12 David DykstraWhen -R is used, send the permissions of the original...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-03-09 David DykstraCheck for EINVAL from a rename error call in addition...
1999-03-09 David DykstraAdd distclean target to Makefile.in.
1999-03-09 David DykstraUpdate config.sub to the latest from automake in additi...
1999-03-05 David DykstraUpdate config.guess from a new official GNU version.
1999-03-04 David DykstraThe change a couple days ago to create files initially...
1999-03-02 David DykstraDisable the optimization that treats include-only files...
1999-03-02 David DykstraChange getgroups to use GETGROUPS_T as the type of...
1999-03-01 David DykstraChange the mask used when creating temporary files...
1999-03-01 David DykstraWhen comparing -1 to a group id, cast -1 with gid_t...
1999-03-01 David DykstraPrevent the -g option from preserving groups that a...
1999-02-25 David DykstraRemoved am_client variable. It was being set in one...
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 yo, and updated modification date.
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
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...
next