rsync/rsync.git
2004-01-02 Wayne DavisonImproved flush_write_file().
2004-01-02 Wayne DavisonApplied a slightly-tweaked version of Oliver Braun...
2004-01-02 Wayne DavisonCall bind() with the right ai_addr/ai_addrlen info.
2004-01-02 Wayne DavisonTidied up a few things in preparation for changes.
2004-01-02 Wayne DavisonMoved the is_in_group() function to uidlist.c.
2004-01-02 Wayne DavisonSet the file's gid to -1 if we don't have permissions...
2004-01-02 Wayne DavisonFixed --link-dest's check for identicalness to ignore...
2004-01-02 Wayne DavisonSilence some compiler warnings.
2004-01-02 Wayne DavisonImproved the setting of cleanup_got_literal so that...
2004-01-02 Wayne DavisonUse the new f_name_to() call instead of strlcat() an...
2004-01-02 Wayne DavisonSome minor changes to some if statements.
2004-01-02 Wayne DavisonUse buffered I/O to read the exclude list.
2004-01-02 Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2004-01-02 Wayne DavisonSome name tweaks.
2004-01-02 Wayne DavisonUse the f_name_to() function to avoid having to strdup...
2004-01-02 Wayne DavisonUse f_name_to() when producing a name for the recv_gene...
2004-01-02 Wayne DavisonOptimized f_name(), generating: (1) f_name_cmp(), which...
2004-01-02 Wayne DavisonGot rid of /* dw */ comments.
2004-01-02 Wayne DavisonOptimized hard_link_one() to not call f_name() so many...
2004-01-02 Wayne DavisonNo need to conditionally-compile EINTR code -- no other...
2004-01-02 Wayne DavisonMore twiddling of the wildcard verbage.
2004-01-01 Wayne DavisonImproved the itemized discussion under the wildcard...
2004-01-01 Wayne DavisonAllow function return values to start with "const".
2004-01-01 Wayne DavisonTweaked the date.
2004-01-01 Wayne DavisonPreparing for release of 2.6.0
2003-12-30 Wayne DavisonOne more tweak to --modify-window verbage.
2003-12-30 Wayne DavisonShorten some of the lines in the --help output.
2003-12-30 Wayne DavisonShortened a few lines, plus a couple minor tweaks.
2003-12-29 Wayne DavisonChanged the VERSION section to refer to 2.x instead...
2003-12-28 Wayne DavisonPreparing for release of 2.6.0pre2
2003-12-28 Wayne DavisonMake the upper copyright year "2004".
2003-12-27 Wayne DavisonAged news from NEWS to OLDNEWS.
2003-12-26 Wayne DavisonUndid previous change.
2003-12-26 Wayne DavisonA change that wasn't needed.
2003-12-24 Wayne DavisonUse %{version} to refer to the current version.
2003-12-24 Wayne DavisonGetting rid of klunky *.tmpl files.
2003-12-24 Wayne DavisonMention the new-backup-dir mode change.
2003-12-24 Wayne DavisonGetting rid of an extra newline that accidentally crept...
2003-12-24 Wayne DavisonSimplified an internal function's name to remove a...
2003-12-20 Wayne DavisonUpdated the copyright year.
2003-12-20 Wayne DavisonOutput a warning about the new remote-shell default...
2003-12-20 Wayne DavisonOutput a newline before the heap statistics.
2003-12-20 Wayne Davison- Mention the extra newlines in the verbose/stats output.
2003-12-20 Wayne DavisonAdded a couple missing items from John Van Essen.
2003-12-19 Wayne DavisonQuiet a compiler warning.
2003-12-19 Wayne DavisonMention the change we made to help ssh cleanup the...
2003-12-19 Wayne DavisonDo a small msleep() in the sig_int() handler before...
2003-12-17 Wayne DavisonGot rid of the RSYNC_RSH_IO stuff for now.
2003-12-17 Wayne DavisonBacked out the RSYNC_RSH_IO support for now.
2003-12-17 J.W. SchultzRemoved hardlink reporting bug from TODO list -- seems...
2003-12-17 J.W. SchultzAdded keword base reporting to TODO features list.
2003-12-17 J.W. SchultzReorganized and cleaned up TODO list.
2003-12-16 Wayne Davison- Changed the places that talked about rsh being the...
2003-12-16 Wayne DavisonWe now support an environment variable named RSYNC_RSH_...
2003-12-16 Wayne DavisonAdded RSYNC_RSH_IO_ENV.
2003-12-16 Wayne DavisonMention change to ssh.
2003-12-16 Wayne DavisonTweaked an obsolete comment.
2003-12-16 Wayne DavisonImproved the default-blocking-I/O code to discern rsh...
2003-12-16 Wayne DavisonMade the default remote-shell be "ssh" (override with...
2003-12-15 Wayne DavisonMoved the information on the single-use ssh key so...
2003-12-15 Wayne DavisonDocument new error code 24.
2003-12-15 Wayne DavisonUpdated version.
2003-12-15 Wayne DavisonChanged the version to 2.6.0pre1.
2003-12-15 Wayne DavisonRemoved some obsolete items.
2003-12-15 Wayne DavisonMake sure we only use blocking-I/O if blocking_io is...
2003-12-15 Wayne DavisonChanged version to 2.6.0.
2003-12-15 Wayne DavisonChanged version to 2.6.0 in preparation for new release.
2003-12-15 Wayne DavisonGot rid of setgroups() caveat for OSX -- we fixed that...
2003-12-15 Wayne DavisonMentioned the vanished-file warning enhancement.
2003-12-15 Wayne DavisonTwiddled some whitespace and multi-line comments.
2003-12-15 Wayne DavisonNew "io_error" variable handling for RERR_VANISHED...
2003-12-15 Wayne DavisonReturn new RERR_VANISHED code, as appropriate.
2003-12-15 Wayne DavisonAdded new IOERR_* defines.
2003-12-15 Wayne DavisonHandle new RERR_VANISHED error.
2003-12-15 Wayne DavisonAdded RERR_VANISHED.
2003-12-15 Wayne DavisonNeatened up some whitespace issues and made multi-line...
2003-12-15 Wayne DavisonSimplified the setting of the reading_remotely variable...
2003-12-15 Wayne DavisonIf we're the server and --files-from is "-", set remote...
2003-12-12 Wayne DavisonNeatened up the indentation.
2003-12-06 J.W. SchultzSanity check s2length on recept.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-10-25 J.W. SchultzAdded reminder to update yo manpage when adding to
2003-10-25 Wayne DavisonAdded exit code 0.
2003-10-25 Wayne DavisonUpdated exit codes as Jon Jensen and J.W. suggested.
2003-10-13 Wayne DavisonFixed an operator-precedence problem in the batch-mode...
2003-10-07 Wayne DavisonTried to improve the documentation surrounding a traili...
2003-09-16 Wayne DavisonTweaked the just-added error message to use my new...
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-09-11 Wayne DavisonMention my recent changes.
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-11 Wayne DavisonTweaked an error message.
2003-09-11 Wayne DavisonAdded a new function, full_fname(), that makes a filena...
2003-09-11 Wayne DavisonInclude a few new stubs to handle the new full_fname...
2003-09-11 Wayne DavisonGot rid of some "/* dw */" comments and fixed some...
2003-09-11 Wayne DavisonGot rid of some "/* dw */" comments.
2003-09-11 Wayne DavisonIf lp_path() returns "/", set exclude_path_prefix to...
2003-09-11 Wayne DavisonMake sure that the new slash-stripping P_PATH code...
2003-09-10 Wayne DavisonChanged main() definition to avoid an extra prototype...
2003-09-10 Wayne DavisonMake sure that the "path" value has any trailing slashe...
2003-09-10 Wayne DavisonGot rid of trailing whitespace.
next