Make idev, hlink and file_struct + strings use allocation
[rsync/rsync.git] / generator.c
2004-01-27 Wayne DavisonCast getpid() to a long for output.
2004-01-25 Wayne DavisonUse the new hard_link_check() function to figure out...
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-15 Wayne DavisonWe now call get_redo_num() instead of reading f_recv...
2004-01-12 Wayne DavisonChanged the hard-link check.
2004-01-11 Wayne DavisonUse the new union-ified flist_struct values.
2004-01-09 Wayne DavisonA couple minor code improvements.
2004-01-04 Wayne DavisonChanged recv_generator() to take a "struct file_struct...
2004-01-03 Wayne DavisonMore variable-size cleanup.
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2004-01-03 Wayne DavisonSilence a compiler warning.
2004-01-02 Wayne DavisonFixed --link-dest's check for identicalness to ignore...
2004-01-02 Wayne DavisonSome name tweaks.
2004-01-02 Wayne DavisonUse f_name_to() when producing a name for the recv_gene...
2003-12-24 Wayne DavisonSimplified an internal function's name to remove a...
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-22 Wayne DavisonFixed the multiplying of blength*blength so that it...
2003-08-21 Wayne DavisonGot rid of signed/unsigned-comparison warning if st_rde...
2003-07-04 Wayne DavisonMade rprintf() of size_t value portable.
2003-04-10 J.W. Schultz - Per-file dynamic block size is now sqrt(file...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2003-03-31 J.W. SchultzLogic error in preserve_perms + link_dest
2003-03-26 J.W. SchultzMake link-dest aware of --perms, --owner and --group.
2003-03-21 Wayne Davison- Simplified the whole-file option handling.
2003-03-21 J.W. SchultzTypo corrections.
2002-08-29 David DykstraAdd --link-dest option from J.W. Schultz.
2002-07-31 Wayne DavisonStefan Nehlsen's fix of a timeout problem on large...
2002-04-09 Martin Poollong int fix from Nelson Beebe
2002-04-08 Martin PoolDoc and indent only.
2002-04-08 Martin PoolWith -vv, show state of --whole-file once at the start...
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-03-25 Martin PoolDisambiguate hard link messages.
2002-03-19 David DykstraNow that whole_file and no_whole_file are separate...
2002-03-19 Martin PoolPrevious solution for --no-whole-file would probably...
2002-03-19 Martin PoolTypo.
2002-03-19 Martin PoolFix --whole-file problem that caused it to be the defau...
2002-02-07 David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-01-25 Martin PoolNew --ignore-existing option, patch previously distribu...
2002-01-23 Martin PoolRefactor code in send_sums to remove repeated ternaries.
2002-01-23 Martin PoolIndent.
2001-12-14 Martin PoolTypo.
2001-12-14 Martin PoolClearer error messages.
2001-12-14 Martin PoolClearer error messages.
2001-12-03 David DykstraDon't print out the directory name twice in verbose...
2001-09-09 Andrew Tridgellfixed check for timeout in generator
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2000-11-15 Martin PoolAdd comments.
2000-11-10 Martin PoolDoc.
2000-11-09 Martin PoolBetter error messages
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-08-04 David DykstraEnable --compare-dest to work in combination with ...
2000-06-23 Andrew Tridgellget rid of annoying symlink error messages
2000-01-24 Andrew Tridgellupdated a debug message
2000-01-23 Andrew Tridgellfix a problem with files > 2GB
2000-01-23 Andrew Tridgelladded --existing option, similar to one suggested by...
2000-01-06 David DykstraIf a destination file cannot be opened, pretend it...
1999-12-29 David DykstraWhen not using -p and file being copied to already...
1999-12-02 Andrew Tridgellfixed a segv bug when handling symlinks.
1999-10-31 Andrew Tridgellsolved the problem of not using the right permissions...
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-04-02 David DykstraSmall bug fix for the --compare-dest option: when a...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-02-18 Andrew Tridgelladded --size-only option. Useful when starting to use...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...