rsync/rsync.git
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2006-10-13 Wayne DavisonAdded a paranoid length check.
2006-10-13 Wayne Davison- Changed strcpy() calls into strlcpy() calls, just...
2006-10-13 Wayne Davison- Use precompiler conditionals in to_wire_mode() and...
2006-10-13 Wayne DavisonMore temporary name juggling to get all code analyzed.
2006-10-13 Wayne DavisonChanged one more exit_cleanup() call into EXIT_OR_RETURN().
2006-10-13 Wayne DavisonTemporarily reorder the OBJS line so that the IBM code...
2006-10-13 Wayne DavisonUse new FNONE value when setting/comparing enum logcode...
2006-10-13 Wayne Davison- Use the new FNONE enum instead of a literal 0 value.
2006-10-13 Wayne DavisonIf in_exit_cleanup is set, some of our functions return...
2006-10-13 Wayne Davison- When exiting, set the flag "in_exit_cleanup".
2006-10-13 Wayne DavisonMark out_of_memory() and overflow_exit() with NORETURN.
2006-10-13 Wayne Davison- Added FNONE to the "enum logcode" values.
2006-10-13 Wayne DavisonSilence some IBM checker warnings and made a slight...
2006-10-13 Wayne DavisonSimplified the function-finding regex, and made it...
2006-10-13 Wayne DavisonIndented the function comments with "* ".
2006-10-13 Wayne DavisonDon't use a bool directly in an int comparison.
2006-10-13 Wayne DavisonFunction fcntl() only takes 2 args when using F_GETFL.
2006-10-13 Wayne DavisonCast pat_len to an int when using it as a field width.
2006-10-13 Wayne DavisonSome OSes can't chmod -t for a file, so I changed the...
2006-10-13 Wayne Davison- Clarified the "dont compress" option.
2006-10-13 Wayne DavisonUpdated the man pages to work with version 2.x of yodl.
2006-10-13 Wayne DavisonFixed an infinite loop in parse_rule() when a filter...
2006-10-12 Wayne DavisonPreparing for release of 2.6.9pre1
2006-10-12 Wayne DavisonAdded a line for 2.6.9.
2006-10-12 Wayne DavisonMake sure we tweak the right RSYNC_VERSION line in...
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-12 Wayne DavisonGot rid of changes that aren't going to make it into...
2006-10-12 Wayne DavisonChanged the indent for one else ... if section.
2006-10-12 Wayne DavisonSome minor improvements to parse_merge_name().
2006-10-11 Wayne DavisonRenumbered tests after adding one in the middle.
2006-10-11 Wayne DavisonHandle the itemizing of of the "." dir when it is newly...
2006-10-11 Wayne DavisonIf new_root_dir is set, itemize the output of the ...
2006-10-11 Wayne DavisonAdded a new variable, new_root_dir, that is set if...
2006-10-10 Wayne DavisonChanged the fix_basis_dirs() function to only remove...
2006-10-09 Wayne DavisonMade some of the --link-dest tests use a relative desti...
2006-10-09 Wayne Davison- If a finished link came from a link-dest dir and...
2006-10-09 Wayne DavisonIf the combination of --dry-run, --link-dest, and ...
2006-10-09 Wayne DavisonAdded link_dest_used unsigned short to struct hlink...
2006-10-09 Wayne DavisonAnother tweak to the --chmod summary.
2006-10-08 Wayne DavisonMention the latest bug fix.
2006-10-08 Wayne DavisonMake the daemon's "incoming chmod" tweaks happen last...
2006-10-08 Wayne DavisonClarify the short description of --chmod.
2006-10-08 Wayne DavisonCall push_dir() with its new boolean arg.
2006-10-08 Wayne Davison- Call push_dir() with its new boolean arg, including...
2006-10-08 Wayne DavisonMade the push_dir() function take an option to skip...
2006-10-07 Wayne DavisonMoved some of the variable setup from "make check"...
2006-10-07 Wayne DavisonMoved some variable setup here from the Makefile and...
2006-10-07 Wayne DavisonChanged the -o to -a in the "if".
2006-10-07 Wayne DavisonA bug-fix for die_on_unsafe_path() when the path doesn...
2006-09-30 Wayne DavisonAdded exception-checking to a couple select() calls...
2006-09-30 Wayne DavisonDocument that --ignore-times thwarts all --link-dest...
2006-09-30 Wayne DavisonI decided that combining --link-dest with -I doesn...
2006-09-26 Wayne DavisonMention that the --backup-dir option is a receiver...
2006-09-24 Wayne DavisonMention the latest bugfix.
2006-09-24 Wayne DavisonOutput the who_am_i() info in out-of-memory() and overf...
2006-09-24 Wayne DavisonProvide the who_am_i() function.
2006-09-23 Wayne DavisonSome more testing based on Matt's recent patch.
2006-09-23 Wayne DavisonMatt tracked down a bug in the daemon option "incoming...
2006-09-23 Wayne DavisonImprovments by Matt for the --progress option, includin...
2006-09-20 Wayne DavisonMention the current limitation of the RSYNC_EXIT_STATUS...
2006-09-20 Wayne DavisonMention the new --remove-s*-files error.
2006-09-20 Wayne DavisonComplain if a --remove-s*-files option is set and we...
2006-09-18 Wayne DavisonThe [ & ] are now removed from a literal IPv6 hostname...
2006-09-18 Wayne DavisonWhen parsing a literal IPv6 address in square brackets...
2006-09-18 Wayne DavisonAdded a missing '-' to the string "-rsh".
2006-09-18 Wayne DavisonMention the permission bug-fix for new files created...
2006-09-18 Wayne DavisonMention the adding of the --remove-source-files option.
2006-09-18 Wayne DavisonMention the --server and --sender option as being internal,
2006-09-18 Wayne DavisonAdded parsing for all the latest options.
2006-09-18 Wayne DavisonThe --min-size arg doesn't need to be path-checked...
2006-09-17 Wayne DavisonThe --inplace option now notices when the basis data...
2006-09-09 Wayne DavisonThe --delete-excluded code now also drops any merge...
2006-09-09 Wayne DavisonDocument the new RSYNC_PID environment variable.
2006-09-09 Wayne DavisonTry various long, long-long, etc. types for a 64-bit...
2006-09-09 Wayne DavisonMention the latest changes.
2006-09-09 Wayne DavisonAdded the RSYNC_PID environment variable for the pre...
2006-09-02 Wayne DavisonA slight simplification to the last change.
2006-09-02 Wayne DavisonAn even better way to un-backslash-escape the filenames...
2006-09-01 Wayne DavisonImproved the --delete-excluded test based on Matt's...
2006-09-01 Wayne DavisonMatt pointed out that the code was not properly droppin...
2006-08-31 Wayne DavisonFixed handling of filenames with an embedded $, @,...
2006-08-31 Wayne DavisonAdded Matt's --delete-excluded test for merge-file...
2006-08-31 Wayne DavisonMake sure that --delete-excluded does not elide a per...
2006-08-26 Wayne DavisonWhen we're cleaning up a path of "/" in relative mode...
2006-08-12 Wayne DavisonFixed an exclude bug with --relative excluding "/".
2006-07-29 Wayne DavisonCheck return value of asprintf() in full_fname(), as...
2006-07-21 Wayne DavisonAssign datarootdir=@datarootdir@ so that a modern autoconf
2006-07-10 Wayne DavisonUse new MAKEDEV() macro instead of makedev() directly.
2006-07-10 Wayne DavisonDefine MAKEDEV() based on the MAKEDEV_TAKES_3_ARGS...
2006-07-10 Wayne DavisonIf makedev() takes 3 args, define MAKEDEV_TAKES_3_ARGS.
2006-07-03 Wayne DavisonMention the "munge symlinks" daemon setting.
2006-07-03 Wayne DavisonObey the new "munge symlinks" dameon setting.
2006-07-03 Wayne DavisonDocument "munge symlinks".
2006-07-03 Wayne DavisonAdded the "munge symlinks" setting.
2006-07-03 Wayne DavisonFixed the indentation on a few lines.
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonChanged --remove-sent-files into --remove-sender-files.
2006-06-30 Wayne DavisonAdded --remove-sender-files and deprecated --remove...
2006-06-30 Wayne DavisonThe remove_sent_files var was renamed to remove_sender_...
next