rsync/rsync.git
2000-08-19 Andrew Tridgelladded an explicit noexcludes flag to make_file()
2000-08-19 Andrew TridgellI don't like automatic header dependencies
2000-08-19 Andrew Tridgelladded MacOS support to config.guess (from wsanchez...
2000-08-19 Andrew Tridgellfixed backup_dir bug introduced with recent memory...
2000-08-16 Andrew Tridgellfixed timing problem with cleanup and io_flush() by...
2000-08-04 David DykstraUndo last setting of blocking_io. I hadn't reviewed...
2000-08-04 David DykstraTurn on blocking_io when starting client of rsync serve...
2000-08-04 David DykstraEnable --compare-dest to work in combination with ...
2000-07-29 rsync-bugspreparing for release of 2.4.4
2000-07-29 Andrew Tridgellfix from T.J.Adye@rl.ac.uk for final goodbye message...
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-07-29 Andrew Tridgelladded blocking-io docs
2000-06-24 Andrew Tridgelladded *.bz2 and *.tbz to default dont compress list
2000-06-24 Andrew Tridgelladded insure debug support
2000-06-24 Andrew Tridgellif the remote shell is rsh then use blocking IO
2000-06-23 Andrew Tridgelladded some comments on blocking-io
2000-06-23 Andrew Tridgellget rid of annoying symlink error messages
2000-06-23 Andrew Tridgelladded --blocking-io option
2000-06-06 David DykstraAdd --bwlimit option contributed by Matthew Demicco...
2000-05-19 David DykstraDo better job at describing exclude/include in man...
2000-04-19 Andrew Tridgellfixed bug in replacement inet_aton()
2000-04-19 Andrew Tridgelltest was the wrong way around
2000-04-19 Andrew Tridgellautoconf test for broken solaris inet_aton()
2000-04-19 Andrew Tridgellby default don't gzip .iso images
2000-04-09 rsync-bugspreparing for release of 2.4.3
2000-04-09 Andrew Tridgelluse 1 second sleeps in the sleep loop as some OSes...
2000-04-09 Andrew Tridgelldon't pprint the IO timeout message if we are a server...
2000-04-09 Andrew Tridgella very simple fix - if I'd only thought if it last...
2000-03-30 rsync-bugspreparing for release of 2.4.2
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-03-21 Andrew Tridgelladd a --ignore-errors option
2000-02-25 David DykstraDescribe symbolic link handling when writing to a ...
2000-02-22 David DykstraSomebody was confused into thinking that "Here are...
2000-02-22 David DykstraChange socketpair test to verify that it works rather...
2000-02-15 David DykstraMove the checking for -lsocket -lnsl ahead of the check...
2000-01-30 rsync-bugspreparing for release of 2.4.1
2000-01-30 Andrew Tridgellpatch from Jim Delahanty <mail_us@swbell.net> to ensure...
2000-01-30 Andrew Tridgellanother hang-at-end fix. It looks like we are more...
2000-01-29 Andrew Tridgelldamn.
2000-01-29 rsync-bugspreparing for release of 2.4.0
2000-01-29 Andrew Tridgellchange version to 2.4.0pre2
2000-01-29 Andrew Tridgelluse full buffer length, not strlen
2000-01-29 Andrew Tridgellmove the read only daemon test to after the protocol...
2000-01-29 Andrew Tridgelldamn!
2000-01-29 Andrew TridgellI've decided that this release will be 2.4.0, updated...
2000-01-29 Andrew Tridgelldon't need PIPE_BUF any more
2000-01-29 Andrew Tridgellfixed some logcode warnings
2000-01-29 Andrew Tridgellfixed a bug in test suite that I introduced yesterday
2000-01-29 Andrew Tridgellruntime detect fnmatch() bug if ** is used.
2000-01-28 Andrew Tridgellchanged version to 2.3.3pre2
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
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...
next