Age | Commit message (Expand) | Author | Files | Lines |
2005-09-29 | - When --dirs is specified w/o --recursive, avoid marking solo dirs | Wayne Davison | 1 | -8/+7 |
2005-09-17 | Changed one strcpy() into a strlcpy(). | Wayne Davison | 1 | -1/+1 |
2005-09-16 | Tweaked the code a little in the always_checksum handling of the | Wayne Davison | 1 | -14/+8 |
2005-09-09 | When pop_dir(olddir) fails, pass the right string pointer | Wayne Davison | 1 | -1/+1 |
2005-08-01 | Allow the user to specify a dot dir in the source path when | Wayne Davison | 1 | -26/+35 |
2005-07-22 | Tweaked a comment and some null-char assignments. | Wayne Davison | 1 | -6/+6 |
2005-07-07 | Changed overflow() to overflow_exit(). | Wayne Davison | 1 | -4/+4 |
2005-06-12 | In clean_flist(), fixed the setting of the flist->high value for an | Wayne Davison | 1 | -1/+5 |
2005-05-27 | Simplified the last change a bit. | Wayne Davison | 1 | -3/+2 |
2005-05-27 | If we unduplicate '.', make sure we also copy FLAG_DEL_HERE (in | Wayne Davison | 1 | -2/+3 |
2005-05-25 | Handle nested "." dirs (caused by --relative and a trailing slash or | Wayne Davison | 1 | -2/+12 |
2005-05-14 | Treat a trailing ".." dir-name as if "../" had been specified so | Wayne Davison | 1 | -0/+8 |
2005-05-13 | If adding a trailing dot to a directory name overflows | Wayne Davison | 1 | -1/+3 |
2005-04-27 | If the user specified --relative and a source dir with a trailing | Wayne Davison | 1 | -0/+3 |
2005-03-30 | Fixed a comment. | Wayne Davison | 1 | -1/+1 |
2005-03-29 | Changed maybe_emit_filelist_progress() and emit_filelist_progress() | Wayne Davison | 1 | -7/+10 |
2005-03-14 | Split the conditional-directory sending out of send_file_name() into | Wayne Davison | 1 | -25/+37 |
2005-03-14 | Got rid of some code in f_name_cmp() that tried to make all the | Wayne Davison | 1 | -12/+0 |
2005-03-03 | Use the new "the_file_list" global. | Wayne Davison | 1 | -5/+4 |
2005-02-26 | - Moved file-deletion code into generator.c. | Wayne Davison | 1 | -219/+40 |
2005-02-26 | Call log_delete() from delete_file() anytime that DEL_TERSE is | Wayne Davison | 1 | -4/+3 |
2005-02-25 | Don't add st_size from a device to stats.total_size. | Wayne Davison | 1 | -1/+1 |
2005-02-22 | When preforming a recursive delete, push/pop the per-dir merge rules. | Wayne Davison | 1 | -0/+5 |
2005-02-22 | Sort the dir-list returned by get_dirlist() and the dir-list that | Wayne Davison | 1 | -1/+5 |
2005-02-22 | - Iterate through the deletion list in reverse order so that we | Wayne Davison | 1 | -4/+4 |
2005-02-22 | Only rename a directory with the backup suffix if we're removing | Wayne Davison | 1 | -7/+9 |
2005-02-22 | A couple changes in delete_file() make us more compatible with | Wayne Davison | 1 | -11/+6 |
2005-02-21 | - Moved delete_file() here from rsync.c and improved it to avoid | Wayne Davison | 1 | -30/+129 |
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 |