rsync/rsync.git
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...
2004-09-07 Wayne DavisonMention that --whole-file interferes with the reuse...
2004-09-05 Wayne DavisonFixed a typo Paul pointed out.
2004-08-26 Wayne DavisonAllow the use of the --exclude*/--include* options...
2004-08-18 Wayne DavisonSome fixes & clarifications for the BATCH MODE section.
2004-08-18 Wayne DavisonFew few more minor improvements to the existing change...
2004-08-18 Wayne DavisonCorrected/enhanced a comment.
2004-08-12 Wayne DavisonOne more NEWS tweak.
2004-08-12 Wayne DavisonMention the security fix.
2004-08-12 Wayne DavisonGot rid of one item.
2004-08-12 Wayne DavisonPreparing for release of 2.6.3pre1
2004-08-12 Wayne DavisonOne last minor tweak to clean_fname().
2004-08-12 Wayne DavisonTweaked the USAGE section a tad and added an ADVANCED...
2004-08-12 Wayne DavisonImproved the build rule for getfsdev and added getfsdev...
2004-08-12 Wayne DavisonIf system won't let us set chmod bits, fall back to...
2004-08-12 Wayne Davison- Made clean_flist()'s collapsing of ".." dirs optional...
2004-08-12 Wayne DavisonCall clean_flist() with its new "collapse_dot_dot"...
2004-08-12 Wayne DavisonOne (hopefully) last change to the sanitize_path()...
2004-08-12 Wayne DavisonSimplified sanitize_path() logic a little.
2004-08-12 Wayne DavisonMore improvements and a couple missing items.
2004-08-12 Wayne DavisonImproved a comment.
2004-08-12 Wayne DavisonGot rid of a comment that became inapplicable.
2004-08-11 Wayne Davison- Call sanitize_path() with updated args.
2004-08-11 Wayne DavisonCall sanitize_path() with updated args.
2004-08-11 Wayne Davison- Set the var lastdir_depth when setting lastdir.
2004-08-11 Wayne DavisonIgnore new getfsdev executable.
2004-08-11 Wayne DavisonMake the text of the --times (-t) option more correct...
2004-08-10 Wayne DavisonA minor improvement in check_one_exclude().
2004-08-09 Wayne DavisonMention the early-chmod change.
2004-08-09 Wayne DavisonSet each file's permissions and modtime before it gets...
2004-08-09 Wayne DavisonDo some simple tests with various read-only and set...
2004-08-09 Wayne DavisonAdded a rule for building getfsdev and for requiring...
2004-08-09 Wayne DavisonMade robust_rename() return a 1 if it had to copy the...
2004-08-09 Wayne DavisonOutput a device string for each file given on the comma...
2004-08-07 Wayne DavisonFixed a bug in clean_fname() that could sometimes leave...
2004-08-06 Wayne DavisonMade clean_fname() return the length of the string.
2004-08-06 Wayne DavisonAn improved clean_fname() routine that is more efficien...
2004-08-05 Wayne DavisonSet "eob" correctly in add_exclude_file().
2004-08-05 Wayne DavisonMerged alloc_sanitize_path() into sanitize_path(),...
2004-08-05 Wayne DavisonUse the new sanitize_path() calling syntax.
2004-08-05 Wayne DavisonIf dry_run is > 1 then the destination directory was...
2004-08-05 Wayne DavisonIn get_local_name(), if we would have created the desti...
2004-08-04 Wayne DavisonIn set_refuse_options(): make sure we scan the whole...
2004-08-03 Wayne DavisonDecided that we don't need to limit the block size...
next