rsync/rsync.git
2006-12-16 Wayne DavisonOutput some info about the size of our structures.
2006-12-16 Wayne DavisonChanged the static file_struct var to match the changes...
2006-12-16 Wayne DavisonUse the new rounding.h file to optionally round up...
2006-12-16 Wayne DavisonBuild & run mkrounding to make the rounding.h file...
2006-12-16 Wayne DavisonMoved the file_extra union out of the file_struct.
2006-12-16 Wayne DavisonNew file to figure out if a system has any rounding...
2006-12-16 Wayne DavisonAdded mkrounding and rounding.h.
2006-12-16 Wayne DavisonMention hard-link memory savings and byte-transfer...
2006-12-16 Wayne DavisonAdded a basename var to file_struct at the end, making...
2006-12-16 Wayne DavisonChanged the test for the 2.6.8 bug to preserve owner...
2006-12-15 Wayne DavisonMoved the calls to init_hard_links() into flist.c.
2006-12-15 Wayne DavisonAdded a simple hashtable routine for hashing st_dev...
2006-12-15 Wayne DavisonFor protocol 30, the sender uses the new idev_node...
2006-12-15 Wayne Davison- The XMIT_SAME_DEV define is now pre-protocol-30 specific.
2006-12-14 Wayne DavisonRenamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.
2006-12-13 Wayne DavisonRenamed the F_*HLINK* macros to make their purpose...
2006-12-13 Wayne DavisonTweaked the option-passing code's delete logic to make...
2006-12-12 Wayne DavisonCast FILE_STRUCT_LEN & EXTRA_LEN to int for rprintf().
2006-12-12 Wayne DavisonUse new BITS_EQUAL() define.
2006-12-12 Wayne DavisonAdded BITS_EQUAL() define.
2006-12-12 Wayne DavisonRemoved last reference to "struct hlist".
2006-12-12 Wayne DavisonNeaten some function formatting.
2006-12-12 Wayne DavisonProvide alternate F_LENGTH() define for systems with...
2006-12-10 Wayne DavisonMention fix for -vv --stats.
2006-12-10 Wayne DavisonAdded MSG_CLIENT to the acceptable messages the generat...
2006-12-10 Wayne DavisonAdded MSG_CLIENT to the msgcode enum.
2006-12-09 Wayne DavisonA minor format tweak.
2006-12-09 Wayne DavisonHandle the new output from the hard-link code, includin...
2006-12-09 Wayne Davison- Added FLAG_HLINK_DONE.
2006-12-09 Wayne DavisonGot rid of the pool-destroy call since this is not...
2006-12-09 Wayne DavisonCall the new hard-link init functions.
2006-12-09 Wayne Davison- Use the revamped hard-link functions.
2006-12-09 Wayne Davison- Revamped the hard-link algorithm to save memory.
2006-12-09 Wayne DavisonChanged the hlink_pool variable to be a global since...
2006-12-08 Wayne DavisonExplicitly cast the length values down to an uint32...
2006-12-08 Wayne DavisonGet rid of some signed/unsigned-comparison compiler...
2006-12-08 Wayne DavisonUse --delete-delay instead of --delete-after.
2006-12-08 Wayne Davison- The --delete-delay code now does its own output buffe...
2006-12-08 Wayne DavisonFixed --delete-delay by making the fprintf() output...
2006-12-07 Wayne DavisonAdded missing initialization of new solo_file variable.
2006-12-07 Wayne DavisonSome minor format tweaks.
2006-12-07 Wayne Davison- Use renamed hard-link defines: F_HL_IDEV() and F_HL_L...
2006-12-07 Wayne Davison- Set "solo_file" bool and use that for improved clarity.
2006-12-07 Wayne Davison- Use the new device defines: F_RDEV_P(), DEV_MAJOR...
2006-12-07 Wayne DavisonUse the new device defines: F_RDEV_P(), DEV_MAJOR(...
2006-12-07 Wayne Davison- Added a signed number to the flist_extras union.
2006-12-07 Wayne DavisonImproved the format of the debug output for mknod().
2006-12-06 Wayne DavisonMention waitpid() fix (which helps pre-xfer exec).
2006-12-06 Wayne DavisonThe wait_process() call now handles EINTR.
2006-12-06 Wayne DavisonIf the pre-xfer exec failed with -1, output the strerror()
2006-12-06 Wayne Davison#ifdef calls to hard-link functions.
2006-12-06 Wayne Davison- Make some char* pointers const.
2006-12-06 Wayne DavisonChanged i -> ndx in several variables.
2006-12-06 Wayne DavisonF_SUM() needed to use HLINK_BUMP().
2006-12-05 Wayne DavisonHandle the FLAG_LENGTH64 flag in unmake_file().
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.
next