My modified version of Chris Shoemaker's improved batch-file handling.
[rsync/rsync.git] / flist.c
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-18 Wayne DavisonImproved a comment.
2004-06-11 Wayne Davison- Made readlink_stat() and link_stat() optionally follo...
2004-06-11 Wayne DavisonIn set_filesystem(), call do_stat(), not link_stat...
2004-06-09 Wayne DavisonNeeded to enclose the new symlink-warning code in an
2004-06-07 Wayne DavisonDon't report a "file vanished" error if a symlink point...
2004-05-29 Wayne DavisonGot rid of an unneeded character pointer in send_file_e...
2004-05-21 Wayne DavisonTweaked the alloc/realloc code in flist_expand().
2004-05-16 Wayne DavisonRenamed free_exclude_list() to clear_exclude_list().
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-14 Wayne DavisonIn the debug output, distinguish between a user-request...
2004-05-11 Wayne DavisonGot rid of an unused extern.
2004-05-03 Wayne DavisonA slight refinement to my last patch.
2004-05-03 Wayne DavisonFixed crash bug that can affect --delete in certain...
2004-04-29 Wayne DavisonFixed a sorting problem when an entry has an empty...
2004-04-27 Wayne DavisonChanged XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-22 Wayne DavisonRestore the old include behavior where a command-line...
2004-04-22 Wayne DavisonNo need to pass a debug string to check_exclude() anymo...
2004-04-17 Wayne DavisonChanged the dev handling for -H back to using an opaque...
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14 Wayne DavisonAdded a description arg to check_exclude().
2004-04-12 Wayne DavisonUse the new XFLG_* flags to call the add_exclude*(...
2004-04-12 Wayne Davison- Use dev_t instead of DEV64_T.
2004-04-08 Wayne DavisonSimplify the setting of rdev & rdev_high in send_file_e...
2004-04-08 Wayne DavisonFixed a bug in the sending of rdev when the high-bits...
2004-04-08 Wayne DavisonExplicitly cast our ~0xFF mask using ~(DEV64_T)0xFF...
2004-04-01 Wayne DavisonSome more IOERR_VANISHED support.
2004-02-11 Wayne DavisonFixed a crash bug when keep_backup() calls make_file...
2004-02-10 Wayne DavisonGot rid of useless extern.
2004-02-10 J.W. SchultzKeep in sync with protocol if idev data on stream but...
2004-02-10 Wayne DavisonIf XMIT_HAS_IDEV_DATA is set in receive_file_entry...
2004-02-10 Wayne DavisonChanged flist_init() to use offsetof().
2004-02-10 J.W. SchultzDropped support for protocol versions less than 20...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-06 Wayne DavisonFixed the indentation in init_flist().
2004-02-05 Wayne DavisonAdded new extern.
2004-02-05 Wayne DavisonOnly call add_uid() or add_gid() if numeric_ids is...
2004-02-04 Wayne DavisonDelay the output the (verbose > 3) list of files until...
2004-02-04 Wayne DavisonIf we're dumping the file list (i.e. verbose > 3),...
2004-02-04 Wayne DavisonChanged the -x code to allow -L to copy a file on anoth...
2004-02-03 Wayne DavisonMade hard-link sending compatible with pre-28 protocols...
2004-02-03 J.W. SchultzCorrected sizeof usage:
2004-02-02 Wayne DavisonFix for memset bug found by buildfarm.
2004-02-02 Wayne DavisonChange to try to debug a failure on the build farm.
2004-02-02 Wayne Davison- Use as little memory as possible for the file_struct...
2004-02-02 Wayne DavisonGo back to using malloc() for the hard-link data struct...
2004-02-02 Wayne DavisonMake sure that the idev struct's data is 4-byte aligned.
2004-02-02 Wayne Davison- Changed the file-list allocation to alloc all the...
2004-02-01 Wayne DavisonAdded some missing #if SUPPORT_HARD_LINK and #if SUPPOR...
2004-02-01 Wayne DavisonChanged the rdev code to have both an "rdev" variable...
2004-01-31 Wayne DavisonOne more improvement to the 0-flag-byte avoidance algor...
2004-01-31 Wayne DavisonA small optimization to the symlink-send code, and...
2004-01-31 Wayne DavisonFixed the test to ensure that we don't send a flag...
2004-01-31 Wayne DavisonOne more minor variable-name change.
2004-01-31 Wayne DavisonSwitched a buffer name in make_file() to make the code...
2004-01-27 Wayne DavisonUse who_am_i() to qualify some debug messages.
2004-01-27 Wayne DavisonDon't free lastdir! It is still needed by the flist...
2004-01-27 Wayne DavisonOptimized the -x option by removing the skip_filesystem...
2004-01-27 Wayne DavisonTweaked a comment.
2004-01-27 Wayne DavisonUse the new names for the transmit-flag defines. We...
2004-01-26 J.W. SchultzBack out bad refactor (thanks Wayne)
2004-01-25 J.W. SchultzTightened up code in skip_filesystem()
2004-01-22 Wayne DavisonWhen setting an flist entry's flags, mask it with LIVE_...
2004-01-22 Wayne Davison- Ensure in make_file() that we can't make a name that...
2004-01-20 Wayne Davison- Use the new push_dir() and pop_dir() calling syntax.
2004-01-17 Wayne DavisonA few minor string optimizations and a new complaint...
2004-01-17 Wayne DavisonItems read from a per-directory .cvsignore file should...
2004-01-13 Wayne DavisonMerged a couple more f != -1 if sections.
2004-01-13 Wayne DavisonMerged some "if (f != -1)" checks, put the clean_flist...
2004-01-11 Wayne DavisonUse the new dev+inode union in the flist_struct.
2004-01-11 Wayne DavisonUse the new union-ified flist_struct values.
2004-01-10 Wayne DavisonA slightly better reset mechanism for send_file_entry...
2004-01-10 Wayne DavisonAllow the send_file_entry() and receive_file_entry...
2004-01-09 Wayne DavisonGot rid of tmpsum[].
2004-01-09 Wayne Davison- Never allocate a useless sum array for a non-regular...
2004-01-09 Wayne DavisonAdded an extra comment.
2004-01-09 J.W. SchultzFinished the last_* renameing and fixed a cast..
2004-01-08 Wayne DavisonUpdated the send_file_name() and receive_file_entry...
2004-01-08 Wayne DavisonOptimized the sending of dev+inode data for hard-linkin...
2004-01-08 Wayne DavisonImplemented an extended-flag-byte in the transfer proto...
2004-01-08 Wayne DavisonImproved the code in send_file_entry() and receive_file...
2004-01-07 J.W. SchultzCosmetic changes to file_compare() for readability...
2004-01-02 Wayne DavisonSome cosmetic tweaks.
2004-01-02 Wayne DavisonSilence some compiler warnings.
2004-01-02 Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2004-01-02 Wayne DavisonOptimized f_name(), generating: (1) f_name_cmp(), which...
2004-01-02 Wayne DavisonGot rid of /* dw */ comments.
2003-12-15 Wayne DavisonNew "io_error" variable handling for RERR_VANISHED...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-08-17 Wayne Davison- Made special exclusion-handling of '.' work in -R...
2003-07-03 Wayne DavisonChanged the syntax of a comment.
2003-07-01 Wayne DavisonModifications to handle the new server_exclude_list...
2003-05-10 Wayne DavisonOptimized away 3 calls to strcmp().
2003-04-10 J.W. Schultzversions prior to 1.7.0 (protcol version 17) cannot...
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2003-03-30 Wayne DavisonSupport the new --files-from and --no-implied-dirs...
next