summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-04-13preparing for release of 1.7.3v1.7.3rsync-bugs1-1/+1
1998-04-13fixed a bug in the handling of -R with --deleteAndrew Tridgell1-0/+6
1998-04-13not quite so many decimal places in "speedup" :-)Andrew Tridgell1-4/+4
1998-04-09fixed a bug in handling the -c option and non-regular files. It hadn'tAndrew Tridgell1-3/+10
1998-04-05preparing for release of 1.7.2v1.7.2rsync-bugs1-1/+1
1998-04-05handle sparse files more efficientlyAndrew Tridgell3-30/+51
1998-04-05a couple more system calls wrapped in syscall.cAndrew Tridgell4-7/+25
1998-04-05in local->local mode don't use exec to start the "remote" rsync,Andrew Tridgell2-66/+128
1998-04-05fixed a bug in the hlink code - it wasn't taking account of the newAndrew Tridgell2-13/+13
1998-04-01fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell5-11/+24
1998-03-27don't need to test for SETPGRP any more as it is no longer usedAndrew Tridgell1-2/+0
1998-03-27Solaris uses EEXIST instead of ENOTEMPTY.Andrew Tridgell1-2/+2
1998-03-26preparing for release of 1.7.1v1.7.1rsync-bugs1-1/+1
1998-03-26fixed a bug I introduced in the last big commitAndrew Tridgell1-0/+1
1998-03-26added some debugging codeAndrew Tridgell1-0/+6
1998-03-26preparing for release of 1.7.0v1.7.0rsync-bugs1-1/+1
1998-03-26updated README and man page ready for the new releaseAndrew Tridgell1-3/+7
1998-03-26- added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell7-95/+182
1998-03-26if rsync fails to update the group of a file but nothing else thenAndrew Tridgell1-12/+15
1998-03-26when using -x to stop at filesystem boundaries, include the mountAndrew Tridgell1-2/+27
1998-03-25add the dummy file to .cvsignoreAndrew Tridgell1-7/+8
1998-03-25- fixed a bug in the utimbuf testAndrew Tridgell1-3/+1
1998-03-25- on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell6-28/+33
1998-03-25added a --force option.Andrew Tridgell2-12/+83
1998-03-25changes to make VPATH work correctly, thanks to patl@cag.lcs.mit.eduAndrew Tridgell2-2/+3
1998-03-25added this so the lib directory gets created when using VPATHAndrew Tridgell1-0/+2
1998-03-25- fixed a bug wth the handling of duplicate names with the new fistAndrew Tridgell1-96/+116
1998-03-25don't show basedir in printed path (a aesthetic change only)Andrew Tridgell1-1/+3
1998-03-25fixed the problem where you couldn't specify multiple remoteAndrew Tridgell2-41/+34
1998-03-24check a few HAVE_* macrosAndrew Tridgell1-0/+6
1998-03-24added chmod() and chown() to syscall.cAndrew Tridgell2-2/+14
1998-03-23test for "long long" and %lld in configure.Andrew Tridgell3-3/+18
1998-03-23added wrappers around all the system calls that can change what is onAndrew Tridgell5-34/+98
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell10-64/+110
1998-03-23started to add some 64 bit file offset support - not complete yetAndrew Tridgell6-13/+20
1998-03-23label this version 1.7.0alphaAndrew Tridgell1-1/+1
1998-03-23save some more memory by only allocating the checksum when neededAndrew Tridgell2-3/+8
1998-03-23if the file changes during transfer then don't loop forever trying toAndrew Tridgell2-255/+259
1998-03-23don't adapt the block size to above half the chunk sizeAndrew Tridgell1-0/+1
1998-03-23prototype updateAndrew Tridgell1-1/+1
1998-03-23- keep a list of pids and send them a SIGUSR1 for cleanup rather thanAndrew Tridgell3-13/+38
1998-03-23for systems with a broken select use u_sleep() to ensure the writeAndrew Tridgell2-3/+14
1998-03-23a large change to make rsync much more memory efficient. This is doneAndrew Tridgell6-431/+382
1998-02-24compatibility functions now split into their own fileAndrew Tridgell1-0/+52
1998-01-27*** empty log message ***Andrew Tridgell4-13/+27
1998-01-13*** empty log message ***v1.6.9Andrew Tridgell2-1/+3
1998-01-13*** empty log message ***Andrew Tridgell1-2/+6
1998-01-13*** empty log message ***Andrew Tridgell3-7/+141
1998-01-13*** empty log message ***Andrew Tridgell1-3/+4
1998-01-13*** empty log message ***Andrew Tridgell6-8/+347