rsync/rsync.git
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-05 Wayne DavisonSaved 9 more bytes per file in a typical transfer by...
2006-12-05 Wayne DavisonChanged flist_extra_ndx into flist_extra_cnt.
2006-12-05 Wayne DavisonTweaked some externs.
2006-12-04 Wayne DavisonUse new send_msg_int() function.
2006-12-04 Wayne DavisonAdded send_msg_int() function.
2006-12-03 Wayne DavisonMoved an extern.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-12-02 Wayne DavisonRestored write_ndx_and_attrs() and made it public.
2006-12-02 Wayne DavisonMoved write_ndx_and_attrs() to sender.c and made it...
2006-12-02 Wayne DavisonMoved write_ndx_and_attrs() too.
2006-12-02 Wayne DavisonAdded a couple externs.
2006-12-02 Wayne DavisonMoved read_item_attrs() from sender.c to c since the...
2006-12-01 Wayne DavisonChange the format/order of the capabilities --version...
2006-11-28 Wayne DavisonGot rid of an incorrect comment.
2006-11-28 Wayne DavisonAdded some more "const" prefixes to some "char *" vars.
2006-11-24 Wayne Davison- Use write_shortint() to send the 2 bytes in an extend...
2006-11-24 Wayne Davison- Added checking of SIZEOF_INT64 to the new code in...
2006-11-24 Wayne Davison- Changed {read,write}_shortint() to use unsigned short.
2006-11-24 Wayne DavisonDocument the latest changes.
2006-11-24 Wayne Davison- Fixed a bug when sending a negative 64-bit number...
2006-11-24 Wayne DavisonAdded some defines for sending variable-sized MSB-first...
2006-11-23 Wayne DavisonSilenced a compiler warning.
2006-11-23 Wayne DavisonFix a unused-variable compiler warning.
2006-11-22 Wayne DavisonDocument the new --delete-delay option.
2006-11-22 Wayne Davison- Implement new --delete-delay option.
2006-11-22 Wayne DavisonAdded parsing for --delete-delay.
2006-11-22 Wayne DavisonMade get_tmpname() non-static.
2006-11-22 Wayne DavisonSwitch over to testing --remove-source-files, not ...
2006-11-21 Wayne DavisonDon't define NORETURN for older gcc versions.
2006-11-21 Wayne DavisonMention latest changes.
2006-11-21 Wayne DavisonThe exclude code wasn't sending the MATCHFLG_NEGATE...
2006-11-21 Wayne DavisonDon't set an "rc" var that we aren't going to use.
2006-11-21 Wayne DavisonAvoid a compiler warning about setting "len" without...
2006-11-21 Wayne DavisonMake the file_list stats value an int64.
2006-11-21 Wayne Davison- Use an explicit cast when a value gets stored in...
2006-11-21 Wayne DavisonOutput the size of the file list using human_num().
2006-11-21 Wayne DavisonExplicitly cast the tag value in read_msg_fd() to an...
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-21 Wayne DavisonThe call to do_chmod() needed to be conditional.
2006-11-20 Wayne DavisonFixed a problem with the new iconv const check.
2006-11-20 Wayne DavisonUse the new ICONV_CONST definition.
2006-11-20 Wayne DavisonAdded a test to figure out if iconv() takes a const...
2006-11-19 Wayne DavisonMoved the options_rejected label to avoid a compiler...
2006-11-19 Wayne DavisonUse rwrite() to output the err_msg string.
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-14 Wayne DavisonSome bf(...) tweaks.
2006-11-14 Wayne Davison- Use double quotes for a quoted string.
2006-11-14 Wayne DavisonAdded: also tweak single-/double-quotes and em-dashes.
2006-11-14 Wayne DavisonChanged name of tweak_manpage script.
2006-11-13 Wayne DavisonTurned the char * vars flist_dir and lastdir into const...
2006-11-13 Wayne DavisonTurned the char * args to push_dir() and pop_dir()...
2006-11-13 Wayne DavisonTurned the char *dir.root var in struct file_struct...
2006-11-12 Wayne DavisonIgnore a time-setting error on a symlink (which is...
2006-11-11 Wayne DavisonTweaked a couple comments.
2006-11-11 Wayne DavisonDocument the new p (perishable) filter modifier.
2006-11-11 Wayne DavisonIf ignore_perishable is set, increment a count of all...
2006-11-11 Wayne DavisonAdded the MATCHFLAG_PERISHABLE flag.
2006-11-11 Wayne Davison- Added the 'p' (perishable) flag to the filter rules...
2006-11-11 Wayne Davison- Restored some of Matt's suggested logic that I left...
2006-11-11 Wayne DavisonWhen make_file() gets a stat() error on a file, the...
2006-11-11 Wayne Davison- Make delete_dir_contents() use less stack by recursin...
2006-11-11 Wayne DavisonTweaked an exit_cleanup() value.
2006-11-11 Wayne DavisonMy adaptation of Matt's cleanup of the delete_item...
2006-11-11 Wayne DavisonDocment that --max-delete=0 now works.
2006-11-11 Wayne DavisonDie if we sent --max-delete=0 to a receiving side that...
2006-11-11 Wayne DavisonAllow --max-delete=0 (zero used to be ignored).
2006-11-11 Wayne DavisonIncreased the PROTOCOL_VERSION to 30.
2006-11-10 Wayne DavisonMention another internal change.
2006-11-10 Wayne DavisonTest --del too.
2006-11-10 Wayne DavisonFixed the hard-linking of symlinks test (we need to...
2006-11-10 Wayne DavisonChanged how we deal with the alternate-dest directory...
2006-11-10 Wayne DavisonChanged two more references to "st" to "real_st" in...
2006-11-10 Wayne Davison- Fixed a problem where the real stat struct for a...
2006-11-10 Wayne DavisonIf the OS can't hard-link a symlink, tweak the expected...
2006-11-10 Wayne DavisonMention latest bug fixes.
2006-11-10 Wayne DavisonChanged to reflect new (more correct) output of what...
2006-11-10 Wayne DavisonImproved to test --link-dest (when hard-linking of...
2006-11-10 Wayne DavisonAllow all itemize types to change all-dots (no changes...
2006-11-10 Wayne Davison- Improved try_dests_non() so that it works with all...
2006-11-10 Wayne DavisonAdded flag ITEM_MATCHED.
2006-11-10 Wayne DavisonChanged strcat() calls to strlcat().
2006-11-09 Wayne DavisonDisable POPT_WCHAR_HACK for now.
2006-11-09 Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-11-09 Wayne DavisonImproved the vmefail() code.
2006-11-09 Wayne DavisonFixed a problem with the xstrdup() change.
2006-11-09 Wayne DavisonGet rid of the last strcpy() call by using an static...
2006-11-09 Wayne DavisonUse a new isSpace() inline function to call isspace...
2006-11-09 Wayne DavisonNeed to include lib/snprintf.o when building wildtest.
2006-11-09 Wayne DavisonChanged _ABS to be defined as MY_ABS.
2006-11-09 Wayne DavisonGot rid of code to twiddle _ABS.
2006-11-09 Wayne DavisonMoved definition of DBL_EPSILON.
2006-11-09 Wayne DavisonTry a full prototype for alloca() for those systems...
2006-11-09 Wayne Davison- Define snprintf() when needed.
2006-11-09 Wayne DavisonThe Mac version of GCC can now handle __attribute__ .
2006-11-09 Wayne DavisonRolling over the NEWS file for the next version.
2006-11-09 Wayne DavisonChange the version for new CVS work.
2006-11-09 Wayne Davison- Upgraded popt to version 1.10.2.
2006-11-07 Wayne DavisonPreparing for release of 2.6.9
2006-11-04 Wayne DavisonModified to recognize FreeBSD's setfacl command.
next