summaryrefslogtreecommitdiff
path: root/flist.c
AgeCommit message (Expand)AuthorFilesLines
1998-03-26added some debugging codeAndrew Tridgell1-0/+6
1998-03-26- added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1-8/+26
1998-03-26when using -x to stop at filesystem boundaries, include the mountAndrew Tridgell1-2/+27
1998-03-25- on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell1-1/+1
1998-03-25- fixed a bug wth the handling of duplicate names with the new fistAndrew Tridgell1-96/+116
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1-17/+17
1998-03-23started to add some 64 bit file offset support - not complete yetAndrew Tridgell1-0/+1
1998-03-23save some more memory by only allocating the checksum when neededAndrew Tridgell1-2/+7
1998-03-23a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1-208/+310
1998-01-13*** empty log message ***Andrew Tridgell1-4/+19
1998-01-06*** empty log message ***Andrew Tridgell1-10/+0
1998-01-05cosmetic changes onlyAndrew Tridgell1-2/+2
1997-12-30buffer overflow patches from mhpower@mit.edu (Matt Power)Andrew Tridgell1-2/+11
1997-12-28- fixed spelling errors in man pageAndrew Tridgell1-3/+2
1997-12-17*** empty log message ***Andrew Tridgell1-3/+17
1997-12-16handle things more grecefully when one machine supports hard links andAndrew Tridgell1-2/+0
1997-12-16- check for setlinebuf() in autoconf. Apparently HPUX doesn't have itAndrew Tridgell1-2/+2
1997-12-16fixed a nasty bug in the handling of the --delete option when thereAndrew Tridgell1-14/+28
1997-12-16- fixed the "write exception" error. I was resetting got_select at theAndrew Tridgell1-3/+5
1997-12-15some people are now using rsync as a public server, using variousAndrew Tridgell1-7/+9
1997-12-15bugfix from Kenji Miyake <kenjim@fix.co.jp>Andrew Tridgell1-1/+1
1997-12-15be a bit more friendly on systems that behave badly (consume lots ofAndrew Tridgell1-12/+18
1997-12-15added a --relative (== -R) option. This is what Anthony ThyssenAndrew Tridgell1-8/+13
1997-10-30send "." filenames so the other end knows that a directory was sentAndrew Tridgell1-1/+1
1996-10-01- check for sys/select.hAndrew Tridgell1-1/+4
1996-07-05*** empty log message ***Andrew Tridgell1-12/+19
1996-07-03- fixed file time bugAndrew Tridgell1-2/+2
1996-06-30- hard linksAndrew Tridgell1-36/+57
1996-06-28new exit/cleanup codeAndrew Tridgell1-2/+2
1996-06-27added csum-length optionAndrew Tridgell1-2/+4
1996-06-27- improved filename packingAndrew Tridgell1-53/+49
1996-06-26*** empty log message ***Andrew Tridgell1-4/+9
1996-06-26more byte efficient flist routinesAndrew Tridgell1-39/+122
1996-06-22Initial revisionAndrew Tridgell1-0/+524