Make idev, hlink and file_struct + strings use allocation
[rsync/rsync.git] / flist.c
2002-01-11 Martin PoolIn protocol version 26, always
2001-12-05 Martin PoolIRIX cc cares that the operands to the ternary have...
2001-11-27 Martin PoolSplit code to generate "rwx-----" strings into lib...
2001-11-26 David DykstraBetter fix for case of excluded symlinks that point...
2001-11-16 David DykstraFix to make_file() to exit earlier if a file is exclude...
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-08-06 Martin PoolCorrect over-zealous edit for UNICOS.
2001-08-06 Martin PoolFix for UNICOS CC: first argument to readlink must...
2001-05-02 Andrew Tridgelluse _S_IFLNK not S_IFLNK
2000-10-09 Martin Poolinclude/exclude cluestick: with -vv, print out whether...
2000-08-31 Andrew Tridgella simple fix to the memory problems with the string...
2000-08-29 Andrew Tridgellsome string_area cleanups
2000-08-19 Andrew Tridgelladded an explicit noexcludes flag to make_file()
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-03-21 Andrew Tridgelladd a --ignore-errors option
2000-01-27 Andrew Tridgellfixed the error code problem with test.sh
2000-01-24 Andrew Tridgelladded some more debug info to the "buffer overflow in
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-23 Andrew Tridgellremoved Daves include-only optimisation. One of the...
2000-01-23 Andrew Tridgellfix a problem with files > 2GB
1999-10-31 Andrew Tridgelladded "ignore errors" option in rsyncd.conf
1999-07-09 David DykstraFix significant security holes with "use chroot = no...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-03-12 David DykstraWhen -R is used, send the permissions of the original...
1999-02-24 David DykstraFix a bug with rsync -R --delete from ./ as reported...
1999-02-22 David DykstraAdd --delete-excluded option to delete files on the...
1999-02-17 David DykstraAdded --copy-unsafe-links option which is like --copy...
1998-11-24 David DykstraDon't list cleaned-out duplicate file names as "<NULL...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-30 Andrew Tridgellhanle null strings in -vvv output
1998-10-29 Andrew Tridgellsome minor optimisations
1998-10-27 Andrew Tridgellhandle OSes (such as Unicos) which use a different...
1998-10-26 David DykstraOptimize server for special case of a long list of...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-08-27 Andrew Tridgellfixed a small memory leak when using -C
1998-07-23 Andrew Tridgellfixed the relative paths bug pointed out by Alberto...
1998-07-17 Andrew Tridgellmake rsync behave more like GNU cp with regard to file...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-06-01 Andrew Tridgellreplace calls to strcmp() with a u_strcmp() function...
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-29 Andrew Tridgellfixed a bug in the flist sending code that caused the...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-27 Andrew Tridgellfixed a race condition in the --delete handling code...
1998-05-26 Andrew Tridgellfixed a bug in the handling of very long filenames...
1998-05-26 Andrew Tridgellerror formatting changes
1998-05-23 Andrew Tridgelldon't treat intermediate link directories as links...
1998-05-18 Andrew Tridgellstrip any leading / off absolute paths when using relat...
1998-05-15 Andrew Tridgellremoved some debug code
1998-05-15 Andrew Tridgellgot rid of "EOF in map_ptr" problem. If a file shrinks...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgelladded write buffering during the file list sending...
1998-05-10 Andrew Tridgellchanged a couple of places to use strlcpy()
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-17 Andrew Tridgellrevamped the -delete code. The last few bugs with it...
1998-04-09 Andrew Tridgellfixed a bug in handling the -c option and non-regular...
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-26 Andrew Tridgelladded some debugging code
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-26 Andrew Tridgellwhen using -x to stop at filesystem boundaries, include...
1998-03-25 Andrew Tridgell- on systems (such as intel linux) where off_t is 32...
1998-03-25 Andrew Tridgell- fixed a bug wth the handling of duplicate names with...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgellsave some more memory by only allocating the checksum...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-06 Andrew Tridgell*** empty log message ***
1998-01-05 Andrew Tridgellcosmetic changes only
1997-12-30 Andrew Tridgellbuffer overflow patches from mhpower@mit.edu (Matt...
1997-12-28 Andrew Tridgell- fixed spelling errors in man page
1997-12-17 Andrew Tridgell*** empty log message ***
1997-12-16 Andrew Tridgellhandle things more grecefully when one machine supports...
1997-12-16 Andrew Tridgell- check for setlinebuf() in autoconf. Apparently HPUX...
1997-12-16 Andrew Tridgellfixed a nasty bug in the handling of the --delete optio...
1997-12-16 Andrew Tridgell- fixed the "write exception" error. I was resetting...
1997-12-15 Andrew Tridgellsome people are now using rsync as a public server...
1997-12-15 Andrew Tridgellbugfix from Kenji Miyake <kenjim@fix.co.jp>
1997-12-15 Andrew Tridgellbe a bit more friendly on systems that behave badly...
1997-12-15 Andrew Tridgelladded a --relative (== -R) option. This is what Anthony...
1997-10-30 Andrew Tridgellsend "." filenames so the other end knows that a direct...
1996-10-01 Andrew Tridgell- check for sys/select.h
1996-07-05 Andrew Tridgell*** empty log message ***
1996-07-03 Andrew Tridgell- fixed file time bug
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-27 Andrew Tridgelladded csum-length option
1996-06-27 Andrew Tridgell- improved filename packing
1996-06-26 Andrew Tridgell*** empty log message ***
1996-06-26 Andrew Tridgellmore byte efficient flist routines
1996-06-22 Andrew TridgellInitial revision