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