added wrappers around all the system calls that can change what is on
[rsync.git] / rsync.c
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgellif the file changes during transfer then don't loop...
1998-03-23 Andrew Tridgelldon't adapt the block size to above half the chunk...
1998-03-23 Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-13 Andrew Tridgell*** empty log message *** v1.6.9
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-06 Andrew Tridgell*** empty log message ***
1997-12-31 Andrew Tridgellsimplified the logic of whether to skip a file or not...
1997-12-30 Andrew Tridgellbuffer overflow patches from mhpower@mit.edu (Matt...
1997-12-28 Andrew Tridgell- added a debug message
1997-12-17 Andrew Tridgell*** empty log message ***
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