Got rid of /* dw */ comments.
[rsync/rsync.git] / flist.c
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
2000-01-27 Andrew Tridgellfixed the error code problem with test.sh
2000-01-24 Andrew Tridgelladded some more debug info to the "buffer overflow in
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-23 Andrew Tridgellremoved Daves include-only optimisation. One of the...
2000-01-23 Andrew Tridgellfix a problem with files > 2GB
1999-10-31 Andrew Tridgelladded "ignore errors" option in rsyncd.conf
1999-07-09 David DykstraFix significant security holes with "use chroot = no...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-03-12 David DykstraWhen -R is used, send the permissions of the original...
1999-02-24 David DykstraFix a bug with rsync -R --delete from ./ as reported...
1999-02-22 David DykstraAdd --delete-excluded option to delete files on the...
1999-02-17 David DykstraAdded --copy-unsafe-links option which is like --copy...
1998-11-24 David DykstraDon't list cleaned-out duplicate file names as "<NULL...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-30 Andrew Tridgellhanle null strings in -vvv output
1998-10-29 Andrew Tridgellsome minor optimisations
1998-10-27 Andrew Tridgellhandle OSes (such as Unicos) which use a different...
1998-10-26 David DykstraOptimize server for special case of a long list of...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-08-27 Andrew Tridgellfixed a small memory leak when using -C
1998-07-23 Andrew Tridgellfixed the relative paths bug pointed out by Alberto...
1998-07-17 Andrew Tridgellmake rsync behave more like GNU cp with regard to file...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-06-01 Andrew Tridgellreplace calls to strcmp() with a u_strcmp() function...
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-29 Andrew Tridgellfixed a bug in the flist sending code that caused the...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-27 Andrew Tridgellfixed a race condition in the --delete handling code...
1998-05-26 Andrew Tridgellfixed a bug in the handling of very long filenames...
1998-05-26 Andrew Tridgellerror formatting changes
1998-05-23 Andrew Tridgelldon't treat intermediate link directories as links...
1998-05-18 Andrew Tridgellstrip any leading / off absolute paths when using relat...
1998-05-15 Andrew Tridgellremoved some debug code
1998-05-15 Andrew Tridgellgot rid of "EOF in map_ptr" problem. If a file shrinks...
next