]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2000-01-28  Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-28  Andrew Tridgellswitch to using socketpair instead of pipe if possible...
2000-01-27  Andrew Tridgellreport exit code when failing a test
2000-01-27  Andrew Tridgellfixed the error code problem with test.sh
2000-01-27  Andrew Tridgellpatch from James Delahanty <jimd@gie.com> to make ...
2000-01-25  Andrew Tridgellthe convoluted nest of #ifdefs that is fnmatch.c caught...
2000-01-25  Andrew Tridgellfix segv bug in --progress handling
2000-01-25  Andrew Tridgellpatch from David Murn to make sure the final 100% is...
2000-01-25  Andrew Tridgellupdated version.h
2000-01-24  Andrew Tridgellupdated config.guess from latest autoconf CVS tree
2000-01-24  Andrew Tridgellupdated --password-file docs
2000-01-24  Andrew Tridgellreinstated the MAX_READ_BUFFER code. Its a nasty tradeo...
2000-01-24  Andrew Tridgellupdated a debug message
2000-01-24  Andrew Tridgellmake the replacement inet_aton() function independent of
2000-01-24  Andrew Tridgellfixed a rare SEGV that can happen when a file disappear...
2000-01-24  Andrew Tridgellmoved file deletion to before the fork() to prevent...
2000-01-24  Andrew Tridgelldon't use stderr after we become a daemon
2000-01-24  Andrew TridgellI can't believe it - solaris allows unlink of a non...
2000-01-24  Andrew Tridgelladded some more debug info to the "buffer overflow in
2000-01-24  Andrew Tridgell-a now implies -o and -D whether you are root or not
2000-01-24  Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-23  Andrew Tridgellremoved Daves include-only optimisation. One of the...
2000-01-23  Andrew Tridgellfix a problem with files > 2GB
2000-01-23  Andrew Tridgelladded --max-delete option
2000-01-23  Andrew Tridgellfixed mdfour code on Cray (64 bit problems)
2000-01-23  Andrew Tridgellremoved u_sleep() as it is no longer used anywhere
2000-01-23  Andrew Tridgelladded some really ugly code to allow errors to propogate to
2000-01-23  Andrew Tridgellopen on paths starting with // fails on win32
2000-01-23  Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
2000-01-23  Andrew Tridgelladded --existing option, similar to one suggested by...
2000-01-23  Andrew Tridgelldon't try to write errors to a dead socket
2000-01-10  David DykstraMake all the rsync objects dependent on all the header...
2000-01-10  David DykstraNeeded to comment out the inclusion of headers in fnmat...
2000-01-10  Andrew Tridgellmake --address work for a client connecting to a server
2000-01-07  David DykstraUpgrade lib/fnmatch.[ch] to the latest from glibc-2...
2000-01-06  David DykstraIf a destination file cannot be opened, pretend it...
2000-01-06  Andrew Tridgellwhen we do a lchown() on a file we have to flush the...
1999-12-29  David DykstraDefine the WEXITSTATUS macro for systems that don't...
1999-12-29  David DykstraWhen writing to a daemon with read only = false and...
1999-12-29  David DykstraWhen not using -p and file being copied to already...
1999-12-09  Andrew Tridgellfixed a bug with waitpid() - I'd forgotten about WEXITS...
1999-12-03  Andrew Tridgellfixed man page typo
1999-12-02  Andrew Tridgellfixed a segv bug when handling symlinks.
1999-11-23  Andrew Tridgelldon't write more than PIPE_BUF bytes in any one write...
1999-11-15  Andrew Tridgellremoved old non-blocking fd code (a hangover from a...
1999-11-08  rsync-bugspreparing for release of 2.3.2 v2.3.2
1999-11-08  Andrew Tridgelladded --delete-after option (suggested by Jason)
1999-11-08  Andrew Tridgellremoved ACCESSPERMS mask when transferring a file witho...
1999-11-08  Andrew Tridgellfixed passing of directory exclude options to remote...
1999-11-04  David DykstraFixed bug introduced by calling do_open() for O_RDONLY...
1999-11-01  Andrew Tridgelladded a replacement inet_aton() for systems that don...
1999-11-01  Andrew Tridgellforgot to commit the fnmatch.h changes
1999-10-31  Andrew Tridgellsolved the problem of not using the right permissions...
1999-10-31  Andrew Tridgelladded --address option for virtual hosting
1999-10-31  Andrew Tridgelladded -P option
1999-10-31  Andrew Tridgellupdated test suite from Phil.
1999-10-31  Andrew Tridgellupdated rsync-path man page entry
1999-10-31  Andrew Tridgelladded "ignore errors" option in rsyncd.conf
1999-10-27  Andrew Tridgellupdated the configure test for fnmatch() to see if...
1999-10-25  Andrew Tridgelluse do_open() instead of open() in several places to...
1999-10-19  David DykstraMinor change suggesting people put in the right path...
1999-09-06  Andrew Tridgelladded a note about using -v with --progress
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 v2.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 v2.3.0
1999-03-15  David DykstraChanged the protocol version to 20 so that --stats...
1999-03-15  David DykstraFix typo in comment in rsync.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...
next