summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* When -R is used, send the permissions of the original top directories toDavid Dykstra1999-03-121-0/+7
* Fix a bug with rsync -R --delete from ./ as reported in PR#1532David Dykstra1999-02-241-1/+10
* Add --delete-excluded option to delete files on the receiving side thatDavid Dykstra1999-02-221-4/+6
* Added --copy-unsafe-links option which is like --copy-links except it isDavid Dykstra1999-02-171-14/+36
* Don't list cleaned-out duplicate file names as "<NULL>" when doingDavid Dykstra1998-11-241-0/+4
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-14/+14
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
* if no local destination is provided for the transfer then provideAndrew Tridgell1998-11-021-0/+39
* hanle null strings in -vvv outputAndrew Tridgell1998-10-301-3/+3
* some minor optimisationsAndrew Tridgell1998-10-291-1/+3
* handle OSes (such as Unicos) which use a different value for S_IFLNKAndrew Tridgell1998-10-271-2/+19
* Optimize server for special case of a long list of includes ("+") followedDavid Dykstra1998-10-261-10/+12
* added finddead target, removed dead code and made some functionsAndrew Tridgell1998-09-091-1/+1
* fixed a small memory leak when using -CAndrew Tridgell1998-08-271-0/+6
* fixed the relative paths bug pointed out by Alberto AccomazziAndrew Tridgell1998-07-231-9/+36
* make rsync behave more like GNU cp with regard to file permissionsAndrew Tridgell1998-07-171-159/+166
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-6/+6
* replace calls to strcmp() with a u_strcmp() function that uses onlyAndrew Tridgell1998-06-011-2/+2
* added --stats option for verbose stats on the file transferAndrew Tridgell1998-06-011-3/+15
* replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1998-05-291-53/+8
* fixed a bug in the flist sending code that caused the flist sending toAndrew Tridgell1998-05-291-0/+5
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-1/+0
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-7/+7
* fixed a race condition in the --delete handling code. The bug led toAndrew Tridgell1998-05-271-1/+1
* fixed a bug in the handling of very long filenames (longer than 255Andrew Tridgell1998-05-261-1/+1
* error formatting changesAndrew Tridgell1998-05-261-1/+1
* don't treat intermediate link directories as links in the relativeAndrew Tridgell1998-05-231-0/+3
* strip any leading / off absolute paths when using relative path namesAndrew Tridgell1998-05-181-0/+6
* removed some debug codeAndrew Tridgell1998-05-151-4/+0
* got rid of "EOF in map_ptr" problem. If a file shrinks mid transferAndrew Tridgell1998-05-151-0/+4
* - changed the log messages to show the requested pathAndrew Tridgell1998-05-151-1/+1
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-3/+3
* added write buffering during the file list sending. This makes thingsAndrew Tridgell1998-05-151-1/+9
* changed a couple of places to use strlcpy()Andrew Tridgell1998-05-101-1/+1
* split the options parsing code into options.cAndrew Tridgell1998-05-101-9/+7
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-24/+24
* handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1998-05-061-3/+4
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-10/+10
* revamped the -delete code. The last few bugs with it revealed that itAndrew Tridgell1998-04-171-11/+12
* fixed a bug in handling the -c option and non-regular files. It hadn'tAndrew Tridgell1998-04-091-3/+10
* fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1998-04-011-3/+4
* added some debugging codeAndrew Tridgell1998-03-261-0/+6
* - added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1998-03-261-8/+26
* when using -x to stop at filesystem boundaries, include the mountAndrew Tridgell1998-03-261-2/+27
* - on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell1998-03-251-1/+1
* - fixed a bug wth the handling of duplicate names with the new fistAndrew Tridgell1998-03-251-96/+116
* finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1998-03-231-17/+17
* started to add some 64 bit file offset support - not complete yetAndrew Tridgell1998-03-231-0/+1
* save some more memory by only allocating the checksum when neededAndrew Tridgell1998-03-231-2/+7
* a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1998-03-231-208/+310