rsync/rsync.git
2006-02-06 Wayne DavisonGot rid of a newly-added trailing tab.
2006-02-06 Wayne DavisonMention the new output-escaping idiom and the multibyte...
2006-02-06 Wayne DavisonAllow the iconv_open() call to fail since we can now...
2006-02-06 Wayne Davison- The iconv-supporting code can now ask filtered_fwrite...
2006-02-06 Wayne DavisonHave default_charset() try mapping "646" -> "ASCII...
2006-02-06 Wayne DavisonAdded "const" to the default_charset() return.
2006-02-06 Wayne DavisonSolaris 9 and HP-UX 11.11 need us to look for libiconv_...
2006-02-06 Wayne DavisonCheck to see if we need to include the iconv library.
2006-02-06 Wayne DavisonMention the prepare-source script and the changes in...
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 fns and tweaked how it is...
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.
next