1. bc93ee8 - Upgraded popt to version 1.10.2. by Wayne Davison · 19 years ago
  2. 0c6d795 Preparing for release of 2.6.9 by Wayne Davison · 19 years ago
  3. 556e03a Modified to recognize FreeBSD's setfacl command. by Wayne Davison · 19 years ago
  4. e488773 Updated to the version dated 2006-07-02. by Wayne Davison · 19 years ago
  5. 0f5c1c1 Need to include netinet/tcp.h to get TCP_NODELAY defined. by Wayne Davison · 19 years ago
  6. ab6dcad Mention the addition of the fake-super.diff patch. by Wayne Davison · 19 years ago
  7. b6855dd Don't put backslashes before the dashes in " -- ". by Wayne Davison · 19 years ago
  8. 0cbb958 Mention the fix for bug #4079. by Wayne Davison · 19 years ago
  9. 418da6d Mention WIFEXITED() change. by Wayne Davison · 19 years ago
  10. 51d133d Mention Mac OS X xattr work. by Wayne Davison · 19 years ago
  11. cbb95d3 Preparing for release of 2.6.9pre3 by Wayne Davison · 19 years ago
  12. d9126a8 Run tweak_manpage_dashes on the man pages we generate. by Wayne Davison · 19 years ago
  13. b4768a1 Undo temporary changes used for build-farm testing of ACL patch. by Wayne Davison · 19 years ago
  14. 47b032e Added a define for WIFEXITED() that is used if one is missing. by Wayne Davison · 19 years ago
  15. 50dfd5b Document the --no-motd option. by Wayne Davison · 19 years ago
  16. 1de02c2 Document the --no-motd option, with a caveat on how it can also by Wayne Davison · 19 years ago
  17. 9ce7fc3 Obey the new --no-motd option. by Wayne Davison · 19 years ago
  18. dc1f7b9 Added the --no-motd option to silence just the text output at the by Wayne Davison · 19 years ago
  19. ee7cf95 Post-process manpages with the tweak_manpage_dashes perl script. by Wayne Davison · 19 years ago
  20. 492fc35 Run patch with -t so that it doesn't ask any questions. by Wayne Davison · 19 years ago
  21. 5e61bdb A perl script that does appropriate backslash escaping of '-' chars in manpages. by Wayne Davison · 19 years ago
  22. f964ac5 - Fixed an error-handling path in try_dests_reg(). - Added a comment. by Wayne Davison · 19 years ago
  23. c55b39a Use "test" instead of "[ ... ]" for better portability. by Wayne Davison · 19 years ago
  24. a27463a Added missing cleanup of empty ACL files. by Wayne Davison · 19 years ago
  25. 590eb6c Change the unpatch code for NetBSD. by Wayne Davison · 19 years ago
  26. 0d7a6b4 Temporary changes to have the build-farm configure and build by Wayne Davison · 19 years ago
  27. b4f0287 Mention the fix that lets a push now override the partial-dir exclude. by Wayne Davison · 19 years ago
  28. 8d63868 The server should not be adding an assumed filter rule based on the by Wayne Davison · 19 years ago
  29. 230328a Added a risk filter for the partial-dir since we use --delete-after. by Wayne Davison · 19 years ago
  30. 5819d6b Stop disabling the RSYNC_PARTIAL_DIR environment variable now that by Wayne Davison · 19 years ago
  31. 7b4a40e Make sure the new link_dest_used value gets zeroed on init. by Wayne Davison · 19 years ago
  32. f210dca - Fixed a compile problem ("len" not defined) in inet_ntop4(). by Wayne Davison · 19 years ago
  33. 178a1d2 - Die if we can't edit the release date into NEWS or OLDNEWS. by Wayne Davison · 19 years ago
  34. a4b4e07 Improved a comment. by Wayne Davison · 19 years ago
  35. 2a6e35d Improved a couple existing items. by Wayne Davison · 19 years ago
  36. e379413 Use the new case_N.h file to make sure that our cleanup_step case by Wayne Davison · 19 years ago
  37. fdd10da A helper file for cleanup.c. by Wayne Davison · 19 years ago
  38. 5f12a07 Now that samba.org has a modern rsync, we can go back to using by Wayne Davison · 19 years ago
  39. 6a4a1d0 Preparing for release of 2.6.9pre2 by Wayne Davison · 19 years ago
  40. 434c409 Use the MAX_RENAMES_DIGITS define in the relevant snprintf(). by Wayne Davison · 19 years ago
  41. 8ee6857 Improved the description of the code-checker work.. by Wayne Davison · 19 years ago
  42. 721ddc9 Updated the news about the exit_cleanup() improvement. by Wayne Davison · 19 years ago
  43. 154c345 Improved the _exit_cleanup() function to handle potential recursions by Wayne Davison · 19 years ago
  44. 25f637a Got rid of EXIT_OR_RETURN() macro again -- switching to a better by Wayne Davison · 19 years ago
  45. 2356d73 The cleanup code that handles moving the temp file to the partial by Wayne Davison · 19 years ago
  46. 4968423 Mention the latest fixes and internal changes. by Wayne Davison · 19 years ago
  47. 99eba67 Got rid of the recent paranoid length check because it didn't help by Wayne Davison · 19 years ago
  48. 5abe03d Restore build order back to normal. by Wayne Davison · 19 years ago
  49. 83078af Changed sprintf() calls to snprintf(). by Wayne Davison · 19 years ago
  50. 185aa5b Turned an sprintf() call into snprintf(). by Wayne Davison · 19 years ago
  51. cabd60f - Changed some sprintf() calls to snprintf() calls. by Wayne Davison · 19 years ago
  52. 1094439 Changed sprintf() calls to snprintf() calls. by Wayne Davison · 19 years ago
  53. 204f4f4 Changed strcpy() calls into memcpy() calls. by Wayne Davison · 19 years ago
  54. c9bce0b Changed strcpy() calls into strlcpy() calls, just to be extra safe. by Wayne Davison · 19 years ago
  55. deee574 Added a paranoid length check. by Wayne Davison · 19 years ago
  56. 5541036 - Changed strcpy() calls into strlcpy() calls, just to be extra safe. by Wayne Davison · 19 years ago
  57. e4fdf1d - Use precompiler conditionals in to_wire_mode() and from_write_mode() by Wayne Davison · 19 years ago
  58. 1580899 More temporary name juggling to get all code analyzed. by Wayne Davison · 19 years ago
  59. f863b76 Changed one more exit_cleanup() call into EXIT_OR_RETURN(). by Wayne Davison · 19 years ago
  60. 5e1ec06 Temporarily reorder the OBJS line so that the IBM code checker by Wayne Davison · 19 years ago
  61. 36e2ea6 Use new FNONE value when setting/comparing enum logcode vars. by Wayne Davison · 19 years ago
  62. f4164b7 - Use the new FNONE enum instead of a literal 0 value. by Wayne Davison · 19 years ago
  63. 9ef506a If in_exit_cleanup is set, some of our functions return instead of by Wayne Davison · 19 years ago
  64. b1b5419 - When exiting, set the flag "in_exit_cleanup". by Wayne Davison · 19 years ago
  65. 33394b7 Mark out_of_memory() and overflow_exit() with NORETURN. by Wayne Davison · 19 years ago
  66. 011e85a - Added FNONE to the "enum logcode" values. by Wayne Davison · 19 years ago
  67. d5dcb6f Silence some IBM checker warnings and made a slight optimization by Wayne Davison · 19 years ago
  68. 0c25ded Simplified the function-finding regex, and made it more versatile by Wayne Davison · 19 years ago
  69. 6105464 Indented the function comments with "* ". by Wayne Davison · 19 years ago
  70. 4d51f0d Don't use a bool directly in an int comparison. by Wayne Davison · 19 years ago
  71. ff530f0 Function fcntl() only takes 2 args when using F_GETFL. by Wayne Davison · 19 years ago
  72. e8b21fe Cast pat_len to an int when using it as a field width. by Wayne Davison · 19 years ago
  73. 71cb9df Some OSes can't chmod -t for a file, so I changed the logic of our by Wayne Davison · 19 years ago
  74. f97c2d4 - Clarified the "dont compress" option. - Cleaned up some trailing whitespace. by Wayne Davison · 19 years ago
  75. b8a6dae Updated the man pages to work with version 2.x of yodl. by Wayne Davison · 19 years ago
  76. 969f7ed Fixed an infinite loop in parse_rule() when a filter rule is too by Wayne Davison · 19 years ago
  77. e825409 Preparing for release of 2.6.9pre1 by Wayne Davison · 19 years ago
  78. b8d29fd Added a line for 2.6.9. by Wayne Davison · 19 years ago
  79. 200f2d9 Make sure we tweak the right RSYNC_VERSION line in configure. by Wayne Davison · 19 years ago
  80. 1a7f3d9 Removed the changes in symlink handling in non-chroot daemon mode as by Wayne Davison · 19 years ago
  81. e808767 Got rid of changes that aren't going to make it into 2.6.9. by Wayne Davison · 19 years ago
  82. ec55b4f Changed the indent for one else ... if section. by Wayne Davison · 19 years ago
  83. 798cde4 Some minor improvements to parse_merge_name(). by Wayne Davison · 19 years ago
  84. 558d482 Renumbered tests after adding one in the middle. by Wayne Davison · 19 years ago
  85. 418b6a2 Handle the itemizing of of the "." dir when it is newly created. by Wayne Davison · 19 years ago
  86. 1ef5bf3 If new_root_dir is set, itemize the output of the "." dir as a by Wayne Davison · 19 years ago
  87. 2a94207 Added a new variable, new_root_dir, that is set if we created the by Wayne Davison · 19 years ago
  88. ddcba3f Changed the fix_basis_dirs() function to only remove a single ../ by Wayne Davison · 19 years ago
  89. db3ae95 Made some of the --link-dest tests use a relative destination by Wayne Davison · 19 years ago
  90. 1a05de2 - If a finished link came from a link-dest dir and --dry-run is in by Wayne Davison · 19 years ago
  91. d9163a4 If the combination of --dry-run, --link-dest, and -H finds a matching by Wayne Davison · 19 years ago
  92. 44885a3 Added link_dest_used unsigned short to struct hlink and made the by Wayne Davison · 19 years ago
  93. dfe1ed5 Another tweak to the --chmod summary. by Wayne Davison · 20 years ago
  94. 242f605 Mention the latest bug fix. by Wayne Davison · 20 years ago
  95. 519d55a Make the daemon's "incoming chmod" tweaks happen last, as documented. by Wayne Davison · 20 years ago
  96. b6008dc Clarify the short description of --chmod. by Wayne Davison · 20 years ago
  97. 6f3684f Call push_dir() with its new boolean arg. by Wayne Davison · 20 years ago
  98. 615a541 - Call push_dir() with its new boolean arg, including the spot in by Wayne Davison · 20 years ago
  99. ba081be Made the push_dir() function take an option to skip the actual chdir() by Wayne Davison · 20 years ago
  100. 3e88414 Moved some of the variable setup from "make check" into the runtest.sh script. by Wayne Davison · 20 years ago