Don't free the hlink data (it is not separately allocated anymore).
[rsync/rsync.git] / flist.c
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.
2002-01-25 Martin PoolWith -vv, when the file list grows, show a message.
2002-01-25 Martin PoolWith -vv, when the file list grows, show a message.
2002-01-25 Martin PoolUndo overzealous deletion.
2002-01-25 Martin PoolAdd dummy show_flist_stats().
2002-01-25 Martin PoolFactor out code to grow the file list into a common...
2002-01-25 Martin Poolindent -kr -i8
2002-01-25 Martin PoolAdd link to the message that introduced string_area.
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-15 Martin PoolChange gratuituous strlcat's into strlcpy, since we...
2002-01-15 Martin PoolThe Ted T'so school of program optimization: make progr...
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2002-01-11 Martin PoolIn protocol version 26, always
2001-12-05 Martin PoolIRIX cc cares that the operands to the ternary have...
2001-11-27 Martin PoolSplit code to generate "rwx-----" strings into lib...
2001-11-26 David DykstraBetter fix for case of excluded symlinks that point...
2001-11-16 David DykstraFix to make_file() to exit earlier if a file is exclude...
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-08-06 Martin PoolCorrect over-zealous edit for UNICOS.
2001-08-06 Martin PoolFix for UNICOS CC: first argument to readlink must...
2001-05-02 Andrew Tridgelluse _S_IFLNK not S_IFLNK
2000-10-09 Martin Poolinclude/exclude cluestick: with -vv, print out whether...
2000-08-31 Andrew Tridgella simple fix to the memory problems with the string...
2000-08-29 Andrew Tridgellsome string_area cleanups
2000-08-19 Andrew Tridgelladded an explicit noexcludes flag to make_file()
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-03-21 Andrew Tridgelladd a --ignore-errors option
next