1. 4e95f91 Some manpage enhancements. by Wayne Davison · 15 years ago
  2. fad4ab9 Suggest a better solution for a make without wildcard support. by Wayne Davison · 15 years ago
  3. f91b15f Add .hg dir exclude to default_cvsignore list. Fixes bug 7957. by Wayne Davison · 15 years ago
  4. 83b94ef Switch over to Matt's idea of using FLAG_OWNED_BY_US. by Wayne Davison · 15 years ago
  5. 2064c28 Move FLAG_DEL_NEEDS_UID into the "not stored" section. by Wayne Davison · 15 years ago
  6. c499002 Fix a random flist data bug w/delete, inc-recurse, and no -o. Fixes bug 7936. by Wayne Davison · 15 years ago
  7. c825514 Optimize finding the sum that matches our --inplace position. by Wayne Davison · 15 years ago
  8. eee85e3 Make sure an alternate --inplace sum has the right length by Wayne Davison · 15 years ago
  9. 0c0219f Some fixes and improvements from the master branch. by Wayne Davison · 15 years ago
  10. a92edcb Avoid splitting a multi-byte character when trimming a name. by Wayne Davison · 16 years ago
  11. 17549c9 Mention that sorting the --files-from input is helpful. by Wayne Davison · 16 years ago
  12. 9d6fe1a Avoid reading ACL/xattr info on filetypes not being copied. by Wayne Davison · 16 years ago
  13. c43624c Mention the latest changes. by Wayne Davison · 16 years ago
  14. 4baef8d Make xattrs.test more like the master version. by Wayne Davison · 16 years ago
  15. c3ee6ac Avoid directory permission issues with --fake-super. Fixes bug 7070. by Wayne Davison · 16 years ago
  16. 63c5ac3 Report all socket connection errors if we fail. Fixes bug 6588. by Wayne Davison · 16 years ago
  17. ce41e68 Itemize xattrs of a missing dir from an alt-dest dir. Fixes bug 6576. by Wayne Davison · 16 years ago
  18. 8538db7 Use full_fname() for system error messages. by Wayne Davison · 16 years ago
  19. 559bd2f Tweak the year. by Wayne Davison · 16 years ago
  20. 485a403 Protect a remote filename that starts with a dash. by Wayne Davison · 16 years ago
  21. ede8cae Tweak some apostrophes to make editor highlighting less problematic. by Wayne Davison · 16 years ago
  22. 58ab320 Optimize --inplace chunck search to avoid a non-aligned search. by Wayne Davison · 16 years ago
  23. 00cde65 Mention seek effect of an unmoved --inplace chunk. by Wayne Davison · 16 years ago
  24. e6ba6e1 Improve description of --chmod example. by Wayne Davison · 16 years ago
  25. efad2e8 Fix crash when --backup-dir is excessively long. by Wayne Davison · 16 years ago
  26. c463617 Some quoting fixes/improvements. by Wayne Davison · 16 years ago
  27. 6abb59a If we create an off_t type, define SIZEOF_OFF_T. by Wayne Davison · 16 years ago
  28. d79bc5c Fix rsync_xal_set reference in an error. by Wayne Davison · 16 years ago
  29. 10cd07c Avoid infinite loop if the file's length is negative. Fixes bug 4664. by Wayne Davison · 16 years ago
  30. 62e9eb7 Mention need of wildcard support in make. See bug 7625. by Wayne Davison · 16 years ago
  31. de20d72 Remove duplication for -x option. by Wayne Davison · 16 years ago
  32. f8cd1c4 A couple more NEWS items. by Wayne Davison · 16 years ago
  33. 5de3fe1 Always use lchmod() if it is available. by Wayne Davison · 17 years ago
  34. 0ac2d24 Mention what -XX (repeated --xattrs) does. by Wayne Davison · 16 years ago
  35. 14556a3 Document the "copy-some-dirlinks" trick in the man page. by Matt McCutchen · 17 years ago
  36. 8c1f2d5 Fix erroneous "--fake-user" in the rsyncd.conf(5) man page. by Matt McCutchen · 16 years ago
  37. f532ced In "ignoring unsafe symlink" messages, show only the file-list path. by Matt McCutchen · 16 years ago
  38. 05022e0 More NEWS. by Wayne Davison · 16 years ago
  39. 24a743b If a module has no path setting, return an error. by Wayne Davison · 16 years ago
  40. e36f5c9 Mention latest changes. by Wayne Davison · 16 years ago
  41. c9c3215 Refer to the right lsetxattr() caller in a error message. by Wayne Davison · 16 years ago
  42. dbfde9e Fix compression-ignoring of upper-case suffixes. Fixes bug 7512. by Wayne Davison · 16 years ago
  43. 1cdb5e1 Fix a couple socketpair_tcp() issues (see bug 7514). by Wayne Davison · 16 years ago
  44. 24afdc5 Fix a typo that Andrea Gelmini pointed out. by Wayne Davison · 16 years ago
  45. 303759b Get rid of trailing whitespace. by Wayne Davison · 16 years ago
  46. a699f7c Man page description of --xattrs should not assume a push. by Matt McCutchen · 16 years ago
  47. a250fa2 More manpage improvements. by Wayne Davison · 16 years ago
  48. e44aa64 Amplify the man page description of --hard-links (see bug 3693), and by Matt McCutchen · 17 years ago
  49. ef67c23 Reject passing an arg to an option that doesn't take one (bug 6915). by Wayne Davison · 16 years ago
  50. 111599b Mention 2010 in the main copyright. by Wayne Davison · 16 years ago
  51. 8e918e1 Make an empty-string dest-dir the same as "." again. by Wayne Davison · 16 years ago
  52. 0874fc4 Setup for 3.0.8dev. by Wayne Davison · 16 years ago
  53. 55dbbde Fixed inconsistencies reported by packaging/var-checker. by Wayne Davison · 16 years ago
  54. cbd27d5 Update support/rrsync and some packaging/* scripts. by Wayne Davison · 16 years ago
  55. 178ccdd Rename configure.in to configure.ac, the current autoconf standard. by Matt McCutchen · 16 years ago
  56. e51bb8f Write out the right compat_flags value into the batch file. by Wayne Davison · 16 years ago
  57. 6d9207b Turn some asserts into descriptive errors. by Wayne Davison · 16 years ago
  58. 6b87566 Make sure our use of idev_find() hashtable is right by Wayne Davison · 16 years ago
  59. b384d71 Make sure that the code doesn't try to use an illegal key. by Wayne Davison · 16 years ago
  60. 11f4f34 Fix daemon-filter crash issue (bug 7489). by Wayne Davison · 16 years ago
  61. fe2c582 Removing now-redundant path-size check from send_if_directory(). by Wayne Davison · 16 years ago
  62. 2ecd8b7 Fix directory-length overflow bug (7057). by Wayne Davison · 16 years ago
  63. 54f00c3 Preparing for release of 3.0.7 by Wayne Davison · 17 years ago
  64. 1fc8c51 Allow any gcc to make use of __builtin_alloca for alloca. by Wayne Davison · 17 years ago
  65. b046049 Configure check for -Wno-unused-parameter now tries to link too. by Wayne Davison · 17 years ago
  66. 808b1d6 Fixed the passing of a '/' modifier for an absolute-path filter rule. by Wayne Davison · 17 years ago
  67. 2f01fb1 Preparing for release of 3.0.7pre2 by Wayne Davison · 17 years ago
  68. ae358c1 Revert to having the receiver handle timeouts on the receiving side. by Wayne Davison · 17 years ago
  69. 212dfdb Preparing for release of 3.0.7pre1 by Wayne Davison · 17 years ago
  70. c11a778 Ensure that the generator gets notified about an I/O error for the dir by Wayne Davison · 17 years ago
  71. 96cce18 Defer forwarding messages during the forwarding of flist data. by Wayne Davison · 17 years ago
  72. a21264a Mention the compress fix. by Wayne Davison · 17 years ago
  73. 96486cc Mention latest --timeout fixes. by Wayne Davison · 17 years ago
  74. e0b1b82 Don't die if inflate() returns Z_BUF_ERROR in see_deflate_token(). by Wayne Davison · 17 years ago
  75. d94b958 Improve --timeout method to take into account all socket I/O that is by Wayne Davison · 17 years ago
  76. 7973194 Added an am_receiver variable. by Wayne Davison · 17 years ago
  77. bdc038f Use 0-length MSG_DATA when MSG_NOOP is not available by Wayne Davison · 17 years ago
  78. 2eacba9 Avoid -u option to id since solaris doesn't support it. by Wayne Davison · 17 years ago
  79. 0c5853c Get rid of some unused externs. by Wayne Davison · 17 years ago
  80. 3baa4d2 Include info on who is exiting. by Wayne Davison · 17 years ago
  81. 018dc6f Mention the newly cherry-picked changes. by Wayne Davison · 17 years ago
  82. 523dad4 Use seteuid() (if available) when using setuid(). by Wayne Davison · 17 years ago
  83. e0c17aa Beginning work on a 3.0.7 release. by Wayne Davison · 17 years ago
  84. 79870bd Don't (wrongly) retouch dir permissions with --fake-super. (Patch from Matt.) by Wayne Davison · 17 years ago
  85. e4368e3 Add IPv6 detection on cygwin. by Wayne Davison · 17 years ago
  86. eee529f Save first filename and linenum in case exit_cleanup() recurses. by Wayne Davison · 17 years ago
  87. ff4715a Moved some --iconv text that was supposed to be in --files-from. by Wayne Davison · 17 years ago
  88. 855983b Make sure daemon's io_timeout is used as a maximum value. by Wayne Davison · 17 years ago
  89. 2455140 Fix some man page problems Scott Kostyshak pointed out. by Wayne Davison · 17 years ago
  90. ae4d420 Avoid type-punned compiler warnings for the byteorder.h macros by Wayne Davison · 17 years ago
  91. 9523670 Improve the "--delete does not work without -r or -d" message. by Wayne Davison · 17 years ago
  92. 01e57e9 Improve error handling and get rid of a lingering fprintf(). by Wayne Davison · 17 years ago
  93. ebbab37 Fix daemon's conveyance of io_error value from sender. by Wayne Davison · 17 years ago
  94. d041c17 Avoid an dry-run error trying to stat a prior hard-link by Wayne Davison · 17 years ago
  95. b2b1af4 Rebuild proto.h if config.h changes. by Wayne Davison · 17 years ago
  96. c5759a2 Fix the chmod-temp-dir test if /var/tmp doesn't exist. Fixes bug 6569. by Wayne Davison · 17 years ago
  97. 5ef08b8 Get section reference right. Fixes bug #6573. by Wayne Davison · 17 years ago
  98. 03f907e Added solaris IPv6 checking to configure. Fixes #6438. Patch from Tim Spriggs. by Wayne Davison · 17 years ago
  99. 573e243 Mention that --whole-file is not the default for a local transfer when by Wayne Davison · 17 years ago
  100. a415379 Support an older AIX system that doesn't have ENOTSUP. by Wayne Davison · 17 years ago