Made read_arg_from_pipe() handle EINTR.
[rsync/rsync.git] / generator.c
2007-12-31 Wayne DavisonFixed a case where the receiver indicates a successful...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonDon't try to delete when list_only is set.
2007-11-19 Wayne DavisonMade some code that handles hard-linking of symlinks be
2007-11-06 Wayne DavisonTweaked an extern.
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-05 Wayne DavisonGot rid of a redundant mtime check.
2007-11-04 Wayne DavisonConditional symlink-checking code in unchanged_attrs...
2007-11-03 Wayne DavisonHave unchanged_attrs() check the mtime on items where...
2007-11-03 Wayne DavisonA better way to count our queued workload.
2007-11-03 Wayne DavisonFixed hang when --hard-links was processing a large...
2007-10-31 Wayne Davison- Handle a dot-dir-containing flist using its parent_nd...
2007-10-29 Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-10-28 Wayne DavisonDon't call copy_file() for a dry-run. (Thanks, Matt!)
2007-10-18 Wayne DavisonWe can't decrement the in_progress value for a hard...
2007-10-16 Wayne DavisonWe now report symlink mode changes if HAVE_SETATTRLIST...
2007-10-15 Wayne DavisonIf there's no lchmod(), don't itemize permission differ...
2007-10-14 Wayne DavisonFixed a typo in a comment.
2007-10-08 Wayne Davison- Use the new *_CONTENT_DIR flag names (was *_XFER_DIR).
2007-10-07 Wayne DavisonImproved on the list-only fix and on the other similar...
2007-10-07 Wayne DavisonFix list-only output of dirs w/--relative but w/o ...
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonThe --inplace code now properly handles creating a...
2007-09-23 Wayne DavisonUse make_bak_dir() if we get ENOENT while trying to...
2007-09-23 Wayne DavisonMoved list-only output from flist.c to generator.c...
2007-09-22 Wayne DavisonFixed a just-introduced glitch in directory creation...
2007-09-22 Wayne DavisonThe latest --relative --no-implied-dirs code in inc_rec...
2007-09-15 Wayne Davison- Fixed an inc_recurse problem with implied dirs not...
2007-09-15 Wayne Davison- Parse hard-link info as soon as we get it in inc_recu...
2007-09-10 Wayne DavisonAdded an "ndx" arg to all the finish_hard_link() calls.
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-01 Wayne DavisonMade omit_dir_times a static variable in options.c...
2007-08-01 Wayne DavisonFiles with the same size should also be skipped by...
2007-07-14 Wayne DavisonMake extra-verbose output of touch_up_dirs() only menti...
2007-07-14 Wayne Davison- When --omit-implied-dirs is specified and the creatio...
2007-07-14 Wayne DavisonThe delete-during code needs to skip directories that...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne Davison- Do directory touch-ups at the end, even in inc-recurs...
2007-07-08 Wayne Davison- Incremental recursion mode does not process the dirs...
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonSwitch the checking of preserve_[ug]id var to checking...
2007-05-23 Wayne DavisonMake sure we don't try to output a NULL pointer in...
2007-05-23 Wayne Davison- Output a -vvv(erbose) message in the touch_up_dirs...
2007-05-21 Wayne DavisonCast some F_OWNER()/F_GROUP() values to make sure that...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-26 Wayne DavisonRefer to the right sorted/unsorted file list array...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-14 Wayne DavisonFixed more potential hang cases for incremental recursion.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-17 Wayne DavisonMake sure that a newly-created destination directory...
2007-02-16 Wayne DavisonImproved the incremental sending of file lists in two...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-02-03 Wayne DavisonThe "ndx" variable now holds the unique, over-the-wire...
2007-01-31 Wayne DavisonChanged the main file-scan loop to not check for redo...
2007-01-30 Wayne DavisonMoved the code that checks for finished file-lists...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2006-12-29 Wayne Davison- Put directory retouching code into a separate functio...
2006-12-28 Wayne DavisonAn incremental-recursion transfer can't switch from...
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-25 Wayne DavisonCan just test ignore_errors w/o lp_ignore_errors(module...
2006-12-17 Wayne DavisonUse F_DEPTH() in place of dir.depth.
2006-12-16 Wayne DavisonAdded a basename var to file_struct at the end, making...
2006-12-13 Wayne DavisonRenamed the F_*HLINK* macros to make their purpose...
2006-12-12 Wayne DavisonUse new BITS_EQUAL() define.
2006-12-09 Wayne DavisonA minor format tweak.
2006-12-09 Wayne Davison- Use the revamped hard-link functions.
2006-12-08 Wayne DavisonGet rid of some signed/unsigned-comparison compiler...
2006-12-08 Wayne Davison- The --delete-delay code now does its own output buffe...
2006-12-08 Wayne DavisonFixed --delete-delay by making the fprintf() output...
2006-12-07 Wayne DavisonAdded missing initialization of new solo_file variable.
2006-12-07 Wayne Davison- Set "solo_file" bool and use that for improved clarity.
2006-12-07 Wayne DavisonImproved the format of the debug output for mknod().
2006-12-06 Wayne Davison#ifdef calls to hard-link functions.
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-04 Wayne DavisonUse new send_msg_int() function.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-23 Wayne DavisonSilenced a compiler warning.
2006-11-22 Wayne Davison- Implement new --delete-delay option.
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-11 Wayne DavisonTweaked a couple comments.
2006-11-11 Wayne Davison- Restored some of Matt's suggested logic that I left...
2006-11-11 Wayne Davison- Make delete_dir_contents() use less stack by recursin...
2006-11-11 Wayne DavisonMy adaptation of Matt's cleanup of the delete_item...
2006-11-11 Wayne DavisonAllow --max-delete=0 (zero used to be ignored).
2006-11-10 Wayne DavisonChanged two more references to "st" to "real_st" in...
2006-11-10 Wayne Davison- Fixed a problem where the real stat struct for a...
2006-11-10 Wayne Davison- Improved try_dests_non() so that it works with all...
2006-10-22 Wayne Davison- Fixed an error-handling path in try_dests_reg().
2006-10-13 Wayne Davison- Use the new FNONE enum instead of a literal 0 value.
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-11 Wayne DavisonIf new_root_dir is set, itemize the output of the ...
2006-10-09 Wayne DavisonIf the combination of --dry-run, --link-dest, and ...
2006-09-30 Wayne DavisonI decided that combining --link-dest with -I doesn...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonHandle the --remove-sender-files option by sending...
next