- Use dev_t instead of DEV64_T.
[rsync.git] / flist.c
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...
2003-03-21 Wayne DavisonGet rid of eol whitespace.
2003-03-21 Wayne DavisonOptimized the implied-directory code to avoid putting...
2003-02-12 Wayne DavisonThe sender no longer removes the duplicate names from...
2003-01-18 Wayne DavisonFixed the bug in clean_flist() where it did not get...
2003-01-15 David DykstraFix bug in --copy-unsafe that made it totally broken...
2002-12-24 Jos BackusAdd "void" to some function definitions so that all...
2002-12-11 David DykstraWhen a file shows up as not existent during an rsync...
2002-07-27 Wayne Davison- Fixed a crash in flist_find() when the last item...
2002-04-11 Martin PoolDoc.
2002-04-09 Martin PoolOK, we can now get phase messages if we fail in send_fi...
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolFormatting cleanup.
2002-04-08 Martin PoolDoc.
2002-03-14 David DykstraEliminate extraneous "done" messages in verbose mode...
2002-03-14 Martin PoolCorrect the plural in "1 file to consider." (Greg...
2002-02-13 David DykstraReversing the order of maybe_emit_filelist_progress...
2002-02-13 David DykstraSome systems, notably Sunos4, do not support realloc...
2002-02-13 Martin PoolFactor out code for filelist progress. Copy&paste...
2002-02-07 David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-01-25 Martin PoolMore signedness fixes; should be harmless.
2002-01-25 Martin PoolFix for device nodes. (dann frazier) (Debian #129135)
2002-01-25 Martin PoolAnother DEV64_T change.
next