Changed "statx" to "stat_x" to try to work around a build problem on AIX.
[rsync/rsync.git] / rsync.c
1997-12-16 Andrew Tridgellhandle things more grecefully when one machine supports...
1997-12-16 Andrew Tridgellfixed a bug in the handling of the new --relative optio...
1997-12-16 Andrew Tridgellfixed a nasty bug in the handling of the --delete optio...
1997-12-15 Andrew Tridgellprocess directory permissions and times ater hard links...
1997-12-15 Andrew Tridgellsome people are now using rsync as a public server...
1997-12-15 Andrew Tridgellseveral changes:
1997-12-15 rsync-bugsminor cleanups (unused variables etc)
1997-12-15 Andrew Tridgelladded a --relative (== -R) option. This is what Anthony...
1997-04-11 Paul Mackerrasminor bugfixes
1996-10-01 Andrew Tridgell- check for sys/select.h
1996-10-01 Andrew Tridgell- detect presence of remsh and use it instead of rsh
1996-07-12 Andrew Tridgelladd warning if corruption detected
1996-07-05 Andrew Tridgell*** empty log message ***
1996-07-04 Andrew Tridgell*** empty log message ***
1996-07-03 Paul MackerrasAdded in-stream deflate compression for file reconstruc...
1996-07-03 Andrew Tridgellcheck for null unmap
1996-07-02 Andrew Tridgelladded resend logic
1996-07-01 Andrew Tridgell*** empty log message ***
1996-07-01 Andrew Tridgelladded hooks for compression in token.c
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-28 Andrew Tridgell- handle no mmap for munmap
1996-06-27 Andrew Tridgelladded csum-length option
1996-06-27 Andrew Tridgell- improved filename packing
1996-06-27 Paul MackerrasFix bug where the --delete option was deleting files...
1996-06-26 Andrew Tridgelladded support for non-mmap operation
1996-06-26 Andrew Tridgellmore byte efficient flist routines
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-25 Andrew Tridgelladded "created dir" message
1996-06-25 Andrew Tridgellfixed a bug where unmap could be called with a NULL...
1996-06-22 Andrew Tridgelladd SIGNAL_CAST
1996-06-22 Andrew TridgellInitial revision