Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-01 | Include 2008 in the copyright years. | Wayne Davison | 1 | -1/+1 | |
2008-02-06 | Fixed return code from hard_link_one() when not verbose. | Wayne Davison | 1 | -1/+1 | |
2007-12-31 | Some minor tweaks: | Wayne Davison | 1 | -5/+5 | |
- Improved some comments in hlink.c. - Changed "the" to "a" in rsyncd.conf.yo. - Improved the PATCH.name filtering loop in patch-update. | |||||
2007-11-29 | Don't try to process hard-link data in list-only mode. | Wayne Davison | 1 | -12/+15 | |
2007-11-22 | New logging categories added to allow differentiation between | Wayne Davison | 1 | -4/+4 | |
transfer errors, normal errors, and warnings. New messages are translated into old FERROR/FINFO categories for older protocols. | |||||
2007-11-06 | Some changes to allow an unsorted file list even if the iconv option | Wayne Davison | 1 | -9/+3 | |
was disabled via configure. | |||||
2007-10-21 | Make last fix even better. | Wayne Davison | 1 | -3/+3 | |
2007-10-21 | Avoid dropping a hard-linked itemized output with -ii. | Wayne Davison | 1 | -1/+2 | |
2007-09-23 | Changed "statx" to "stat_x" to try to work around a build problem on AIX. | Wayne Davison | 1 | -4/+4 | |
2007-09-10 | - Simplified the flist-spanning gnum logic in match_gnums(). | Wayne Davison | 1 | -36/+44 | |
- Don't use hlink_flist in hard_link_check(). - Made the prev_name logic in hard_link_check() better. - Added an "ndx" arg to the finish_hard_link() call. Also, set the prev value of any prior entries to the first finished item (which ensures that any item that follows a re-shuffled item (which was waiting for a transferred file to finish) can find the FIRST+DONE item. | |||||
2007-09-04 | If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any | Wayne Davison | 1 | -0/+3 | |
file-entry values affected by HLINK_BUMP() stay put. | |||||
2007-09-03 | Changes to allow hard-linking to work in inc_recurse mode. | Wayne Davison | 1 | -56/+139 | |
2007-09-03 | Removed the old version of the hashtable functions and updated | Wayne Davison | 1 | -131/+12 | |
the code to use the structures and functions calls. | |||||
2007-07-10 | Tweaking the license text a bit more. | Wayne Davison | 1 | -2/+3 | |
2007-07-07 | Changed "count" to "used" in struct file_list since there can | Wayne Davison | 1 | -2/+2 | |
be empty items that make the count inaccurate (and the name somewhat deceiving). | |||||
2007-07-07 | Switching to GPL 3. | Wayne Davison | 1 | -3/+2 | |
2007-05-22 | Added a comment to a shared iterator to avoid a warning from IBM's checker. | Wayne Davison | 1 | -1/+1 | |
2007-04-26 | The --iconv option has now made it to the trunk. | Wayne Davison | 1 | -10/+19 | |
2007-03-11 | The ACL support has arrived! This version has a brand new protocol | Wayne Davison | 1 | -19/+49 | |
that makes it incompatible with all prior versions. A patch will be provided to allow talking with older (patched) rsync versions. | |||||
2007-02-04 | Further modifications to the copyright comment section. | Wayne Davison | 1 | -4/+3 | |
2006-12-28 | A few minor tweaks to handle the newest variable names. | Wayne Davison | 1 | -7/+7 | |
2006-12-17 | A few more minor tweaks. | Wayne Davison | 1 | -8/+7 | |
2006-12-17 | Got rid of the code that sorted based on struct idev objects since | Wayne Davison | 1 | -71/+6 | |
we always use a hardlinked group-number now. | |||||
2006-12-15 | Added a simple hashtable routine for hashing st_dev and st_ino info | Wayne Davison | 1 | -25/+240 | |
on the sending side, and the support routines for the receiving side that handle using a "group number" for each hard-link cluster rather than having to manage a pool of dev+inode data. (For protocol 30) | |||||
2006-12-09 | - Revamped the hard-link algorithm to save memory. | Wayne Davison | 1 | -189/+193 | |
- Improved the function names. - Improved a few variable names. - Got rid of the "is a hard link" message in favor of the normal status messages for files (e.g. --itemize-changes indicates hard-links). - Fixed a long-standing bug when combining -H with --compare-dest. - Made sure that code compiles when hard-linking is not available. | |||||
2006-12-07 | - Use renamed hard-link defines: F_HL_IDEV() and F_HL_LIST(). | Wayne Davison | 1 | -11/+11 | |
2006-12-06 | - Make some char* pointers const. | Wayne Davison | 1 | -26/+15 | |
- Tweaked a couple variable names. - Changed the #ifdefs to not define any hard-link functions when hard-linking is disabled. | |||||
2006-12-05 | Use the latest F_*() accessors. | Wayne Davison | 1 | -3/+2 | |
2006-12-04 | Use new send_msg_int() function. | Wayne Davison | 1 | -12/+6 | |
2006-12-03 | - Typical tranfers now save 12-20 bytes per file because several vars | Wayne Davison | 1 | -46/+63 | |
were moved out of file_struct into an optional member-var setup. - Renamed and reorganized the FLAG_* defines. - Use NDX_DONE instead of a literal -1 when sending/checking the end-of-phase index value. | |||||
2006-11-19 | Added "const" to appropriate char pointers. | Wayne Davison | 1 | -2/+1 | |
2006-10-17 | Make sure the new link_dest_used value gets zeroed on init. | Wayne Davison | 1 | -0/+2 | |
2006-10-13 | Use new FNONE value when setting/comparing enum logcode vars. | Wayne Davison | 1 | -3/+5 | |
2006-10-09 | - If a finished link came from a link-dest dir and --dry-run is in | Wayne Davison | 1 | -6/+12 | |
effect, we now stat the link-dest file instead of the non-existent destination file. - Use int32 for the index variables. | |||||
2006-06-30 | Decided that I like remove-source-files better than remove-sender-files. | Wayne Davison | 1 | -3/+3 | |
2006-06-30 | Handle the --remove-sender-files option by sending MSG_SUCCESS for | Wayne Davison | 1 | -0/+12 | |
any file that is being hard-linked. | |||||
2006-05-29 | Use the renamed stdout_format_has_i variable. | Wayne Davison | 1 | -3/+3 | |
2006-04-25 | Updated the FSF's address to an even newer one. | Wayne Davison | 1 | -3/+3 | |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 1 | -18/+21 | |
- Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | |||||
2006-02-24 | Got rid of unused externs. | Wayne Davison | 1 | -1/+0 | |
2006-01-14 | Call f_name() with revised args (which also replaces f_name_to()). | Wayne Davison | 1 | -5/+7 | |
2006-01-13 | Got rid of calls to (the soon to vanish) safe_fname() function. | Wayne Davison | 1 | -9/+5 | |
2005-12-15 | When compare-dest/link-dest/copy-dest are in effect, we now check | Wayne Davison | 1 | -1/+28 | |
if the file we're about to hard-link to the leader is present in one of the dest dirs -- if it is, we adjust the text we output accordingly. | |||||
2005-07-31 | There is no longer a need to check file->link_u.links at the start | Wayne Davison | 1 | -2/+0 | |
of hard_link_check() (because the caller has already checked it). | |||||
2005-06-09 | - Never output the '"FOO" is a hard link' message when -i (%i) | Wayne Davison | 1 | -1/+2 | |
output is enabled. - Go back to outputting '"FOO" is a hard link' message when -i (%i) is not enabled and verbose > 1. | |||||
2005-04-23 | - Added a new function, maybe_hard_link(), which now holds the code | Wayne Davison | 1 | -32/+69 | |
(moved from hard_link_cluster()) that checks the inode/dev of an existing file and either does nothing (when properly linked), or removes the existing file before calling hard_link_one(). - Changed hard_link_check() so that it checks if the master item is marked with FINISHED_LINK (in its hlindex int), and if so, it finishes the current file by calling maybe_hard_link() (and marking it as finished too). Otherwise it marks the item as skipped by setting hlindex to SKIPPED_LINK. - Fixed the outputting of an error in hard_link_one() so that the message is always output when the caller did not request "terse" processing. - Changed hard_link_cluster() so that it marks the master item with FINISHED_LINK and then links only the skipped items (marking them with FINISHED_LINK too). | |||||
2005-04-15 | - Fixed a potential crash/infinite-loop bug if -H was used | Wayne Davison | 1 | -22/+19 | |
when sending a single file. - Made a couple variable improvements in link_idev_data(). - Got rid of the non-NULL check of hlink_list in init_hard_links() because is enough to just check file->link_u.links these days. | |||||
2005-03-09 | When itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_XNAME_FOLLOWS. | Wayne Davison | 1 | -3/+5 | |
2005-03-05 | - Changed hlink_list[] to store file-list indexes instead of | Wayne Davison | 1 | -73/+90 | |
pointers. - Made hard_link_one() non-static so that the generator can call it. Improved it to do itemized output. - Replaced do_hard_links() with hard_link_cluster(), which changes the hard-linking from a post-transfer loop into a per-cluster operation that occurs incrementally as the transfer updates (or finds unchanged) one item in the cluster. | |||||
2005-02-27 | Added 2 args to do_hard_links() so that it can call maybe_send_keepalive(). | Wayne Davison | 1 | -1/+3 | |