summaryrefslogtreecommitdiff
path: root/rsync.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-78/+78
1998-05-06handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1-4/+5
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-17/+17
1998-04-17revamped the -delete code. The last few bugs with it revealed that itAndrew Tridgell1-71/+65
1998-04-13fixed a bug in the handling of -R with --deleteAndrew Tridgell1-0/+6
1998-04-05handle sparse files more efficientlyAndrew Tridgell1-2/+2
1998-04-05a couple more system calls wrapped in syscall.cAndrew Tridgell1-5/+5
1998-03-27Solaris uses EEXIST instead of ENOTEMPTY.Andrew Tridgell1-2/+2
1998-03-26- added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1-33/+48
1998-03-26if rsync fails to update the group of a file but nothing else thenAndrew Tridgell1-12/+15
1998-03-25- on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell1-9/+4
1998-03-25added a --force option.Andrew Tridgell1-11/+72
1998-03-25don't show basedir in printed path (a aesthetic change only)Andrew Tridgell1-1/+3
1998-03-24added chmod() and chown() to syscall.cAndrew Tridgell1-2/+2
1998-03-23added wrappers around all the system calls that can change what is onAndrew Tridgell1-14/+13
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1-2/+2
1998-03-23started to add some 64 bit file offset support - not complete yetAndrew Tridgell1-0/+2
1998-03-23if the file changes during transfer then don't loop forever trying toAndrew Tridgell1-100/+102
1998-03-23don't adapt the block size to above half the chunk sizeAndrew Tridgell1-0/+1
1998-03-23- keep a list of pids and send them a SIGUSR1 for cleanup rather thanAndrew Tridgell1-6/+11
1998-03-23a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1-38/+40
1998-01-13*** empty log message ***v1.6.9Andrew Tridgell1-1/+1
1998-01-13*** empty log message ***Andrew Tridgell1-2/+6
1998-01-13*** empty log message ***Andrew Tridgell1-6/+26
1998-01-06*** empty log message ***Andrew Tridgell1-9/+63
1997-12-31simplified the logic of whether to skip a file or not. The -cAndrew Tridgell1-9/+25
1997-12-30buffer overflow patches from mhpower@mit.edu (Matt Power)Andrew Tridgell1-0/+5
1997-12-28- added a debug messageAndrew Tridgell1-0/+1
1997-12-17*** empty log message ***Andrew Tridgell1-6/+20
1997-12-16handle things more grecefully when one machine supports hard links andAndrew Tridgell1-2/+2
1997-12-16fixed a bug in the handling of the new --relative option. The file wasAndrew Tridgell1-1/+3
1997-12-16fixed a nasty bug in the handling of the --delete option when thereAndrew Tridgell1-2/+2
1997-12-15process directory permissions and times ater hard links becuase theAndrew Tridgell1-7/+7
1997-12-15some people are now using rsync as a public server, using variousAndrew Tridgell1-2/+11
1997-12-15several changes:Andrew Tridgell1-9/+24
1997-12-15minor cleanups (unused variables etc)rsync-bugs1-3/+0
1997-12-15added a --relative (== -R) option. This is what Anthony ThyssenAndrew Tridgell1-2/+13
1997-04-11minor bugfixesPaul Mackerras1-1/+1
1996-10-01- check for sys/select.hAndrew Tridgell1-3/+3
1996-10-01- detect presence of remsh and use it instead of rshAndrew Tridgell1-30/+86
1996-07-12add warning if corruption detectedAndrew Tridgell1-0/+2
1996-07-05*** empty log message ***Andrew Tridgell1-1/+1
1996-07-04*** empty log message ***Andrew Tridgell1-5/+5
1996-07-03Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1-0/+1
1996-07-03check for null unmapAndrew Tridgell1-3/+3
1996-07-02added resend logicAndrew Tridgell1-12/+58
1996-07-01*** empty log message ***Andrew Tridgell1-12/+49
1996-07-01added hooks for compression in token.cAndrew Tridgell1-2/+3
1996-06-30- hard linksAndrew Tridgell1-84/+103
1996-06-28new exit/cleanup codeAndrew Tridgell1-6/+11