- bc63ae3 Removing vestigial support for protocol versions prior to 15. by J.W. Schultz · 23 years ago
- 6e12886 Logic error in preserve_perms + link_dest by J.W. Schultz · 23 years ago
- b5ca91a Fixed a typo. by Wayne Davison · 23 years ago
- 89855e7 Started a new section for the next release. by Wayne Davison · 23 years ago
- e106de4 Tweaked the O_BINARY code to the latest idiom. by Wayne Davison · 23 years ago
- afbcc8f Define O_BINARY as "0" if it isn't defined. by Wayne Davison · 23 years ago
- f177b7c Documented --files-from, --no-relative, --no-implied-dirs, and --from0. by Wayne Davison · 23 years ago
- ea5164d Support the new --files-from, --no-relative, --no-implied-dirs, and --from0 by Wayne Davison · 23 years ago
- ccdff3e Open the file in BINARY fd mode, handle the normal line-ending characters by Wayne Davison · 23 years ago
- 24d0fcd Support the new --files-from and --no-implied-dirs options. by Wayne Davison · 23 years ago
- 56014c8 Support the new --files-from and --from0 options. by Wayne Davison · 23 years ago
- 7c2a9e7 Support the new --files-from option. by Wayne Davison · 23 years ago
- bb24028 Make link-dest aware of --perms, --owner and --group. ---- Chris Darroch by J.W. Schultz · 23 years ago
- 52d3e10 Prevent tempfile names from overflowing. Debian BUG# 183667 by J.W. Schultz · 23 years ago
- 67863f4 Warn if 64bit value sent or received on system that doesn't by J.W. Schultz · 23 years ago
- 9c28e52 Seperate the uint64_t macros from int64_t by J.W. Schultz · 23 years ago
- 1b2f167 Frustration mounting. I'll get it right eventually. by J.W. Schultz · 23 years ago
- 702d0c4 earlier problem was a typo. by J.W. Schultz · 23 years ago
- 51106ba Another stab at uint64 because some platforms seem to have by J.W. Schultz · 23 years ago
- 42d4edc removed log_transfer() It was no more than a conditional by J.W. Schultz · 23 years ago
- fbc0bc4 Create uint64 for INO64_T and DEV64_T eliminating type mismatches. by J.W. Schultz · 23 years ago
- 1b2db7a Increased maximum protocol version. by J.W. Schultz · 23 years ago
- 1ce2956 Minor correction to protocol annotation. by J.W. Schultz · 23 years ago
- 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