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