rsync.git
2003-03-30 Wayne DavisonSupport the new --files-from and --from0 options.
2003-03-30 Wayne DavisonSupport the new --files-from option.
2003-03-26 J.W. SchultzMake link-dest aware of --perms, --owner and --group.
2003-03-26 J.W. SchultzPrevent tempfile names from overflowing.
2003-03-25 J.W. SchultzWarn if 64bit value sent or received on system that...
2003-03-25 J.W. SchultzSeperate the uint64_t macros from int64_t
2003-03-25 J.W. SchultzFrustration mounting. I'll get it right eventually.
2003-03-25 J.W. Schultzearlier problem was a typo.
2003-03-25 J.W. SchultzAnother stab at uint64 because some platforms seem...
2003-03-25 J.W. Schultzremoved log_transfer() It was no more than a conditional
2003-03-25 J.W. SchultzCreate uint64 for INO64_T and DEV64_T eliminating type...
2003-03-24 J.W. SchultzIncreased maximum protocol version.
2003-03-24 J.W. SchultzMinor correction to protocol annotation.
2003-03-24 J.W. SchultzAnnotated each release with protocol version and
2003-03-21 Wayne DavisonThe close_all() function was missing its "void" prototype.
2003-03-21 Wayne DavisonGet rid of eol whitespace.
2003-03-21 Wayne DavisonOptimized the implied-directory code to avoid putting...
2003-03-21 Wayne Davison- Use popt to better effect for the two options that...
2003-03-21 Wayne Davison- Simplified the whole-file option handling.
2003-03-21 Wayne Davison- Simplified the whole-file option handling.
2003-03-21 Wayne Davison- Fixed lots of line-indentation problems, including...
2003-03-21 J.W. SchultzCleanup: Added header files to dependancies.
2003-03-21 J.W. SchultzTypo corrections.
2003-03-21 J.W. SchultzRemoving --csum-length option documentation since there is
2003-02-19 Paul GreenApply patch from Steve Bonds to repair this test.
2003-02-18 Paul GreenPatch from Roderick Schertler (roderick at argon.org...
2003-02-18 Paul GreenRemove RedHat-specific .spec files in favor of the...
2003-02-12 Wayne DavisonThe sender no longer removes the duplicate names from...
2003-02-11 David DykstraBack out one of the changes in log.c revision 1.62...
2003-02-10 Paul GreenPatch from jw schultz to reword "link" to "connection...
2003-02-05 Paul GreenUpdate packaging spec files per patch submitted by...
2003-01-29 Paul GreenRestored changes accidentally backed out by Dave Dykstr...
2003-01-29 Paul GreenApply fix from Horst von Brand. See comments in spec.
2003-01-28 David Dykstrapreparing for release of 2.5.6 v2.5.6
2003-01-28 David DykstraAdd header for 2.5.6 release.
2003-01-28 David DykstraRemove the Cygwin msleep(100) before the generator...
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-28 David DykstraAck! I had accidentally ifdefed out the kill from...
2003-01-28 David DykstraChange so the delay before generator signals receiver...
2003-01-27 Paul GreenAdded a TODO item about temporary file names bumping...
2003-01-27 David DykstraMove the sleep to workaround the default modify-window...
2003-01-27 David DykstraInsert a 100ms sleep just before sending the USR2 signa...
2003-01-27 David DykstraRemove the "Connection reset by peer" from TODO
2003-01-27 David DykstraPrevent the "Connection reset by peer" messages often...
2003-01-27 David DykstraUpdate date on man page.
2003-01-27 David DykstraUpdate rsyncd.conf documentation to be right for rsync...
2003-01-27 David DykstraChange erroneous references to a --config-file option...
2003-01-26 David DykstraChange news item about handling of text mode in files...
2003-01-26 Wayne DavisonGot rid of recent O_TEXT* and O_BINARY* changes.
2003-01-26 Wayne DavisonGot rid of O_TEXT_STR and added code to strip '\r'...
2003-01-26 Wayne DavisonAdded back the O_BINARY #ifdef.
2003-01-26 Wayne DavisonGot rid of O_TEXT_STR change.
2003-01-26 Wayne DavisonFile I/O already handles '\r', so we can remove the...
2003-01-26 David DykstraRemove a couple items I know are no longer needed.
2003-01-26 David DykstraBetter fix for infinite recursion; don't return from...
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2003-01-26 David DykstraTests that use hands_setup to make a test file director...
2003-01-25 Wayne DavisonDon't try to run daemon tests as "nobody".
2003-01-25 Wayne DavisonGetting rid of recent "chown" since we decided to foreg...
2003-01-24 David DykstraChange default of --modify-window on Cygwin from 2...
2003-01-23 Paul GreenRestore trailing newline character at the end of the...
2003-01-22 Paul GreenMentioned the fact that config.sub and config.guess...
2003-01-22 Paul GreenUpdated config.sub and config.guess to latest revision.
2003-01-21 Wayne DavisonMention test-case fixes.
2003-01-21 Wayne DavisonMoved the chown from the download test to the upload...
2003-01-21 Wayne DavisonChown the $TO and $FROM directories to $RSYNCD_UID...
2003-01-21 Wayne DavisonChown the $TO and $FROM directories to $RSYNCD_UID...
2003-01-21 Wayne DavisonPut the UID and GID that rsyncd will run as into variables.
2003-01-21 Wayne DavisonSeparated a `cat "..."` command out from inside a doubl...
2003-01-21 David DykstraChange the name on the --modify-window default for...
2003-01-21 David DykstraChange version to working version 2.5.6pre3cvs
2003-01-21 David DykstraChange version to 2.5.6pre2
2003-01-21 Wayne DavisonDeclare preserve_perms for latest syscall.o.
2003-01-21 David DykstraIgnore errors from chmod when --preserve-perms/-p/...
2003-01-20 Wayne DavisonAdded a couple missing NEWS items.
2003-01-20 David DykstraRe-activate the piece of code that creates intervening...
2003-01-20 David DykstraUpdate description of hosts allow for IPv6. From Bert...
2003-01-20 David DykstraMake the default for --modify-window be 2 on cygwin.
2003-01-20 Wayne DavisonBacked out Paul Green's IRIX patch since it didn't...
2003-01-20 David DykstraSave the value of the test for getaddrinfo defines...
2003-01-20 David DykstraAlso need to include lib/getnameinfo when the getaddrin...
2003-01-20 David DykstraOops, lib/getaddrinfo wasn't pulled in when the system...
2003-01-20 David DykstraOnly look for a system getaddrinfo/getnameinfo if AI_PA...
2003-01-20 David DykstraFix bug that causes messages like
2003-01-20 David DykstraAdd unsafe-byname tests with symlink destinations endin...
2003-01-19 Wayne DavisonOptimized unsafe_symlink() to avoid malloc/free calls.
2003-01-19 Wayne DavisonAdded "extern" to io_{read,write}_phase line (they...
2003-01-18 Wayne DavisonGot rid of trailing whitespace and tweaked a few things...
2003-01-18 Wayne DavisonDefine DBL_EPSILON if it doesn't exist.
2003-01-18 Wayne DavisonTrying out Paul Green's IRIX patch to see if it fixes...
2003-01-18 Wayne DavisonFixed the bug in clean_flist() where it did not get...
2003-01-16 David DykstraChange rsync help for -a to show that it is equivalent...
2003-01-16 David DykstraPrevent infinite recursion in exit_cleanup(). Patch...
2003-01-15 Wayne DavisonMake unsafe_symlink() take const args so that we don...
2003-01-15 David DykstraAdd news item about fix of --copy-unsafe-links
2003-01-15 David DykstraFix bug in --copy-unsafe that made it totally broken...
2003-01-14 David DykstraDon't use the return value from sprintf because it...
2003-01-13 David DykstraNow that the 2.5.6pre1 snapshot has been made, change...
2003-01-13 David DykstraChange version to 2.5.6pre1
2003-01-12 Wayne DavisonChanged the alloca warning message.
next