]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2006-02-03  Wayne DavisonMade the new %M escape handle multiple spaces in the...
2006-02-03  Wayne DavisonRemoved completed items.
2006-02-03  Wayne DavisonMention who is outputting the "rsync error" or "rsync...
2006-02-03  Wayne DavisonMention latest changes.
2006-02-03  Wayne DavisonLog when someone requests a module list.
2006-02-03  Wayne DavisonDocument the new "log format" options: %M (modtime...
2006-02-03  Wayne Davison- Allow tab characters to appear in rwrite() messages.
2006-02-03  Wayne DavisonA minor optimization to timestring.
2006-02-03  Wayne DavisonAllow sigaction() to be used even if sigprocmask()...
2006-02-03  Wayne DavisonSimplified the conditional prior to the SIGACTION code.
2006-02-03  Wayne DavisonA slight tweak to the conditionalized definition of...
2006-02-03  Wayne DavisonDecided I don't like "set -x".
2006-02-03  Wayne DavisonThe calls to check_perms now pass a test number arg and
2006-02-03  Wayne DavisonImproved check_perms() to work with a directory, to...
2006-02-03  Wayne DavisonMoved check_perms() into rsync.fns and tweaked how...
2006-02-03  Wayne DavisonAdded a new function: check_perms().
2006-02-03  Wayne DavisonMatt's executability test with a few tweaks (e.g. to...
2006-02-03  Wayne DavisonScratch-dir normalization from Matt: turn off any defau...
2006-02-02  Wayne DavisonMention the sigaction() and sigprocmask() goodness.
2006-02-02  Wayne DavisonFixed a hang.
2006-02-02  Wayne DavisonMoved the potential disabling of __attribute__ above the
2006-02-02  Wayne DavisonTweaked a couple lines in the code that handles --version.
2006-02-02  Wayne DavisonChanged default logfile setting from /var/adm/rsyncd...
2006-02-02  Wayne DavisonChanged sig_int() to use a standard signal-handler...
2006-02-02  Wayne Davison- Call SIGACTION() instead of signal().
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".
next