| Commit message (Expand) | Author | Age | Files | Lines |
* | - If a finished link came from a link-dest dir and --dry-run is in | Wayne Davison | 2006-10-09 | 1 | -6/+12 |
* | Decided that I like remove-source-files better than remove-sender-files. | Wayne Davison | 2006-06-30 | 1 | -3/+3 |
* | Handle the --remove-sender-files option by sending MSG_SUCCESS for | Wayne Davison | 2006-06-30 | 1 | -0/+12 |
* | Use the renamed stdout_format_has_i variable. | Wayne Davison | 2006-05-29 | 1 | -3/+3 |
* | Updated the FSF's address to an even newer one. | Wayne Davison | 2006-04-25 | 1 | -3/+3 |
* | - Updated the address for the FSF in the opening comment. | Wayne Davison | 2006-04-25 | 1 | -18/+21 |
* | Got rid of unused externs. | Wayne Davison | 2006-02-24 | 1 | -1/+0 |
* | Call f_name() with revised args (which also replaces f_name_to()). | Wayne Davison | 2006-01-14 | 1 | -5/+7 |
* | Got rid of calls to (the soon to vanish) safe_fname() function. | Wayne Davison | 2006-01-13 | 1 | -9/+5 |
* | When compare-dest/link-dest/copy-dest are in effect, we now check | Wayne Davison | 2005-12-15 | 1 | -1/+28 |
* | There is no longer a need to check file->link_u.links at the start | Wayne Davison | 2005-07-31 | 1 | -2/+0 |
* | - Never output the '"FOO" is a hard link' message when -i (%i) | Wayne Davison | 2005-06-09 | 1 | -1/+2 |
* | - Added a new function, maybe_hard_link(), which now holds the code | Wayne Davison | 2005-04-23 | 1 | -32/+69 |
* | - Fixed a potential crash/infinite-loop bug if -H was used | Wayne Davison | 2005-04-15 | 1 | -22/+19 |
* | When itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_XNAME_FOLLOWS. | Wayne Davison | 2005-03-09 | 1 | -3/+5 |
* | - Changed hlink_list[] to store file-list indexes instead of | Wayne Davison | 2005-03-05 | 1 | -73/+90 |
* | Added 2 args to do_hard_links() so that it can call maybe_send_keepalive(). | Wayne Davison | 2005-02-27 | 1 | -1/+3 |
* | John E. Malmberg convinced me to standardize on #ifs for defined | Wayne Davison | 2005-02-14 | 1 | -5/+5 |
* | Improved the call to f_name_cmp(). | Wayne Davison | 2005-02-13 | 1 | -1/+1 |
* | Fixed a typo. | Wayne Davison | 2005-02-07 | 1 | -1/+1 |
* | Added missing calls to safe_fname() and full_fname(). | Wayne Davison | 2005-02-07 | 1 | -3/+3 |
* | In hlink_compare(), call f_name_cmp() directly instead of using | Wayne Davison | 2005-02-03 | 1 | -1/+1 |
* | Made hard_link_check() compile when SUPPORT_HARD_LINKS isn't enabled. | Wayne Davison | 2004-07-12 | 1 | -0/+2 |
* | Call link_stat() with its new arg (for --keep-dirlinks support). | Wayne Davison | 2004-06-11 | 1 | -2/+2 |
* | Changed rprintf() calls that included strerror() to use rsyserr(). | Wayne Davison | 2004-05-15 | 1 | -6/+5 |
* | Fixed a crash bug when hlink_list is NULL and a link_u.links | Wayne Davison | 2004-03-26 | 1 | -1/+1 |
* | If --backup was specified, the links we remove are backed up. | Wayne Davison | 2004-02-11 | 1 | -3/+7 |
* | Make idev, hlink and file_struct + strings use allocation | J.W. Schultz | 2004-02-10 | 1 | -2/+21 |
* | correct sizeof usage. | J.W. Schultz | 2004-02-03 | 1 | -9/+9 |
* | Don't free link_u.idev. | Wayne Davison | 2004-02-02 | 1 | -1/+0 |
* | Free the hlink data again. | Wayne Davison | 2004-02-02 | 1 | -0/+1 |
* | Don't free the hlink data (it is not separately allocated anymore). | Wayne Davison | 2004-02-02 | 1 | -1/+0 |
* | Fixed a comment. | Wayne Davison | 2004-01-27 | 1 | -1/+1 |
* | We now link the hard-linked flist entries into a circular list, mark | Wayne Davison | 2004-01-25 | 1 | -9/+26 |
* | Use the new f_name_to() calling syntax. | Wayne Davison | 2004-01-22 | 1 | -4/+3 |
* | Updated to perform a much more efficient hlink algorithm that doesn't | Wayne Davison | 2004-01-12 | 1 | -84/+74 |
* | Updated a questioning comment. | Wayne Davison | 2004-01-11 | 1 | -2/+3 |
* | Use the new dev+inode union in the flist_struct. | Wayne Davison | 2004-01-11 | 1 | -10/+10 |
* | Optimized the sending of dev+inode data for hard-linking support | Wayne Davison | 2004-01-08 | 1 | -2/+2 |
* | - No need to check S_ISREG() on files already in the hlink_list. | Wayne Davison | 2004-01-08 | 1 | -18/+10 |
* | Change hlink_list so we only have a list of pointers to | J.W. Schultz | 2004-01-07 | 1 | -24/+36 |
* | Optimized hard_link_one() to not call f_name() so many times. | Wayne Davison | 2004-01-02 | 1 | -19/+13 |
* | Merged in the security fixes from 2.5.7. | Wayne Davison | 2003-12-06 | 1 | -3/+1 |
* | Doc | Martin Pool | 2002-03-25 | 1 | -0/+2 |
* | Hm, strange off-by-one bug. | Martin Pool | 2002-03-25 | 1 | -1/+1 |
* | If we discover a hardlink with -vv say what it's a link to. | Martin Pool | 2002-03-25 | 1 | -1/+6 |
* | Doc. | Martin Pool | 2002-01-23 | 1 | -2/+7 |
* | Autoindent | Martin Pool | 2002-01-11 | 1 | -66/+84 |
* | When a file cannot be deleted because of ETXTBSY (in particular, when an | David Dykstra | 1999-03-11 | 1 | -1/+1 |
* | for consistency use memcpy/memset everywhere instead of bcopy/bzero | Andrew Tridgell | 1998-06-18 | 1 | -1/+1 |