added the --safe-links option to disallow symlinks outside the
[rsync/rsync.git] / flist.c
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