Improved the code that protects a '.' dir from exclusion.
[rsync/rsync.git] / flist.c
2008-03-30 Wayne DavisonImproved the code that protects a '.' dir from exclusion.
2008-03-28 Wayne DavisonAllow the file-list sending code to set XMIT_SAME_UID...
2008-03-26 Wayne DavisonEnsure that a per-dir merge file is also loaded from...
2008-03-25 Wayne DavisonFixed the way rsync handles iconv-conversion problems...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-22 Wayne DavisonMade the filename arg-parsing code skip args that have...
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-18 Wayne DavisonOutput a non-existent-file error for server-excluded...
2008-03-15 Wayne DavisonAnother optimization of "bp" adding when creating a...
2008-03-15 Wayne Davison- Fixed a crash bug when backing up files with ACLs...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-28 Wayne DavisonUse preserve_[ug]id values for send/recv checking,...
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-02-10 Wayne DavisonImproved the "symlink has no referent" logic to work...
2008-01-19 Wayne DavisonDon't apply filter rules to implied directories.
2008-01-09 Wayne DavisonFixed a length problem parsing an arg of "./".
2007-12-30 Wayne DavisonMade some user-/group-name pointers "const".
2007-12-16 Wayne DavisonMoved the dir_count increment into an even better spot...
2007-12-15 Wayne DavisonFixed a potential memory leak in make_file().
2007-12-13 Wayne DavisonMove incrementing of dir_count so that it can't get...
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-11-30 Wayne DavisonSimplified the time_t overflow check and moved an extra...
2007-11-27 Wayne DavisonWhen the new "munge symlinks" option is off, a non...
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-03 Wayne DavisonA better way to count our queued workload.
2007-10-31 Wayne Davison- In --iconv mode, we can't lower the ndx_end value...
2007-10-31 Wayne DavisonSet ndx_start to 1 only for an inc-recursive transfer.
2007-10-31 Wayne Davison- Fixed a problem with merging dot dirs with non-dot...
2007-10-30 Wayne DavisonFixed --one-file-system handling when dealing with...
2007-10-20 Wayne DavisonGot rid of a couple compiler warnings when SUPPORT_HARD...
2007-10-08 Wayne Davison- Mark implied dirs with FLAG_IMPLIED_DIR.
2007-10-07 Wayne Davison- Simplified the code in recv_file_entry() for protocol 30.
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonFixed a glitch in the sending of mount-point dirs in...
2007-09-23 Wayne DavisonMade clean_flist() only duplicate *_DIR_* flags on...
2007-09-23 Wayne DavisonFix a glitch in the handling of the last path element...
2007-09-23 Wayne Davison- Don't allow -x to drop implied directories.
2007-09-23 Wayne DavisonAdded the relnamecache structure and improved some...
2007-09-23 Wayne DavisonMoved list-only output from flist.c to generator.c...
2007-09-22 Wayne DavisonAlways send implied dirs as dirs.
2007-09-22 Wayne DavisonUsing relative with incremental recursion now results...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18 Wayne DavisonAdded missing "#ifdef ICONV_OPTION" conditionals.
2007-09-18 Wayne DavisonMake use of new iconvbufs() function.
2007-09-17 Wayne DavisonMake sure that the hashed hard-link numbers from differ...
2007-09-15 Wayne Davison- If two duplicate directories have identical outside...
2007-09-15 Wayne DavisonReverting last change for a re-think.
2007-09-15 Wayne DavisonFixed a problem with duplicate dirs being unduplicated...
2007-09-15 Wayne DavisonGot rid of duplicate error when push_pathname() fails.
2007-09-09 Wayne DavisonCall the renamed read_line() function (was read_filesfr...
2007-09-04 Wayne DavisonFixed two flist->files[first_hlink_ndx] references.
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-03 Wayne Davison- Use the new hashtable structures and functions.
2007-09-03 Wayne DavisonUse new0() function instead of new() followed by memset().
2007-09-01 Wayne DavisonTweaked a comment.
2007-08-29 Wayne DavisonMake the verbose message about the file-list expansion...
2007-08-04 Wayne Davison- Use the new XMIT_NON_XFER_DIR flag.
2007-08-04 Wayne DavisonOnly honor XFLAGS_HLINKED on a non-directory.
2007-08-04 Wayne DavisonChanged flags variable in send_file_entry() to xflags.
2007-08-01 Wayne DavisonIf readdir() gives us an empty name, reject it.
2007-07-14 Wayne Davison- Made f_name() and f_name_cmp() take const pointers.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne Davison- Use the new DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT defines.
2007-07-08 Wayne DavisonChanged the spots that referred to the filter_level...
2007-07-08 Wayne Davison- The sending side now sets the parent_ndx value in...
2007-07-07 Wayne DavisonAvoid the prune-empty-dir code when cleaning a file...
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonThe length check in make_file() doesn't need to subtrac...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonSwitch the checking of preserve_[ug]id var to checking...
2007-05-29 Wayne DavisonUnified the file-list pool used in incremental recursio...
2007-05-25 Wayne DavisonImproved a comment.
2007-05-24 Wayne DavisonChanged dup-detection code to keep the first item in...
2007-05-24 Wayne Davison- Added fsort() and fsort_tmp() that implement a merges...
2007-05-23 Wayne DavisonOutput a -vvv(erbose) message when receiving an increme...
2007-05-22 Wayne Davison- Changed the dir_flist code on the sending side to...
2007-05-22 Wayne DavisonOne more output_flist() call that should verify if...
2007-05-22 Wayne DavisonImproved the index values that output_flist() outputs...
2007-05-21 Wayne DavisonGet rid of compiler warning about iconv()'s second...
2007-05-21 Wayne DavisonThe recv_file_entry() function needed to remember the...
2007-05-21 Wayne DavisonCast some F_OWNER()/F_GROUP() values to make sure that...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-27 Wayne DavisonFixed the buildability of the file without ICONV_OPTION...
2007-04-26 Wayne Davison- Fixed the merging of duplicated directory hierarchies...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-26 Wayne Davison- Renamed flist_dir to pathname to avoid confusion...
2007-04-24 Wayne DavisonFixed a directory push problem with the user specified...
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-20 Wayne DavisonVerify that the modtime value is not being truncated...
2007-04-20 Wayne Davison- Call the new {read,write}_varlong30() names for the...
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-25 Wayne DavisonImproved push_dir() error reporting.
2007-03-18 Wayne DavisonFixed a multi-file, no-dir, relative copy, such as:
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-12 Wayne DavisonChanged the sending of device major/minor numbers in...
next