aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-5/+5
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-32/+9
* A better way to count our queued workload.Wayne Davison2007-11-031-8/+5
* - In --iconv mode, we can't lower the ndx_end value because dirsWayne Davison2007-10-311-4/+14
* Set ndx_start to 1 only for an inc-recursive transfer.Wayne Davison2007-10-311-1/+1
* - Fixed a problem with merging dot dirs with non-dot-dir argsWayne Davison2007-10-311-47/+67
* Fixed --one-file-system handling when dealing with multipleWayne Davison2007-10-301-13/+25
* Got rid of a couple compiler warnings when SUPPORT_HARD_LINKS is notWayne Davison2007-10-201-0/+4
* - Mark implied dirs with FLAG_IMPLIED_DIR.Wayne Davison2007-10-081-21/+34
* - Simplified the code in recv_file_entry() for protocol 30.Wayne Davison2007-10-071-20/+22
* Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison2007-09-231-1/+1
* Fixed a glitch in the sending of mount-point dirs in inc_recurse mode.Wayne Davison2007-09-231-7/+4
* Made clean_flist() only duplicate *_DIR_* flags on a dropped dirWayne Davison2007-09-231-5/+2
* Fix a glitch in the handling of the last path element in a -R pathWayne Davison2007-09-231-2/+2
* - Don't allow -x to drop implied directories.Wayne Davison2007-09-231-19/+24
* Added the relnamecache structure and improved some variable names.Wayne Davison2007-09-231-19/+21
* Moved list-only output from flist.c to generator.c so that it worksWayne Davison2007-09-231-36/+0
* Always send implied dirs as dirs.Wayne Davison2007-09-221-4/+1
* Using relative with incremental recursion now results in a normalWayne Davison2007-09-221-38/+149
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Added missing "#ifdef ICONV_OPTION" conditionals.Wayne Davison2007-09-181-2/+4
* Make use of new iconvbufs() function.Wayne Davison2007-09-181-31/+27
* Make sure that the hashed hard-link numbers from different fileWayne Davison2007-09-171-4/+10
* - If two duplicate directories have identical outside-the-transferWayne Davison2007-09-151-2/+4
* Reverting last change for a re-think.Wayne Davison2007-09-151-8/+12
* Fixed a problem with duplicate dirs being unduplicated in the list:Wayne Davison2007-09-151-8/+5
* Got rid of duplicate error when push_pathname() fails.Wayne Davison2007-09-151-7/+2
* Call the renamed read_line() function (was read_filesfrom_line()).Wayne Davison2007-09-091-1/+5
* Fixed two flist->files[first_hlink_ndx] references.Wayne Davison2007-09-041-2/+2
* Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison2007-09-031-30/+33
* - Use the new hashtable structures and functions.Wayne Davison2007-09-031-7/+7
* Use new0() function instead of new() followed by memset().Wayne Davison2007-09-031-3/+13
* Tweaked a comment.Wayne Davison2007-09-011-15/+5
* Make the verbose message about the file-list expansion clearer inWayne Davison2007-08-291-1/+1
* - Use the new XMIT_NON_XFER_DIR flag.Wayne Davison2007-08-041-10/+20
* Only honor XFLAGS_HLINKED on a non-directory.Wayne Davison2007-08-041-2/+2
* Changed flags variable in send_file_entry() to xflags.Wayne Davison2007-08-041-40/+40
* If readdir() gives us an empty name, reject it.Wayne Davison2007-08-011-0/+7
* - Made f_name() and f_name_cmp() take const pointers.Wayne Davison2007-07-141-2/+15
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* - Use the new DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT defines.Wayne Davison2007-07-081-10/+10
* Changed the spots that referred to the filter_level as filter_flagsWayne Davison2007-07-081-4/+4
* - The sending side now sets the parent_ndx value in each file list.Wayne Davison2007-07-081-6/+16
* Avoid the prune-empty-dir code when cleaning a file list createdWayne Davison2007-07-071-0/+3
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-58/+62
* The length check in make_file() doesn't need to subtract pathname_lenWayne Davison2007-07-071-2/+1
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison2007-07-021-20/+20
* Unified the file-list pool used in incremental recursion mode so thatWayne Davison2007-05-291-15/+40
* Improved a comment.Wayne Davison2007-05-251-1/+1