1. 486ecd3 Fix attropen() flags for writing an xattr on solaris. by Wayne Davison · 17 years ago
  2. 17cc4c3 Fix read_xattr() for solaris. by Wayne Davison · 17 years ago
  3. c55fb5e Create non-transferred files in a more atomic manner: by Wayne Davison · 17 years ago
  4. 8a21be1 Fix the chmod-temp-dir test if /var/tmp doesn't exist. Fixes bug 6569. by Wayne Davison · 17 years ago
  5. ce827c3 Have the sender use dead time to pad out the file list. by Wayne Davison · 17 years ago
  6. 2523d0c Allow Solaris sys_llistxattr() to return the list length when size == 0. by Wayne Davison · 17 years ago
  7. 18bd040 Fix some variable references. by Wayne Davison · 17 years ago
  8. 4c3e9c0 Fix a bogus free in uncache_tmp_xattrs(). by Wayne Davison · 17 years ago
  9. 05a652d Some improvements to the solaris xattr routines. by Wayne Davison · 17 years ago
  10. 845ed84 Fix a warning about a %d not getting an int (on some platforms). by Wayne Davison · 17 years ago
  11. 049f8cb Initial version of xattr routines for Solaris. by Wayne Davison · 17 years ago
  12. 0d5ebab Add conditional support for excluding types of files from xattr ops. by Wayne Davison · 17 years ago
  13. dab0fb7 Get section reference right. Fixes bug #6573. by Wayne Davison · 17 years ago
  14. 6234243 Added solaris IPv6 checking to configure. Fixes #6438. Patch from Tim Spriggs. by Wayne Davison · 17 years ago
  15. 6307027 Mention that --whole-file is not the default for a local transfer when by Wayne Davison · 17 years ago
  16. 06886d3 Adding a new script that creates a local patch/* branch by Wayne Davison · 17 years ago
  17. 9ba4d44 Improved the usage output. by Wayne Davison · 17 years ago
  18. 350242c Determine the master's commit hash and note it in each patch by Wayne Davison · 17 years ago
  19. 181c9fa Mention some recent changes. by Wayne Davison · 17 years ago
  20. c8fa85b Refactorings to the filter code, most notably: by Matt McCutchen · 17 years ago
  21. a61ec6b Improved a couple variable names. by Wayne Davison · 17 years ago
  22. 7b6c5c7 Use typedefs for the filter structures. by Wayne Davison · 17 years ago
  23. b32d425 Change filter MATCHFLGs to FILTRULEs. by Wayne Davison · 17 years ago
  24. 134f97c Support an older AIX system that doesn't have ENOTSUP. by Wayne Davison · 17 years ago
  25. 87755c6 Switch from inet_aton() to inet_pton() (since we supply a compatibility by Wayne Davison · 17 years ago
  26. 8f73c8a Adding release info for 3.0.6 to the trunk. by Wayne Davison · 17 years ago
  27. 0cdb547 Fix typo pointed out by Chris Pepper. by Wayne Davison · 17 years ago
  28. 56017d3 Enhance name_to_{u,g}id() to optionally parse numbers and rename by Wayne Davison · 17 years ago
  29. d960af7 Move the description of include/exclude modifiers to a better place by Matt McCutchen · 17 years ago
  30. fd2b604 Clarify which options are transfer rules, and what that means. by Wayne Davison · 17 years ago
  31. a8e6e14 Change sending/receiving/storing of the rdev value for special files. by Wayne Davison · 17 years ago
  32. 307555e Use upper-case HLINK in a --debug setting to avoid a really weird bug by Wayne Davison · 17 years ago
  33. 261808d Switch to upper-case in the {debug,info}_verbosity arrays. by Wayne Davison · 17 years ago
  34. 5250c3b Changed the commands used to "make gen" without any stoppage. by Wayne Davison · 17 years ago
  35. 9eaba72 Don't allow --remove-s*-files with --read-batch. by Wayne Davison · 17 years ago
  36. d510e82 Fixed the use of --xattrs with --only-write-batch. by Wayne Davison · 17 years ago
  37. 4e9c7fa The suffix must be non-empty if the backup-dir is the same as the dest dir. by Wayne Davison · 17 years ago
  38. 3696674 More backup improvements: by Wayne Davison · 17 years ago
  39. 5e2d51e Fix "just in case" unlink. Prefer renaming of normal files by Wayne Davison · 17 years ago
  40. d735fe2 Improved link_or_rename() to handle prefer_rename better. by Wayne Davison · 17 years ago
  41. 7e6c8ad Don't try to backup a file being removed from the backup area. by Wayne Davison · 17 years ago
  42. 407ea78 Allow a "make reconfigure" to continue, even if the Makefile changes. by Wayne Davison · 17 years ago
  43. cb19751 Fixed an ACL/xattr corruption issue where the --backup option could cause by Wayne Davison · 17 years ago
  44. a055dbd Allow $RSYNC_TEST_TMP to indicate a good tmp dir for our tests. by Wayne Davison · 17 years ago
  45. 5eb8bd4 Don't try to simplify an ACL that has a mask w/o any named values. by Wayne Davison · 17 years ago
  46. e129500 Some improvements to the rsync.yo manpage: by Wayne Davison · 17 years ago
  47. 7fc2ca2 Make sure that config.h.in is up-to-date before allowing the by Wayne Davison · 17 years ago
  48. 83c32ca Fixed --dry-run with --read-batch: by Wayne Davison · 17 years ago
  49. 1a85a96 Fixed improper deletion of mount-point hierarchies. Fixes bug #6240. by Wayne Davison · 17 years ago
  50. 7f2591e Fixed a word ending that Jesse Weinstein and revamp some of the text by Wayne Davison · 17 years ago
  51. eecc969 Make symlink iconv work for a local copy. Fixes issue mention in bug #5615. by Wayne Davison · 17 years ago
  52. f8605c5 Give a meaningful error message when we fail to write to a batch file. by Matt McCutchen · 17 years ago
  53. 42d8ec6 My version of Matt's improvements related to missing source args: by Wayne Davison · 17 years ago
  54. 7781241 Make missing args governed by protect filters, not hide. by Wayne Davison · 17 years ago
  55. b5473dd Made --list-only output missing args as a "*missing" line. by Wayne Davison · 17 years ago
  56. 4e0fa13 Don't let --chmod tweak a 0 mode value (which marks a missing arg). by Wayne Davison · 17 years ago
  57. 17a1676 Simplify an "if" in ssh-basic.test. Fixes bug #6169; by Wayne Davison · 17 years ago
  58. b4d3030 Improved the unsafe_symlink() code to not get fooled by extra '/' chars by Wayne Davison · 17 years ago
  59. e6f3a33 Make the backup code call unsafe_symlink() correctly. by Wayne Davison · 17 years ago
  60. ce66f41 Added the --delete-missing-args option to delete specified by Wayne Davison · 17 years ago
  61. 8d10cbf Made --progress use ir-chk instead of to-chk when the incremental by Wayne Davison · 17 years ago
  62. e8d6fe6 Properly indent some lines. by Wayne Davison · 17 years ago
  63. 7f367bb Added a way for supplementary groups to be specified in the rsyncd.conf by Wayne Davison · 17 years ago
  64. df7ec1c Adding a way for log-format numbers to become more human readable. by Wayne Davison · 17 years ago
  65. 6437b81 Mention that only the first line of a password-file is used. by Wayne Davison · 17 years ago
  66. d39d60a Handle a link_stat() failure with errno ENOENT as a vanished file. by Wayne Davison · 17 years ago
  67. 49c2407 Added --disable-iconv-open option for configure to turn off all use by Wayne Davison · 17 years ago
  68. 44ae541 Moved the --disable-debug check sooner in configure.in so that it by Wayne Davison · 17 years ago
  69. 43eb865 Made copy_section() and string_set() simpler, getting rid of a by Wayne Davison · 17 years ago
  70. 7892139 Combine Globals and Locals into a Vars struct that parallels Defaults, by Wayne Davison · 17 years ago
  71. 46cd1ef Ensure that the sender turns off any msg_fd_in use earlier. by Wayne Davison · 17 years ago
  72. 6e80613 Do not try to send a symlink with a 0-length value. by Wayne Davison · 17 years ago
  73. dc6fb11 We only need to send --stats to a remote receiver now. by Wayne Davison · 17 years ago
  74. 4d13a2f A few more improvements to the hostspec-parsing code. by Wayne Davison · 17 years ago
  75. 58cf354 Fixed the parsing of IPv6 literal addresses with a username by Wayne Davison · 17 years ago
  76. 7a498f5 Check the right flist_num in gen_wants_ndx(). by Wayne Davison · 17 years ago
  77. 243e9a3 Added a "Defaults" structure with both globals and locals in it. by Wayne Davison · 17 years ago
  78. b53c202 A couple minor function-call tweaks. by Wayne Davison · 17 years ago
  79. aef68d7 Renamed some typedefs: by Wayne Davison · 17 years ago
  80. 077e543 Renamed sDefault to Locals. by Wayne Davison · 17 years ago
  81. 9784f01 Use a varint when sending the error_code. by Wayne Davison · 17 years ago
  82. bc40a30 Fixed the delete statistics with --delete-delay and --delete-after. by Wayne Davison · 17 years ago
  83. 4079d6a Fixed a hang in the inc_recurse batch-reading code. by Wayne Davison · 17 years ago
  84. df694f7 Change some args from "char *" to "const char *" in order to get rid of by Wayne Davison · 17 years ago
  85. 11ef77b Added the "reverse lookup" daemon-config parameter. by Matt McCutchen · 17 years ago
  86. abd32c9 Send the --stats option for proper del-stats operation. by Wayne Davison · 17 years ago
  87. 01e293f Use "use warnings" rather than -w on the #! line. by Wayne Davison · 17 years ago
  88. 8051aa5 Adding recent release info from the 3.0.x branch. by Wayne Davison · 17 years ago
  89. 46d68be Fixed recv_add_uid() to properly differentiate users and groups. by Matt McCutchen · 17 years ago
  90. bb499bd Handle simultaneous arrival of multiple connections. by Matt McCutchen · 17 years ago
  91. 416cef3 Tweaked the --delete-* option summaries. by Wayne Davison · 17 years ago
  92. 1fb6a40 Avoid a server-side problem with -e is at the start of the short options. by Wayne Davison · 17 years ago
  93. fc4a695 Tweaked s### and m## to avoid vim highlighting issues. by Wayne Davison · 17 years ago
  94. 83238ed Fixed bug #6011: use of target in configure. by Wayne Davison · 17 years ago
  95. 21cddef Improved the backup code: by Wayne Davison · 17 years ago
  96. b3bf9b9 Update the copyright year. by Wayne Davison · 17 years ago
  97. 974e181 Make delete_item() public, moving it into delete.c. by Wayne Davison · 17 years ago
  98. 09ca0d1 Added init_stat_x() to avoid duplication of acl/xattr init code. by Wayne Davison · 17 years ago
  99. c43c661 Allow opendir() in send_directory() to fail with ENOENT. by Wayne Davison · 17 years ago
  100. 8b7a752 Mention the mapfrom/mapto scripts and how they work. by Wayne Davison · 17 years ago