configuration parsing and loading code for rsyncd. This is based
[rsync/rsync.git] / flist.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