]> git.ipfire.org Git - thirdparty/rsync.git/history - flist.c
Added "const" to appropriate char pointers.
[thirdparty/rsync.git] / flist.c
2006-11-19  Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-13  Wayne DavisonTurned the char * vars flist_dir and lastdir into const...
2006-11-11  Wayne DavisonIf ignore_perishable is set, increment a count of all...
2006-11-11  Wayne DavisonWhen make_file() gets a stat() error on a file, the...
2006-10-14  Wayne DavisonGot rid of the recent paranoid length check because...
2006-10-13  Wayne Davison- Changed some sprintf() calls to snprintf() calls.
2006-10-13  Wayne DavisonAdded a paranoid length check.
2006-10-13  Wayne Davison- Use precompiler conditionals in to_wire_mode() and...
2006-10-12  Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-08  Wayne DavisonCall push_dir() with its new boolean arg.
2006-08-26  Wayne DavisonWhen we're cleaning up a path of "/" in relative mode...
2006-07-10  Wayne DavisonUse new MAKEDEV() macro instead of makedev() directly.
2006-07-03  Wayne DavisonObey the new "munge symlinks" dameon setting.
2006-05-09  Wayne Davison- Turned some FINFO rprintf() calls into FCLIENT calls...
2006-05-09  Wayne DavisonGot rid of an unused variable.
2006-05-05  Wayne DavisonCall the new die_on_unsafe_path() function in a couple...
2006-05-03  Wayne Davison- Call safe_stat() instead of do_stat() when a sanitizi...
2006-05-02  Wayne DavisonTweaked some variable names in readlink_stat() and...
2006-05-02  Wayne DavisonGot rid of the sanitizing of a symlink's link string...
2006-04-25  Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25  Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-21  Wayne DavisonGot rid of the setting of io_write_phase.
2006-02-24  Wayne Davison- Got rid of unused externs.
2006-02-13  Wayne DavisonMade the receiver count the size of symlinks in the...
2006-02-08  Wayne DavisonTweaked a comment.
2006-01-31  Wayne DavisonGot rid of the orig_umask-based file->mode tweak in...
2006-01-30  Wayne DavisonMade get_dirlist() always include directories.
2006-01-30  Wayne DavisonAdded extern for io_write_phase.
2006-01-29  Wayne DavisonUse PERMSTRING_SIZE rather than a hard-wired "11".
2006-01-28  Wayne DavisonMade the new --prune-empty-dirs code a little more...
2006-01-28  Wayne DavisonTweaked a variable name in flist_find().
2006-01-28  Wayne DavisonThe user can now use a "protect" filter to avoid prunin...
2006-01-27  Wayne DavisonImproved flist_find()'s empty-entry handling to deal...
2006-01-27  Wayne DavisonOptimized flist_find() so that we never scan a series...
2006-01-27  Wayne DavisonImplement the new --skip-empty-dirs (-k) option.
2006-01-26  Wayne DavisonHandle separated devices and special files.
2006-01-25  Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24  Wayne DavisonThe uid & gid are now stored using an id_pair structure.
2006-01-24  Wayne DavisonThe in_del_hier code needs to use lastname instead...
2006-01-22  Wayne DavisonNew -x code had some problems, so restore the old code...
2006-01-21  Wayne Davison- Changed how --one-file-system works so that we can...
2006-01-21  Wayne DavisonHandle the --chmod option as either the sender or the...
2006-01-21  Wayne DavisonImplemented the -xx behavior that skips mount-point...
2006-01-20  Wayne Davison- Changed send_file_entry() into a static function...
2006-01-19  Wayne DavisonThe code in send_file_list() needed a little more impro...
2006-01-19  Wayne DavisonWhen --relative is active, simply trim off trailing...
2006-01-17  Wayne DavisonGot rid of a now-unused static variable.
2006-01-14  Wayne DavisonMerged f_name() with f_name_to().
2006-01-14  Wayne DavisonFixed a couple out-of-memory function-name strings...
2006-01-14  Wayne DavisonAdded a "continue" missing from a recent change.
2006-01-13  Wayne DavisonGot rid of calls to the (soon to vanish) safe_fname...
2005-11-10  Wayne Davison- Got rid of a superfluous empty line.
2005-11-10  Wayne DavisonIn make_file(), only compute the checksum when we're...
2005-11-10  Wayne DavisonCompute the right checksum length for the current proto...
2005-11-07  Wayne DavisonCall tweak_mode() on regular files and dirs if --chmod...
2005-11-01  Wayne DavisonDecreased the amount of stack needed for each level...
2005-10-19  Wayne DavisonGet rid of some superfluous empty lines.
2005-09-29  Wayne Davison- When --dirs is specified w/o --recursive, avoid marki...
2005-09-17  Wayne DavisonChanged one strcpy() into a strlcpy().
2005-09-16  Wayne DavisonTweaked the code a little in the always_checksum handli...
2005-09-09  Wayne DavisonWhen pop_dir(olddir) fails, pass the right string pointer
2005-08-01  Wayne DavisonAllow the user to specify a dot dir in the source path...
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 rsync.c and improved...
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...
next