summaryrefslogtreecommitdiff
path: root/flist.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-20Tweaked some externs.Wayne Davison1-1/+1
2005-02-19- Needed to use a name buffer in delete_missing() to avoid havingWayne Davison1-29/+10
2005-02-19- Call log_delete() instead of outputting a "deleting ..." message.Wayne Davison1-6/+5
2005-02-14- If send_file_name() gets f set to -2, it skips the local filter rules.Wayne Davison1-4/+26
2005-02-14If f_name_cmp() discovers that two directory strings compare to anWayne Davison1-1/+15
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-17/+17
2005-02-13In clean_flist(), if a duplicate is found for a dir and a non-dir,Wayne Davison1-12/+36
2005-02-13- Made receive_file_entry() return the file_struct pointer insteadWayne Davison1-63/+127
2005-02-13Changed the prefix on the fnc_state enums.Wayne Davison1-22/+22
2005-02-12We don't need to avoid the local filter list in send_file_name()Wayne Davison1-6/+1
2005-02-12- Since send_file_list() is no longer called with f == -1, got ridWayne Davison1-56/+41
2005-02-09- Decided that flist_find() should be public, not static.Wayne Davison1-11/+25
2005-02-07Added missing calls to safe_fname() and full_fname().Wayne Davison1-11/+13
2005-02-07Needed to call safe_fname() when listing the remote names.Wayne Davison1-2/+2
2005-02-03Changed delete_missing() to not limit the use of DEL_FORCE_RECURSEWayne Davison1-6/+3
2005-02-03- We now separate the user-specified top-dir flag (via the restoredWayne Davison1-19/+25
2005-02-03- Moved an optimization from file_compare() into f_name_cmp() (the oneWayne Davison1-53/+33
2005-02-01- Made flist_find() and receive_file_entry() static functions.Wayne Davison1-75/+51
2005-02-01Fixed a typo in a variable name.Wayne Davison1-4/+4
2005-01-31Tweaked one or more warning messages.Wayne Davison1-1/+1
2005-01-30Added "need_first_push" logic to delete_in_dir().Wayne Davison1-6/+24
2005-01-30delete_in_dir() now mananges the push/pop levels of nestedWayne Davison1-12/+36
2005-01-30- Now delete_in_dir() calls send_directory(), not send_file_name().Wayne Davison1-41/+51
2005-01-29- Improved the handling of -x with -K.Wayne Davison1-50/+46
2005-01-28Don't set unsigned del_heir_name_len to -1 -- it's only usedWayne Davison1-2/+2
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-1/+1
2005-01-27Set the new stats.flist_buildtime and stats.flist_xfertime values.Wayne Davison1-0/+15
2005-01-25- The call to delete_file() needs DEL_NO_RECURSE when handlingWayne Davison1-2/+4
2005-01-25Renamed several exclude-related functions/variables using newWayne Davison1-29/+27
2005-01-25The calls into the exclude system changed a little for the new --filterWayne Davison1-29/+20
2005-01-24Moved some of the delete code from receiver.c to here and implementedWayne Davison1-11/+110
2005-01-24Renamed keep_dirs, "xfer_dirs".Wayne Davison1-8/+8
2005-01-22- Implemented a new handling of the recurse variable: if it isWayne Davison1-4/+14
2005-01-21- Changed XMIT_TOP_DIR to XMIT_DEL_START.Wayne Davison1-7/+7
2005-01-20Don't mention when the file-list is first allocated, just when itWayne Davison1-1/+1
2005-01-20Switched uint64 vars over to int64.Wayne Davison1-3/+3
2005-01-20When outputting the file list created for the delete pass, identifyWayne Davison1-5/+5
2005-01-19Use the new "keep_dirs" var instead of separately checking theWayne Davison1-15/+11
2004-12-16The "ignore nonreadable" daemon parameter no longer affectsWayne Davison1-2/+7
2004-09-21- Turned readlink_stat() into a static function.Wayne Davison1-2/+24
2004-09-17When outputting the flist info (in a debug-level of verbosity) weWayne Davison1-1/+2
2004-08-12Call clean_flist() with its new "collapse_dot_dot" arg.Wayne Davison1-2/+2
2004-08-11- Set the var lastdir_depth when setting lastdir.Wayne Davison1-6/+8
2004-08-05Use the new sanitize_path() calling syntax.Wayne Davison1-5/+5
2004-07-17Got rid of the arg to io_start_multiplex_out().Wayne Davison1-1/+1
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-15/+5
2004-06-18Improved a comment.Wayne Davison1-0/+2
2004-06-11- Made readlink_stat() and link_stat() optionally follow a symlinkWayne Davison1-10/+18
2004-06-11In set_filesystem(), call do_stat(), not link_stat() to ensureWayne Davison1-1/+1
2004-06-09Needed to enclose the new symlink-warning code in anWayne Davison1-4/+10