summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Jos's rsync+ patch onto 2.4.6 -- it applies cleanly here. I'm goingcvs/branch-mbp-merge-rsync+Martin Pool2001-08-061-6/+14
* use _S_IFLNK not S_IFLNKAndrew Tridgell2001-05-021-3/+3
* include/exclude cluestick: with -vv, print out whether files areMartin Pool2000-10-091-2/+2
* a simple fix to the memory problems with the string pool patch. TheAndrew Tridgell2000-08-311-2/+2
* some string_area cleanupsAndrew Tridgell2000-08-291-6/+6
* added an explicit noexcludes flag to make_file()Andrew Tridgell2000-08-191-3/+14
* optimisations from Rich Salz <rsalz@caveosystems.com>Andrew Tridgell2000-07-291-20/+98
* add a --ignore-errors optionAndrew Tridgell2000-03-211-1/+2
* fixed the error code problem with test.shAndrew Tridgell2000-01-271-3/+5
* added some more debug info to the "buffer overflow inAndrew Tridgell2000-01-241-1/+5
* added --backup-dir option from Bob EdwardsAndrew Tridgell2000-01-241-2/+3
* removed Daves include-only optimisation. One of the bug reports turnedAndrew Tridgell2000-01-231-2/+1
* fix a problem with files > 2GBAndrew Tridgell2000-01-231-2/+2
* added "ignore errors" option in rsyncd.confAndrew Tridgell1999-10-311-2/+8
* Fix significant security holes with "use chroot = no" in an rsync daemon:David Dykstra1999-07-091-0/+11
* fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1999-06-261-4/+10
* 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