- 3742bf3 Annotated each release with protocol version and by J.W. Schultz · 23 years ago
- 18d6b67 The close_all() function was missing its "void" prototype. by Wayne Davison · 23 years ago
- dbda5fb Get rid of eol whitespace. by Wayne Davison · 23 years ago
- 2154309 Optimized the implied-directory code to avoid putting so many duplicate by Wayne Davison · 23 years ago
- afb6e94 - Use popt to better effect for the two options that can be both by Wayne Davison · 23 years ago
- dfa3248 - Simplified the whole-file option handling. - Fixed some whitespace issues. by Wayne Davison · 23 years ago
- 2cda256 - Simplified the whole-file option handling. by Wayne Davison · 23 years ago
- d9c7edf - Fixed lots of line-indentation problems, including a really huge section by Wayne Davison · 23 years ago
- a151343 Cleanup: Added header files to dependancies. by J.W. Schultz · 23 years ago
- 85ed0aa Typo corrections. Thanks to Paul Slootman <paul@debian.org> by J.W. Schultz · 23 years ago
- 3019f95 Removing --csum-length option documentation since there is no such option. by J.W. Schultz · 23 years ago
- 5702bc1 Apply patch from Steve Bonds to repair this test. by Paul Green · 23 years ago
- b0d791b Patch from Roderick Schertler (roderick at argon.org) to ignore by Paul Green · 23 years ago
- 3903928 Remove RedHat-specific .spec files in favor of the .spec files by Paul Green · 23 years ago
- 827c37f The sender no longer removes the duplicate names from the file list -- we by Wayne Davison · 23 years ago
- b45b059 Back out one of the changes in log.c revision 1.62, and always send errors by David Dykstra · 23 years ago
- f39281a Patch from jw schultz to reword "link" to "connection" in a couple of spots. by Paul Green · 23 years ago
- e2bea9e Update packaging spec files per patch submitted by Horst von Brand. by Paul Green · 23 years ago
- 931a979 Restored changes accidentally backed out by Dave Dykstra in previous revision. by Paul Green · 23 years ago
- 3fccfaf Apply fix from Horst von Brand. See comments in rsync.spec. by Paul Green · 23 years ago
- 7a6fd4c preparing for release of 2.5.6 by David Dykstra · 23 years ago
- 8395d24 Add header for 2.5.6 release. by David Dykstra · 23 years ago
- 7d08596 Remove the Cygwin msleep(100) before the generator kills the receiver, by David Dykstra · 23 years ago
- 3884317 Change the default of --modify-window back to 0 on Cygwin. by David Dykstra · 23 years ago
- 089a243 Ack! I had accidentally ifdefed out the kill from the generator to the by David Dykstra · 23 years ago
- 8ed16de Change so the delay before generator signals receiver is only done on Cygwin. by David Dykstra · 23 years ago
- a577af9 Added a TODO item about temporary file names bumping up against the by Paul Green · 23 years ago
- 59af136 Move the sleep to workaround the default modify-window of 1 on Cygwin to by David Dykstra · 23 years ago
- 787568f Insert a 100ms sleep just before sending the USR2 signal to the by David Dykstra · 23 years ago
- f0019fc Remove the "Connection reset by peer" from TODO by David Dykstra · 23 years ago
- 9f63921 Prevent the "Connection reset by peer" messages often seen from Cygwin. by David Dykstra · 23 years ago
- deec574 Update date on man page. by David Dykstra · 23 years ago
- 04657e4 Update rsyncd.conf documentation to be right for rsync server mode over a by David Dykstra · 23 years ago
- 1b88775 Change erroneous references to a --config-file option to the correct --config by David Dykstra · 23 years ago
- 7f65375 Change news item about handling of text mode in files to just permitting by David Dykstra · 23 years ago
- 518233c Got rid of recent O_TEXT* and O_BINARY* changes. by Wayne Davison · 23 years ago
- bc72130 Got rid of O_TEXT_STR and added code to strip '\r' from the end of the by Wayne Davison · 23 years ago
- 855decd Added back the O_BINARY #ifdef. by Wayne Davison · 23 years ago
- 0090cbd Got rid of O_TEXT_STR change. by Wayne Davison · 23 years ago
- 73ff720 File I/O already handles '\r', so we can remove the O_TEXT flags. by Wayne Davison · 23 years ago
- c561e13 Remove a couple items I know are no longer needed. by David Dykstra · 23 years ago
- aa2c47d Better fix for infinite recursion; don't return from exit_cleanup by David Dykstra · 23 years ago
- 536b846 Open config files in text mode when O_TEXT is defined. This helps on by David Dykstra · 23 years ago
- 7508b79 Tests that use hands_setup to make a test file directory and right by David Dykstra · 23 years ago
- 76ee1d1 Don't try to run daemon tests as "nobody". by Wayne Davison · 23 years ago
- 379bc86 Getting rid of recent "chown" since we decided to forego trying to run by Wayne Davison · 23 years ago
- 0666966 Change default of --modify-window on Cygwin from 2 to 1 because that's all by David Dykstra · 23 years ago
- 755bcd3 Restore trailing newline character at the end of the file. by Paul Green · 23 years ago
- 1985aa9 Mentioned the fact that config.sub and config.guess got updated. by Paul Green · 23 years ago
- f4663a3 Updated config.sub and config.guess to latest revision. by Paul Green · 23 years ago
- 521e6fd Mention test-case fixes. by Wayne Davison · 23 years ago
- 61ab574 Moved the chown from the download test to the upload test. by Wayne Davison · 23 years ago
- 660cb6a Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we by Wayne Davison · 23 years ago
- 4274208 Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we by Wayne Davison · 23 years ago
- 34db05b Put the UID and GID that rsyncd will run as into variables. by Wayne Davison · 23 years ago
- 1657be2 Separated a `cat "..."` command out from inside a double-quoted string by Wayne Davison · 23 years ago
- 3636b9f Change the name on the --modify-window default for Cygwin to Lapo Luchini. by David Dykstra · 23 years ago
- e3cd264 Change version to working version 2.5.6pre3cvs by David Dykstra · 23 years ago
- 69555b0 Change version to 2.5.6pre2 by David Dykstra · 23 years ago
- 522c05c Declare preserve_perms for latest syscall.o. by Wayne Davison · 23 years ago
- f0b4fda Ignore errors from chmod when --preserve-perms/-p/-a are not set. by David Dykstra · 23 years ago
- ac6ce98 Added a couple missing NEWS items. by Wayne Davison · 23 years ago
- 1b3cada Re-activate the piece of code that creates intervening directories by David Dykstra · 23 years ago
- 61ca7d5 Update description of hosts allow for IPv6. From Bert Vermeulen. by David Dykstra · 23 years ago
- 688d573 Make the default for --modify-window be 2 on cygwin. by David Dykstra · 23 years ago
- ec6e0bf Backed out Paul Green's IRIX patch since it didn't seem to be a part of by Wayne Davison · 23 years ago
- 184dede Save the value of the test for getaddrinfo defines in the config cache. by David Dykstra · 23 years ago
- d2cc032 Also need to include lib/getnameinfo when the getaddrinfo defines don't exist. by David Dykstra · 23 years ago
- 3a1eefd Oops, lib/getaddrinfo wasn't pulled in when the system doesn't define by David Dykstra · 23 years ago
- 824f1c7 Only look for a system getaddrinfo/getnameinfo if AI_PASSIVE is defined by David Dykstra · 23 years ago
- 7bc8218 Fix bug that causes messages like by David Dykstra · 23 years ago
- a405cda Add unsafe-byname tests with symlink destinations ending in '..'. by David Dykstra · 23 years ago
- 7afa3a4 Optimized unsafe_symlink() to avoid malloc/free calls. by Wayne Davison · 23 years ago
- c80b3d8 Added "extern" to io_{read,write}_phase line (they were being multiply defined). by Wayne Davison · 23 years ago
- ef6122c Got rid of trailing whitespace and tweaked a few things that might by Wayne Davison · 23 years ago
- 75fb17b Define DBL_EPSILON if it doesn't exist. by Wayne Davison · 23 years ago
- 2abbf24 Trying out Paul Green's IRIX patch to see if it fixes the syntax by Wayne Davison · 23 years ago
- b91b50c Fixed the bug in clean_flist() where it did not get rid of all duplicate by Wayne Davison · 23 years ago
- 0689171 Change rsync help for -a to show that it is equivalent to -rlptgoD. by David Dykstra · 23 years ago
- b765ec3 Prevent infinite recursion in exit_cleanup(). Patch from Sviatoslav Sviridov. by David Dykstra · 23 years ago
- a70d070 Make unsafe_symlink() take const args so that we don't get any by Wayne Davison · 23 years ago
- 1f1fbe1 Add news item about fix of --copy-unsafe-links by David Dykstra · 23 years ago
- fc63847 Fix bug in --copy-unsafe that made it totally broken, and re-enable by David Dykstra · 23 years ago
- f58677d Don't use the return value from sprintf because it doesn't work on Sunos4. by David Dykstra · 23 years ago
- 7ab1538 Now that the 2.5.6pre1 snapshot has been made, change the version to by David Dykstra · 23 years ago
- 7ad0f94 Change version to 2.5.6pre1 by David Dykstra · 23 years ago
- 8af534a Changed the alloca warning message. by Wayne Davison · 23 years ago
- 7447419 Use the old kludge of using malloc() if alloca() is missing. by Wayne Davison · 23 years ago
- 5216de3 Reduced the severity of the warning about missing alloca to a warning, and by David Dykstra · 23 years ago
- ccc0d1e Oops, had the sense of the test for the existence of alloca() backwards. by David Dykstra · 23 years ago
- 7fc0890 Make configure bomb if the included popt is needed but alloca is not by David Dykstra · 23 years ago
- b17f1d7 Cast the return from alloca to work better on UNICOS. by David Dykstra · 23 years ago
- 451b5fc Cast the return of alloca to remove a fatal error on Cray UNICOS. by David Dykstra · 23 years ago
- 1e678fc Yet another try at getting this to skip on cygwin. by Wayne Davison · 23 years ago
- 48bcc6e Hopefully this version will skip correctly on cygwin. by Wayne Davison · 23 years ago
- 32734c7 Try a different tact to get cygwin to skip this test. by Wayne Davison · 23 years ago
- aaf375d The inet_pton() man page says we need to pass in a pointer to a by Wayne Davison · 23 years ago
- 9680f81 Cast poptGetOptArg() to remove a compiler warning. by Wayne Davison · 23 years ago
- bda41fa + The prototype for isc_net_pton() should have been inet_pton(). by Wayne Davison · 23 years ago
- 7ea84b6 Only refer to S_ISVTX if S_ISVTX is defined. by Wayne Davison · 23 years ago