summaryrefslogtreecommitdiff
path: root/flist.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21add a --ignore-errors optionAndrew Tridgell1-1/+2
2000-01-27fixed the error code problem with test.shAndrew Tridgell1-3/+5
2000-01-24added some more debug info to the "buffer overflow inAndrew Tridgell1-1/+5
2000-01-24added --backup-dir option from Bob EdwardsAndrew Tridgell1-2/+3
2000-01-23removed Daves include-only optimisation. One of the bug reports turnedAndrew Tridgell1-2/+1
2000-01-23fix a problem with files > 2GBAndrew Tridgell1-2/+2
1999-10-31added "ignore errors" option in rsyncd.confAndrew Tridgell1-2/+8
1999-07-09Fix significant security holes with "use chroot = no" in an rsync daemon:David Dykstra1-0/+11
1999-06-26fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1-4/+10
1999-03-12When -R is used, send the permissions of the original top directories toDavid Dykstra1-0/+7
1999-02-24Fix a bug with rsync -R --delete from ./ as reported in PR#1532David Dykstra1-1/+10
1999-02-22Add --delete-excluded option to delete files on the receiving side thatDavid Dykstra1-4/+6
1999-02-17Added --copy-unsafe-links option which is like --copy-links except it isDavid Dykstra1-14/+36
1998-11-24Don't list cleaned-out duplicate file names as "<NULL>" when doingDavid Dykstra1-0/+4
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-14/+14
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-1/+1
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-0/+39
1998-10-30hanle null strings in -vvv outputAndrew Tridgell1-3/+3
1998-10-29some minor optimisationsAndrew Tridgell1-1/+3
1998-10-27handle OSes (such as Unicos) which use a different value for S_IFLNKAndrew Tridgell1-2/+19
1998-10-26Optimize server for special case of a long list of includes ("+") followedDavid Dykstra1-10/+12
1998-09-09added finddead target, removed dead code and made some functionsAndrew Tridgell1-1/+1
1998-08-27fixed a small memory leak when using -CAndrew Tridgell1-0/+6
1998-07-23fixed the relative paths bug pointed out by Alberto AccomazziAndrew Tridgell1-9/+36
1998-07-17make rsync behave more like GNU cp with regard to file permissionsAndrew Tridgell1-159/+166
1998-06-18for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1-6/+6
1998-06-01replace calls to strcmp() with a u_strcmp() function that uses onlyAndrew Tridgell1-2/+2
1998-06-01added --stats option for verbose stats on the file transferAndrew Tridgell1-3/+15
1998-05-29replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1-53/+8
1998-05-29fixed a bug in the flist sending code that caused the flist sending toAndrew Tridgell1-0/+5
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-1/+0
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-7/+7
1998-05-27fixed a race condition in the --delete handling code. The bug led toAndrew Tridgell1-1/+1
1998-05-26fixed a bug in the handling of very long filenames (longer than 255Andrew Tridgell1-1/+1
1998-05-26error formatting changesAndrew Tridgell1-1/+1
1998-05-23don't treat intermediate link directories as links in the relativeAndrew Tridgell1-0/+3
1998-05-18strip any leading / off absolute paths when using relative path namesAndrew Tridgell1-0/+6
1998-05-15removed some debug codeAndrew Tridgell1-4/+0
1998-05-15got rid of "EOF in map_ptr" problem. If a file shrinks mid transferAndrew Tridgell1-0/+4
1998-05-15- changed the log messages to show the requested pathAndrew Tridgell1-1/+1
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1-3/+3
1998-05-15added write buffering during the file list sending. This makes thingsAndrew Tridgell1-1/+9
1998-05-10changed a couple of places to use strlcpy()Andrew Tridgell1-1/+1
1998-05-10split the options parsing code into options.cAndrew Tridgell1-9/+7
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-24/+24
1998-05-06handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1-3/+4
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-10/+10
1998-04-17revamped the -delete code. The last few bugs with it revealed that itAndrew Tridgell1-11/+12
1998-04-09fixed a bug in handling the -c option and non-regular files. It hadn'tAndrew Tridgell1-3/+10
1998-04-01fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1-3/+4