John E. Malmberg convinced me to standardize on #ifs for defined
[rsync/rsync.git] / flist.c
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().
2004-02-10 J.W. SchultzDropped support for protocol versions less than 20...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-06 Wayne DavisonFixed the indentation in init_flist().
2004-02-05 Wayne DavisonAdded new extern.
2004-02-05 Wayne DavisonOnly call add_uid() or add_gid() if numeric_ids is...
2004-02-04 Wayne DavisonDelay the output the (verbose > 3) list of files until...
2004-02-04 Wayne DavisonIf we're dumping the file list (i.e. verbose > 3),...
2004-02-04 Wayne DavisonChanged the -x code to allow -L to copy a file on anoth...
2004-02-03 Wayne DavisonMade hard-link sending compatible with pre-28 protocols...
2004-02-03 J.W. SchultzCorrected sizeof usage:
2004-02-02 Wayne DavisonFix for memset bug found by buildfarm.
2004-02-02 Wayne DavisonChange to try to debug a failure on the build farm.
2004-02-02 Wayne Davison- Use as little memory as possible for the file_struct...
2004-02-02 Wayne DavisonGo back to using malloc() for the hard-link data struct...
2004-02-02 Wayne DavisonMake sure that the idev struct's data is 4-byte aligned.
2004-02-02 Wayne Davison- Changed the file-list allocation to alloc all the...
2004-02-01 Wayne DavisonAdded some missing #if SUPPORT_HARD_LINK and #if SUPPOR...
2004-02-01 Wayne DavisonChanged the rdev code to have both an "rdev" variable...
2004-01-31 Wayne DavisonOne more improvement to the 0-flag-byte avoidance algor...
2004-01-31 Wayne DavisonA small optimization to the symlink-send code, and...
2004-01-31 Wayne DavisonFixed the test to ensure that we don't send a flag...
2004-01-31 Wayne DavisonOne more minor variable-name change.
2004-01-31 Wayne DavisonSwitched a buffer name in make_file() to make the code...
2004-01-27 Wayne DavisonUse who_am_i() to qualify some debug messages.
2004-01-27 Wayne DavisonDon't free lastdir! It is still needed by the flist...
2004-01-27 Wayne DavisonOptimized the -x option by removing the skip_filesystem...
2004-01-27 Wayne DavisonTweaked a comment.
next