- Changed all the errors in parse_arguments() to use the err_buf so
[rsync.git] / hlink.c
2004-07-12 Wayne DavisonMade hard_link_check() compile when SUPPORT_HARD_LINKS...
2004-06-11 Wayne DavisonCall link_stat() with its new arg (for --keep-dirlinks...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-03-26 Wayne DavisonFixed a crash bug when hlink_list is NULL and a link_u...
2004-02-11 Wayne DavisonIf --backup was specified, the links we remove are...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-03 J.W. Schultzcorrect sizeof usage.
2004-02-02 Wayne DavisonDon't free link_u.idev.
2004-02-02 Wayne DavisonFree the hlink data again.
2004-02-02 Wayne DavisonDon't free the hlink data (it is not separately allocat...
2004-01-27 Wayne DavisonFixed a comment.
2004-01-25 Wayne DavisonWe now link the hard-linked flist entries into a circul...
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-12 Wayne DavisonUpdated to perform a much more efficient hlink algorith...
2004-01-11 Wayne DavisonUpdated a questioning comment.
2004-01-11 Wayne DavisonUse the new dev+inode union in the flist_struct.
2004-01-08 Wayne DavisonOptimized the sending of dev+inode data for hard-linkin...
2004-01-08 Wayne Davison- No need to check S_ISREG() on files already in the...
2004-01-07 J.W. SchultzChange hlink_list so we only have a list of pointers to
2004-01-02 Wayne DavisonOptimized hard_link_one() to not call f_name() so many...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2002-03-25 Martin PoolDoc
2002-03-25 Martin PoolHm, strange off-by-one bug.
2002-03-25 Martin PoolIf we discover a hardlink with -vv say what it's a...
2002-01-23 Martin PoolDoc.
2002-01-11 Martin PoolAutoindent
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-13 Andrew Tridgella few code cleanups
1998-04-05 Andrew Tridgellfixed a bug in the hlink code - it wasn't taking accoun...
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-01 Andrew Tridgell*** empty log message ***
1997-12-28 Andrew Tridgell- fixed spelling errors in man page
1997-12-17 Andrew Tridgell*** empty log message ***
1997-12-16 Andrew Tridgell- fixed the "write exception" error. I was resetting...
1997-12-15 Andrew Tridgell- fixed an off by 1 bug in the hard link support
1996-10-01 Andrew Tridgell- detect presence of remsh and use it instead of rsh
1996-06-30 Andrew Tridgell- hard links