summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* A simple change to change_pathname() to ensure that the error outputWayne Davison2008-03-311-5/+9
* Improved the chdir() code:Wayne Davison2008-03-301-25/+43
* Fixed a path-exclusion glitch when checking more than one arg.Wayne Davison2008-03-301-14/+7
* Improved the code that protects a '.' dir from exclusion.Wayne Davison2008-03-291-26/+28
* Allow the file-list sending code to set XMIT_SAME_UID/XMIT_SAME_GIDWayne Davison2008-03-281-22/+17
* Ensure that a per-dir merge file is also loaded from implied directoriesWayne Davison2008-03-261-20/+31
* Fixed the way rsync handles iconv-conversion problems in the file-list:Wayne Davison2008-03-251-52/+57
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Made the filename arg-parsing code skip args that have excluded pathWayne Davison2008-03-221-1/+34
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-10/+22
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-3/+3
* Output a non-existent-file error for server-excluded files instead ofWayne Davison2008-03-181-4/+14
* Another optimization of "bp" adding when creating a file_struct.Wayne Davison2008-03-151-3/+2
* - Fixed a crash bug when backing up files with ACLs enabled and weWayne Davison2008-03-151-17/+18
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Use preserve_[ug]id values for send/recv checking, which willWayne Davison2008-02-271-14/+16
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-1/+1
* Improved the "symlink has no referent" logic to work with all theWayne Davison2008-02-091-3/+9
* Don't apply filter rules to implied directories.Wayne Davison2008-01-191-2/+7
* Fixed a length problem parsing an arg of "./".Wayne Davison2008-01-091-1/+1
* Made some user-/group-name pointers "const".Wayne Davison2007-12-291-1/+1
* Moved the dir_count increment into an even better spot and make sure thatWayne Davison2007-12-161-3/+2
* Fixed a potential memory leak in make_file().Wayne Davison2007-12-151-1/+4
* Move incrementing of dir_count so that it can't get incrementedWayne Davison2007-12-131-2/+3
* Updated indexing for accurate progress and improved raw ndx values.Wayne Davison2007-12-081-47/+29
* Simplified the time_t overflow check and moved an extra_len roundingWayne Davison2007-11-291-6/+6
* When the new "munge symlinks" option is off, a non-chrootWayne Davison2007-11-271-1/+4
* Add a new daemon security option: "munge symlinks".Wayne Davison2007-11-271-2/+13
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-11/+11
* 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