]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2006-02-06  Wayne DavisonAdded dependencies for proto.h.
2006-02-06  Wayne DavisonThe "proto" target now builds target "proto.h" from...
2006-02-06  Wayne DavisonChanged the "proto" target to "proto.h".
2006-02-06  Wayne DavisonMoved the targets "gen", "proto", and "man" to prepare...
2006-02-06  Wayne DavisonAn easy way to run all the commands in prepare-source...
2006-02-06  Wayne DavisonMoved the rules for generating files such as configure...
2006-02-05  Wayne DavisonInclude --no-g in the popt-alias example in --perms.
2006-02-05  Wayne DavisonIn default_charset(): if nl_langinfo() gives us "646...
2006-02-05  Wayne DavisonAdded a missing comma.
2006-02-05  Wayne DavisonSome more improvements to --perms and --executability...
2006-02-05  Wayne DavisonAllow itemize() to flag ITEM_REPORT_PERMS anytime the...
2006-02-05  Wayne DavisonMake sure that we don't try to use iconv() without...
2006-02-05  Wayne DavisonChanged HAVE_ICONV to HAVE_ICONV_OPEN.
2006-02-04  Wayne DavisonSwitched back to checking for iconv_open() due to HP-UX.
2006-02-04  Wayne DavisonCall setup_iconv().
2006-02-04  Wayne DavisonUse iconv() (when available) to allow us to output...
2006-02-04  Wayne DavisonThe new function setup_iconv() initializes the ic_chck...
2006-02-04  Wayne Davison- Changed the check for iconv_open() to just iconv().
2006-02-04  Wayne DavisonDon't do so much memory copying in mplex_write().
2006-02-04  Wayne DavisonIn the compatibility comments: mention why we don...
2006-02-04  Wayne DavisonTest directory setgid inheritence when --perms is not...
2006-02-04  Wayne DavisonAdded a missing '(' in the opening comments.
2006-02-04  Wayne DavisonAdded a special permission (o+t) to one of the files...
2006-02-04  Wayne DavisonTweaked a function declaraion.
2006-02-04  Wayne Davison- When not preserving permissions, ensure that a newly...
2006-02-04  Wayne DavisonIgnore setfacl unless it tells us that it supports...
2006-02-04  Wayne DavisonNeeded to make %G output "DEFAULT" when gid == GID_NONE.
2006-02-03  Wayne DavisonImproved the --partial-dir section.
2006-02-03  Wayne DavisonDecided to undo the last change to avoid backward compa...
2006-02-03  Wayne DavisonAvoid adding our own exclude of the partial-dir name...
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...
next