Added a comment to the do_chmod() to mark it as a discouraged function.
[rsync/rsync.git] / hlink.c
2007-05-22 Wayne DavisonAdded a comment to a shared iterator to avoid a warning...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-28 Wayne DavisonA few minor tweaks to handle the newest variable names.
2006-12-17 Wayne DavisonA few more minor tweaks.
2006-12-17 Wayne DavisonGot rid of the code that sorted based on struct idev...
2006-12-15 Wayne DavisonAdded a simple hashtable routine for hashing st_dev...
2006-12-09 Wayne Davison- Revamped the hard-link algorithm to save memory.
2006-12-07 Wayne Davison- Use renamed hard-link defines: F_HL_IDEV() and F_HL_L...
2006-12-06 Wayne Davison- Make some char* pointers const.
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-04 Wayne DavisonUse new send_msg_int() function.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-10-17 Wayne DavisonMake sure the new link_dest_used value gets zeroed...
2006-10-13 Wayne DavisonUse new FNONE value when setting/comparing enum logcode...
2006-10-09 Wayne Davison- If a finished link came from a link-dest dir and...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonHandle the --remove-sender-files option by sending...
2006-05-29 Wayne DavisonUse the renamed stdout_format_has_i variable.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24 Wayne DavisonGot rid of unused externs.
2006-01-14 Wayne DavisonCall f_name() with revised args (which also replaces...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-12-15 Wayne DavisonWhen compare-dest/link-dest/copy-dest are in effect...
2005-07-31 Wayne DavisonThere is no longer a need to check file->link_u.links...
2005-06-09 Wayne Davison- Never output the '"FOO" is a hard link' message when...
2005-04-23 Wayne Davison- Added a new function, maybe_hard_link(), which now...
2005-04-15 Wayne Davison- Fixed a potential crash/infinite-loop bug if -H was...
2005-03-09 Wayne DavisonWhen itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_X...
2005-03-05 Wayne Davison- Changed hlink_list[] to store file-list indexes inste...
2005-02-27 Wayne DavisonAdded 2 args to do_hard_links() so that it can call...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-13 Wayne DavisonImproved the call to f_name_cmp().
2005-02-07 Wayne DavisonFixed a typo.
2005-02-07 Wayne DavisonAdded missing calls to safe_fname() and full_fname().
2005-02-03 Wayne DavisonIn hlink_compare(), call f_name_cmp() directly instead...
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