The improved --xattrs option is landing on the trunk.
[rsync/rsync.git] / flist.c
2005-07-22 Wayne DavisonTweaked a comment and some null-char assignments.
2005-07-07 Wayne DavisonChanged overflow() to overflow_exit().
2005-06-12 Wayne DavisonIn clean_flist(), fixed the setting of the flist->high...
2005-05-27 Wayne DavisonSimplified the last change a bit.
2005-05-27 Wayne DavisonIf we unduplicate '.', make sure we also copy FLAG_DEL_...
2005-05-25 Wayne DavisonHandle nested "." dirs (caused by --relative and a...
2005-05-14 Wayne DavisonTreat a trailing ".." dir-name as if "../" had been...
2005-05-13 Wayne DavisonIf adding a trailing dot to a directory name overflows
2005-04-27 Wayne DavisonIf the user specified --relative and a source dir with...
2005-03-30 Wayne DavisonFixed a comment.
2005-03-29 Wayne DavisonChanged maybe_emit_filelist_progress() and emit_filelis...
2005-03-14 Wayne DavisonSplit the conditional-directory sending out of send_fil...
2005-03-14 Wayne DavisonGot rid of some code in f_name_cmp() that tried to...
2005-03-03 Wayne DavisonUse the new "the_file_list" global.
2005-02-26 Wayne Davison- Moved file-deletion code into generator.c.
2005-02-26 Wayne DavisonCall log_delete() from delete_file() anytime that DEL_T...
2005-02-25 Wayne DavisonDon't add st_size from a device to stats.total_size.
2005-02-22 Wayne DavisonWhen preforming a recursive delete, push/pop the per...
2005-02-22 Wayne DavisonSort the dir-list returned by get_dirlist() and the...
2005-02-22 Wayne Davison- Iterate through the deletion list in reverse order...
2005-02-22 Wayne DavisonOnly rename a directory with the backup suffix if we...
2005-02-22 Wayne DavisonA couple changes in delete_file() make us more compatib...
2005-02-21 Wayne Davison- Moved delete_file() here from c and improved it to...
2005-02-20 Wayne DavisonTweaked some externs.
2005-02-19 Wayne Davison- Needed to use a name buffer in delete_missing() to...
2005-02-19 Wayne Davison- Call log_delete() instead of outputting a "deleting...
2005-02-14 Wayne Davison- If send_file_name() gets f set to -2, it skips the...
2005-02-14 Wayne DavisonIf f_name_cmp() discovers that two directory strings...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-13 Wayne DavisonIn clean_flist(), if a duplicate is found for a dir...
2005-02-13 Wayne Davison- Made receive_file_entry() return the file_struct...
2005-02-13 Wayne DavisonChanged the prefix on the fnc_state enums.
2005-02-12 Wayne DavisonWe don't need to avoid the local filter list in send_fi...
2005-02-12 Wayne Davison- Since send_file_list() is no longer called with f...
2005-02-09 Wayne Davison- Decided that flist_find() should be public, not static.
2005-02-07 Wayne DavisonAdded missing calls to safe_fname() and full_fname().
2005-02-07 Wayne DavisonNeeded to call safe_fname() when listing the remote...
2005-02-03 Wayne DavisonChanged delete_missing() to not limit the use of DEL_FO...
2005-02-03 Wayne Davison- We now separate the user-specified top-dir flag ...
2005-02-03 Wayne Davison- Moved an optimization from file_compare() into f_name...
2005-02-01 Wayne Davison- Made flist_find() and receive_file_entry() static...
2005-02-01 Wayne DavisonFixed a typo in a variable name.
2005-01-31 Wayne DavisonTweaked one or more warning messages.
2005-01-30 Wayne DavisonAdded "need_first_push" logic to delete_in_dir().
2005-01-30 Wayne Davisondelete_in_dir() now mananges the push/pop levels of...
2005-01-30 Wayne Davison- Now delete_in_dir() calls send_directory(), not send_...
2005-01-29 Wayne Davison- Improved the handling of -x with -K.
2005-01-28 Wayne DavisonDon't set unsigned del_heir_name_len to -1 -- it's...
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-27 Wayne DavisonSet the new stats.flist_buildtime and stats.flist_xfert...
2005-01-25 Wayne Davison- The call to delete_file() needs DEL_NO_RECURSE when...
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-25 Wayne DavisonThe calls into the exclude system changed a little...
2005-01-24 Wayne DavisonMoved some of the delete code from receiver.c to here...
2005-01-24 Wayne DavisonRenamed keep_dirs, "xfer_dirs".
2005-01-22 Wayne Davison- Implemented a new handling of the recurse variable...
2005-01-21 Wayne Davison- Changed XMIT_TOP_DIR to XMIT_DEL_START.
2005-01-20 Wayne DavisonDon't mention when the file-list is first allocated...
2005-01-20 Wayne DavisonSwitched uint64 vars over to int64.
2005-01-20 Wayne DavisonWhen outputting the file list created for the delete...
2005-01-19 Wayne DavisonUse the new "keep_dirs" var instead of separately check...
2004-12-16 Wayne DavisonThe "ignore nonreadable" daemon parameter no longer...
2004-09-21 Wayne Davison- Turned readlink_stat() into a static function.
2004-09-17 Wayne DavisonWhen outputting the flist info (in a debug-level of...
2004-08-12 Wayne DavisonCall clean_flist() with its new "collapse_dot_dot"...
2004-08-11 Wayne Davison- Set the var lastdir_depth when setting lastdir.
2004-08-05 Wayne DavisonUse the new sanitize_path() calling syntax.
2004-07-17 Wayne DavisonGot rid of the arg to io_start_multiplex_out().
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-18 Wayne DavisonImproved a comment.
2004-06-11 Wayne Davison- Made readlink_stat() and link_stat() optionally follo...
2004-06-11 Wayne DavisonIn set_filesystem(), call do_stat(), not link_stat...
2004-06-09 Wayne DavisonNeeded to enclose the new symlink-warning code in an
2004-06-07 Wayne DavisonDon't report a "file vanished" error if a symlink point...
2004-05-29 Wayne DavisonGot rid of an unneeded character pointer in send_file_e...
2004-05-21 Wayne DavisonTweaked the alloc/realloc code in flist_expand().
2004-05-16 Wayne DavisonRenamed free_exclude_list() to clear_exclude_list().
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-14 Wayne DavisonIn the debug output, distinguish between a user-request...
2004-05-11 Wayne DavisonGot rid of an unused extern.
2004-05-03 Wayne DavisonA slight refinement to my last patch.
2004-05-03 Wayne DavisonFixed crash bug that can affect --delete in certain...
2004-04-29 Wayne DavisonFixed a sorting problem when an entry has an empty...
2004-04-27 Wayne DavisonChanged XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-22 Wayne DavisonRestore the old include behavior where a command-line...
2004-04-22 Wayne DavisonNo need to pass a debug string to check_exclude() anymo...
2004-04-17 Wayne DavisonChanged the dev handling for -H back to using an opaque...
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14 Wayne DavisonAdded a description arg to check_exclude().
2004-04-12 Wayne DavisonUse the new XFLG_* flags to call the add_exclude*(...
2004-04-12 Wayne Davison- Use dev_t instead of DEV64_T.
2004-04-08 Wayne DavisonSimplify the setting of rdev & rdev_high in send_file_e...
2004-04-08 Wayne DavisonFixed a bug in the sending of rdev when the high-bits...
2004-04-08 Wayne DavisonExplicitly cast our ~0xFF mask using ~(DEV64_T)0xFF...
2004-04-01 Wayne DavisonSome more IOERR_VANISHED support.
2004-02-11 Wayne DavisonFixed a crash bug when keep_backup() calls make_file...
2004-02-10 Wayne DavisonGot rid of useless extern.
2004-02-10 J.W. SchultzKeep in sync with protocol if idev data on stream but...
2004-02-10 Wayne DavisonIf XMIT_HAS_IDEV_DATA is set in receive_file_entry...
2004-02-10 Wayne DavisonChanged flist_init() to use offsetof().
next