Make use of new iconvbufs() function.
[rsync/rsync.git] / flist.c
2007-09-18 Wayne DavisonMake use of new iconvbufs() function.
2007-09-17 Wayne DavisonMake sure that the hashed hard-link numbers from differ...
2007-09-15 Wayne Davison- If two duplicate directories have identical outside...
2007-09-15 Wayne DavisonReverting last change for a re-think.
2007-09-15 Wayne DavisonFixed a problem with duplicate dirs being unduplicated...
2007-09-15 Wayne DavisonGot rid of duplicate error when push_pathname() fails.
2007-09-09 Wayne DavisonCall the renamed read_line() function (was read_filesfr...
2007-09-04 Wayne DavisonFixed two flist->files[first_hlink_ndx] references.
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-03 Wayne Davison- Use the new hashtable structures and functions.
2007-09-03 Wayne DavisonUse new0() function instead of new() followed by memset().
2007-09-01 Wayne DavisonTweaked a comment.
2007-08-29 Wayne DavisonMake the verbose message about the file-list expansion...
2007-08-04 Wayne Davison- Use the new XMIT_NON_XFER_DIR flag.
2007-08-04 Wayne DavisonOnly honor XFLAGS_HLINKED on a non-directory.
2007-08-04 Wayne DavisonChanged flags variable in send_file_entry() to xflags.
2007-08-01 Wayne DavisonIf readdir() gives us an empty name, reject it.
2007-07-14 Wayne Davison- Made f_name() and f_name_cmp() take const pointers.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne Davison- Use the new DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT defines.
2007-07-08 Wayne DavisonChanged the spots that referred to the filter_level...
2007-07-08 Wayne Davison- The sending side now sets the parent_ndx value in...
2007-07-07 Wayne DavisonAvoid the prune-empty-dir code when cleaning a file...
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonThe length check in make_file() doesn't need to subtrac...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonSwitch the checking of preserve_[ug]id var to checking...
2007-05-29 Wayne DavisonUnified the file-list pool used in incremental recursio...
2007-05-25 Wayne DavisonImproved a comment.
2007-05-24 Wayne DavisonChanged dup-detection code to keep the first item in...
2007-05-24 Wayne Davison- Added fsort() and fsort_tmp() that implement a merges...
2007-05-23 Wayne DavisonOutput a -vvv(erbose) message when receiving an increme...
2007-05-22 Wayne Davison- Changed the dir_flist code on the sending side to...
2007-05-22 Wayne DavisonOne more output_flist() call that should verify if...
2007-05-22 Wayne DavisonImproved the index values that output_flist() outputs...
2007-05-21 Wayne DavisonGet rid of compiler warning about iconv()'s second...
2007-05-21 Wayne DavisonThe recv_file_entry() function needed to remember the...
2007-05-21 Wayne DavisonCast some F_OWNER()/F_GROUP() values to make sure that...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-27 Wayne DavisonFixed the buildability of the file without ICONV_OPTION...
2007-04-26 Wayne Davison- Fixed the merging of duplicated directory hierarchies...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-26 Wayne Davison- Renamed flist_dir to pathname to avoid confusion...
2007-04-24 Wayne DavisonFixed a directory push problem with the user specified...
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-20 Wayne DavisonVerify that the modtime value is not being truncated...
2007-04-20 Wayne Davison- Call the new {read,write}_varlong30() names for the...
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-25 Wayne DavisonImproved push_dir() error reporting.
2007-03-18 Wayne DavisonFixed a multi-file, no-dir, relative copy, such as:
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-12 Wayne DavisonChanged the sending of device major/minor numbers in...
2007-03-11 Wayne DavisonWhen a hard-linked device is duplicating the data from...
2007-03-11 Wayne DavisonMoved the new static internal functions from h to io.h.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-30 Wayne DavisonChanged how send_extra_file_list() checks if we have...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-23 Wayne DavisonPaul's patch to silence some 64-bit compiler warnings.
2007-01-10 Wayne DavisonMoved the code that adds each file's length to stats...
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonOutput a file-list message when verbose and using incre...
2006-12-28 Wayne DavisonRestored the calling of send_file_entry() back to send_...
2006-12-28 Wayne DavisonAssign the owner and group using F_OWNER() and F_GROUP().
2006-12-28 Wayne DavisonRepositioned a misplaced assignment.
2006-12-28 Wayne DavisonNew functions, variables, and file-list code to support...
2006-12-25 Wayne DavisonCan just test ignore_errors w/o lp_ignore_errors(module...
2006-12-18 Wayne DavisonRenamed flist_extra_cnt to file_extra_cnt.
2006-12-17 Wayne DavisonGot rid of the hlink_pool in favor of using the new...
2006-12-16 Wayne DavisonUse the new rounding.h file to optionally round up...
2006-12-16 Wayne DavisonAdded a basename var to file_struct at the end, making...
2006-12-15 Wayne DavisonFor protocol 30, the sender uses the new idev_node...
2006-12-14 Wayne DavisonRenamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.
2006-12-12 Wayne DavisonCast FILE_STRUCT_LEN & EXTRA_LEN to int for rprintf().
2006-12-12 Wayne DavisonNeaten some function formatting.
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-07 Wayne Davison- Use the new device defines: F_RDEV_P(), DEV_MAJOR...
2006-12-05 Wayne DavisonHandle the FLAG_LENGTH64 flag in unmake_file().
2006-12-05 Wayne DavisonSaved 9 more bytes per file in a typical transfer by...
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
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-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-13 Wayne DavisonTurned the char * vars flist_dir and lastdir into const...
2006-11-11 Wayne DavisonIf ignore_perishable is set, increment a count of all...
2006-11-11 Wayne DavisonWhen make_file() gets a stat() error on a file, the...
2006-10-14 Wayne DavisonGot rid of the recent paranoid length check because...
2006-10-13 Wayne Davison- Changed some sprintf() calls to snprintf() calls.
2006-10-13 Wayne DavisonAdded a paranoid length check.
2006-10-13 Wayne Davison- Use precompiler conditionals in to_wire_mode() and...
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-08 Wayne DavisonCall push_dir() with its new boolean arg.
2006-08-26 Wayne DavisonWhen we're cleaning up a path of "/" in relative mode...
2006-07-10 Wayne DavisonUse new MAKEDEV() macro instead of makedev() directly.
2006-07-03 Wayne DavisonObey the new "munge symlinks" dameon setting.
2006-05-09 Wayne Davison- Turned some FINFO rprintf() calls into FCLIENT calls...
next