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