rsync/rsync.git
2004-11-27 Wayne DavisonAllow "port" to be specified in the rsyncd.conf file.
2004-11-27 Wayne DavisonAdded tests for multiple --compare-dest options and...
2004-11-27 Wayne DavisonAdded support for multiple --*-dest options.
2004-11-27 Wayne Davison- Added parsing for --copy-dest.
2004-11-27 Wayne DavisonThe compare_dest variable changed.
2004-11-27 Wayne Davison- Added support for --copy-dest, which behaves like...
2004-11-27 Wayne Davison- Define MAX_BASIS_DIRS.
2004-11-27 Wayne DavisonDocument --copy-dest and the support for multiple ...
2004-11-20 Wayne DavisonFixed a socket-data conflict when verbosity is >= 2...
2004-11-20 Wayne DavisonMention latest fix.
2004-11-20 Wayne DavisonCall set_msg_fd_in() during the early phase of being...
2004-11-20 Wayne DavisonSome minor improvements to read_msg_fd() made it safe...
2004-11-17 Wayne DavisonMention that the --bwlimit may now be combined with...
2004-11-17 Wayne Davison- Mention the latest enhancements.
2004-11-17 Wayne DavisonAged the 2.6.3 release news.
2004-11-17 Wayne Davison- Added the --bwlimit option to the options that are...
2004-11-17 Wayne DavisonSeparate the daemon options from the normal client...
2004-11-13 Wayne DavisonTweaked the error code for a pipe() failure.
2004-11-13 Wayne DavisonMentioned the new fork() check.
2004-11-13 Wayne DavisonDie with an appropriate error if do_fork() fails.
2004-11-11 Wayne DavisonMention the new --max-size option.
2004-11-11 Wayne DavisonObey the max_size setting.
2004-11-11 Wayne DavisonAdded the --max-size option.
2004-11-11 Wayne DavisonDocument --max-size.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-11-02 Wayne DavisonAlways include lib/snprintf.o when we include lib/compat.o.
2004-10-27 Wayne DavisonMention latest fix.
2004-10-27 Wayne DavisonDon't ever call make_backup() if we're removing a desti...
2004-10-18 Wayne DavisonMention the latest bug-fix.
2004-10-18 Wayne DavisonFixed an off-by-one error in the handling of --max...
2004-10-14 Wayne DavisonMention new option parsing.
2004-10-14 Wayne DavisonSeparate the daemon options so that the user can't...
2004-10-14 Wayne DavisonIt seems that some popt releases don't define POPT_TABL...
2004-10-12 Wayne DavisonDecided we don't need the build_gen target after all.
2004-10-11 Wayne Davison- Got rid of some awkward spacing in the long_options...
2004-10-10 Wayne DavisonMention the latest changes.
2004-10-10 Wayne DavisonCall flush_write_file() in _exit_cleanup() if we are...
2004-10-08 Wayne DavisonHandle systems where the makedev() macro is named mkdev().
2004-10-08 Wayne DavisonA new target, build_gen, works like gen w/o man-page...
2004-10-07 Wayne DavisonImproved an error message by using rsyserr().
2004-10-07 Wayne DavisonMention in -a's usage message that -H isn't implied.
2004-10-06 Wayne DavisonRe-enable the "!" token-handling in a .cvsignore file.
2004-10-01 Wayne DavisonThe device-handling code is no longer omitted based...
2004-10-01 Wayne DavisonImproved do_mknod() so that it handles creating a fifo...
2004-10-01 Wayne DavisonMake sure that all programs that use syscall.o also...
2004-10-01 Wayne Davison- Check if struct sockaddr_un has a sun_len member.
2004-10-01 Wayne DavisonSome systems need do_mkstemp() to use setmode() to...
2004-10-01 Wayne DavisonCheck for the setmode() function.
2004-09-30 Wayne DavisonPreparing for release of 2.6.3
2004-09-30 Wayne DavisonMention the enhancement that was made (quite a while...
2004-09-30 Wayne DavisonRefined the text of a few of the news items.
2004-09-30 Wayne Davison- Mention the fix for lost output with 2>&1.
2004-09-30 Wayne DavisonMention the (anticipated) 2.6.3 release date.
2004-09-29 Wayne DavisonSet our stderr output to blocking I/O to avoid any...
2004-09-24 Wayne DavisonChanged the errors concerning the secrets file to outpu...
2004-09-24 Wayne Davison- Make sure that match_address() always restores the...
2004-09-24 Wayne DavisonTurned the various FERROR messages into (the more prope...
2004-09-23 Wayne DavisonAdded some more --inplace info (i.e. it implies --parti...
2004-09-23 Wayne DavisonMade the refused-option message clearer, like Paul...
2004-09-23 Wayne DavisonCreate a FIFO using mkfifo.
2004-09-23 Wayne DavisonAssume that gettimeofday() takes two arguments when...
2004-09-23 Wayne DavisonOnly output major/minor info for a character/block...
2004-09-22 Wayne DavisonMention that --partial-dir now sets an exclude that...
2004-09-22 Wayne DavisonIf the partial-dir value is relative, add a directory...
2004-09-22 Wayne DavisonIn get_exclude_tok(), if XFLG_DIRECTORY was passed...
2004-09-22 Wayne DavisonAdded XFLG_DIRECTORY define.
2004-09-21 Wayne DavisonPreparing for release of 2.6.3pre2
2004-09-21 Wayne DavisonMention the daemon-socket-connection change.
2004-09-21 Wayne DavisonMentioned a couple more changes.
2004-09-21 Wayne DavisonThe delete_one() function no longer needs to handle...
2004-09-21 Wayne Davison- Turned readlink_stat() into a static function.
2004-09-20 Wayne Davison- Fixed a problem with the $bakdir value.
2004-09-20 Wayne DavisonOutput a backup message when verbose > 1 and we did...
2004-09-20 Wayne DavisonOutput the same backup-message prefix when verbose...
2004-09-20 Wayne DavisonUse $diffopt instead of -u.
2004-09-20 Wayne DavisonGot rid of a superfluous static buffer.
2004-09-20 Wayne DavisonA simple test of the backup functionality.
2004-09-20 Wayne DavisonImproved a comment.
2004-09-18 Wayne DavisonMention the new RSYNC_PARTIAL_DIR environment variable.
2004-09-18 Wayne DavisonDocument the new RSYNC_PARTIAL_DIR environment variable.
2004-09-18 Wayne DavisonLook for the RSYNC_PARTIAL_DIR environment variable...
2004-09-18 Wayne DavisonMention that older rsync versions had a problem with...
2004-09-17 Wayne DavisonMention the latest changes.
2004-09-17 Wayne Davison- Added the ability to parse a literal IPv6 address...
2004-09-17 Wayne DavisonWhen outputting the flist info (in a debug-level of...
2004-09-16 Wayne DavisonActually, since the close calls shouldn't fail (now...
2004-09-16 Wayne DavisonMake sure that /etc and /bin actually are readable...
2004-09-16 Wayne Davison- Set "listener" to -1 after we close it so that the...
2004-09-08 Wayne DavisonDon't try to optimize-away the sending of the --delete...
2004-09-07 Wayne DavisonIf --backup was used with --inplace, we don't limit...
2004-09-07 Wayne DavisonWhen --backup is used with --inplace, we make a copy...
2004-09-07 Wayne DavisonIf we're making backups with --inplace, use the backup...
2004-09-07 Wayne DavisonTurn off make_backups during the redo phase, just like...
2004-09-07 Wayne DavisonMoved the code that determines the backup filename...
2004-09-07 Wayne DavisonMade full_write() non-static.
2004-09-07 Wayne DavisonW mustn't backup an inplace file in finish_transfer().
2004-09-07 Wayne DavisonReject the use of --compare-dest or --link-dest with...
2004-09-07 Wayne DavisonWhen we say we're skipping a non-regular file, actually...
2004-09-07 Wayne DavisonA minor optimization to the partial-dir code.
2004-09-07 Wayne DavisonFix the case where a partial-dir file exists but the...
next