Split code to generate "rwx-----" strings into lib/permstring.c so it
[rsync/rsync.git] / generator.c
2001-09-09 Andrew Tridgellfixed check for timeout in generator
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2000-11-15 Martin PoolAdd comments.
2000-11-10 Martin PoolDoc.
2000-11-09 Martin PoolBetter error messages
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-08-04 David DykstraEnable --compare-dest to work in combination with ...
2000-06-23 Andrew Tridgellget rid of annoying symlink error messages
2000-01-24 Andrew Tridgellupdated a debug message
2000-01-23 Andrew Tridgellfix a problem with files > 2GB
2000-01-23 Andrew Tridgelladded --existing option, similar to one suggested by...
2000-01-06 David DykstraIf a destination file cannot be opened, pretend it...
1999-12-29 David DykstraWhen not using -p and file being copied to already...
1999-12-02 Andrew Tridgellfixed a segv bug when handling symlinks.
1999-10-31 Andrew Tridgellsolved the problem of not using the right permissions...
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-04-02 David DykstraSmall bug fix for the --compare-dest option: when a...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-02-18 Andrew Tridgelladded --size-only option. Useful when starting to use...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...