rsync/rsync.git
2006-02-02 Wayne DavisonCall SIGACTION() instead of signal().
2006-02-02 Wayne Davison- Moved definition of UNUSED() above inclusion of proto.h.
2006-02-02 Wayne DavisonAdded checks for sigaction() and sigprocmask().
2006-02-02 Wayne DavisonLook for public functions that return RETSIGTYPE.
2006-02-01 Wayne DavisonIgnore the --quiet option if someone sent it to us...
2006-02-01 Wayne DavisonWhen complaining about a socket-read problem, use an...
2006-02-01 Wayne DavisonTurn an FSOCKERR into a normal FERROR if it's not going...
2006-02-01 Wayne DavisonAdded FSOCKERR and MSG_SOCKERR (a sibling-only message).
2006-02-01 Wayne DavisonWe should be using wait_process(), not waitpid() directly.
2006-02-01 Wayne DavisonChanged a few "ret" variables to have better names.
2006-01-31 Wayne DavisonThe itemize() output now mentions -E permissions changes.
2006-01-31 Wayne DavisonMention the --executability option.
2006-01-31 Wayne DavisonAnother help-text tweak.
2006-01-31 Wayne DavisonMoved where --chmod was listed.
2006-01-31 Wayne DavisonMoved --chmod in the help output.
2006-01-31 Wayne DavisonWhen permissions aren't being preserved, set them via...
2006-01-31 Wayne DavisonGot rid of the orig_umask-based file->mode tweak in...
2006-01-31 Wayne DavisonAdded the dest_mode() function: it figures out the...
2006-01-31 Wayne DavisonAdded the --executability (-E) option.
2006-01-31 Wayne DavisonDocumented the new --executability (-E) option, with...
2006-01-31 Wayne DavisonMention the chmod utility's manpage number.
2006-01-30 Wayne DavisonMention that --chmod's work can still be masked by...
2006-01-30 Wayne DavisonMention files-to-excludes.
2006-01-30 Wayne DavisonThis perl script automates the conversion of a list...
2006-01-30 Wayne DavisonMentioned the new "outgoing chmod" daemon option.
2006-01-30 Wayne DavisonDocumented the new "outgoing chmod" daemon option.
2006-01-30 Wayne DavisonAdded support for the new "outgoing chmod" daemon option.
2006-01-30 Wayne DavisonMentioned the early-EOF bugfix (which was fixed a while...
2006-01-30 Wayne DavisonImproved the documentation for --force.
2006-01-30 Wayne DavisonI realized that there were instances where --force...
2006-01-30 Wayne DavisonAllow --force to work even if --recurse was not specified.
2006-01-30 Wayne DavisonMade get_dirlist() always include directories.
2006-01-30 Wayne DavisonMention the latest improvements.
2006-01-30 Wayne DavisonAllow a non-empty dir to be overwritten by a non-dir...
2006-01-30 Wayne DavisonIf the module has defined an "incoming chmod" option...
2006-01-30 Wayne DavisonAdded the "incoming chmod" config option.
2006-01-30 Wayne DavisonDocument the new "incoming chmod" config option.
2006-01-30 Wayne DavisonCall the parse_chmod() with its new syntax.
2006-01-30 Wayne DavisonChanged the way the parse_chmod() function is called.
2006-01-30 Wayne DavisonAdded extern for io_write_phase.
2006-01-30 Wayne Davison- Got rid of the externs for io_read_phase and io_write...
2006-01-30 Wayne DavisonMoved the filter_outfile() function to rsync.fns.
2006-01-30 Wayne DavisonMoved the filter_outfile() function here since it was...
2006-01-30 Wayne DavisonThe robust_rename() function now takes a "partialptr...
2006-01-30 Wayne DavisonThe finish_transfer() function now takes a "partialptr...
2006-01-30 Wayne DavisonCall finish_transfer() with a valid partialptr string...
2006-01-30 Wayne DavisonCall finish_transfer() with its newly-added arg.
2006-01-30 Wayne DavisonCall robust_rename() with its newly-added arg.
2006-01-30 Wayne DavisonDocument the side-effect that --partial-dir can have...
2006-01-30 Wayne DavisonMore improvements to --temp-dir.
2006-01-30 Wayne DavisonChanged the mode arg from an int to a mode_t.
2006-01-29 Wayne DavisonImproved the --temp-dir description and a couple other...
2006-01-29 Wayne Davison- Renamed set_perms() to set_file_attrs().
2006-01-29 Wayne Davison- Use the renamed PERMS_* defines: ATTRS_*.
2006-01-29 Wayne DavisonCall the new name of set_perms(): set_file_attrs().
2006-01-29 Wayne DavisonRenamed the PERMS_* defines to ATTRS_* defines.
2006-01-29 Wayne DavisonUse PERMSTRING_SIZE rather than a hard-wired "11".
2006-01-29 Wayne DavisonNo need to send --partial when we're the receiver.
2006-01-29 Wayne DavisonMade a bunch of char* args const.
2006-01-29 Wayne DavisonAvoid forwarding the --temp-dir option to the server...
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 DavisonWe enforce at least protocol 29 for --prune-empty-dirs...
2006-01-28 Wayne DavisonDon't add the "protect" filter rule for backup-suffix...
2006-01-28 Wayne Davison- We need to send exclude info from the client to a...
2006-01-28 Wayne DavisonThe user can now use a "protect" filter to avoid prunin...
2006-01-28 Wayne DavisonChanged --skip-empty-dirs (-k) to --prune-empty-dirs...
2006-01-28 Wayne DavisonChanged --skip-empty-dirs (-k) to --prune-empty-dirs...
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 DavisonMention the --skip-empty-dirs option.
2006-01-27 Wayne DavisonImplement the new --skip-empty-dirs (-k) option.
2006-01-27 Wayne DavisonAdded the --skip-empty-dirs (-k) option.
2006-01-27 Wayne DavisonDocument the new --skip-empty-dirs (-k) option.
2006-01-26 Wayne DavisonInclude popt.h using <popt.h> instead of "popt.h".
2006-01-26 Wayne DavisonMention the change in the --itemize-changes output.
2006-01-26 Wayne Davison- Include popt.h using <popt.h>, not "popt.h".
2006-01-26 Wayne DavisonMention --sockopts and an improvement to the testsuite...
2006-01-26 Wayne DavisonThe setting of HOME got moved to rsync.fns.
2006-01-26 Wayne DavisonSet $HOME to $scratchdir so that our tests are not...
2006-01-26 Wayne DavisonFixed two typos.
2006-01-26 Wayne DavisonMake use of the new sockopts variable.
2006-01-26 Wayne DavisonAdded the --sockopts option.
2006-01-26 Wayne DavisonMention the --sockopts option.
2006-01-26 Wayne DavisonDocument the new --sockopts option.
2006-01-26 Wayne DavisonMentioned the --super option.
2006-01-26 Wayne DavisonAdded the --super option.
2006-01-26 Wayne DavisonDocument the new --super option and how it affects...
2006-01-26 Wayne DavisonCheck MY_UID() directly instead of accessing am_root.
2006-01-26 Wayne DavisonMention new --specials option and --devices change.
2006-01-26 Wayne DavisonThe itemized output for the fifo changed.
2006-01-26 Wayne DavisonAdded 'S' to the itemized output for special files.
2006-01-26 Wayne DavisonHandle separated devices and special files.
2006-01-26 Wayne DavisonDocument the new --specials option and how -D and ...
2006-01-25 Wayne DavisonOne more minor tweak.
2006-01-25 Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24 Wayne DavisonAdded testing of the --itemize-changes output for devices.
2006-01-24 Wayne DavisonChanged to handle removed 'a' slot in %i output.
2006-01-24 Wayne DavisonFixed a problem in the output of %i's 'T' flag on devic...
2006-01-24 Wayne DavisonGot rid of the description of 'a' in the %i flags.
next