Changed rprintf() calls that included strerror() to use rsyserr().
[rsync/rsync.git] / sender.c
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-11 Wayne DavisonIn send_files(), changed the name of the map_struct...
2004-02-17 Wayne DavisonDon't create a pathname that has two leading slashes...
2004-02-03 J.W. SchultzCorrected sizeof usage:
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-20 Wayne DavisonUse new stringjoin() function.
2004-01-15 Wayne DavisonIf we're a daemon talking with a pre-28 protocol, use...
2004-01-13 Wayne DavisonSet stats.current_file_index.
2004-01-10 Wayne DavisonChanged the call to write_batch_csum_info() to the...
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-02 Wayne DavisonUse the new f_name_to() call instead of strlcat() an...
2004-01-02 Wayne DavisonGot rid of /* dw */ comments.
2003-12-19 Wayne DavisonQuiet a compiler warning.
2003-12-15 Wayne DavisonNew "io_error" variable handling for RERR_VANISHED...
2003-12-06 J.W. SchultzSanity check s2length on recept.
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-15 J.W. SchultzWhitespace and indentation cleanup. There is a lot...
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-25 J.W. Schultzremoved log_transfer() It was no more than a conditional
2002-04-09 Martin Poollong int fix from Nelson Beebe
2002-04-08 Martin PoolDoc file
2002-01-25 Martin PoolMore signedness fixes; should be harmless.
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2001-08-31 Martin PoolClean up from rsync+ patch; fix compiler warning.
2001-08-15 Martin PoolFix trace message which was missing a parameter.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-01-23 Andrew Tridgellfix a problem with files > 2GB
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1998-11-20 Andrew Tridgelladded "dont compress" option with the default setting of
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 TridgellJason told me that's its very important for his site...
1998-10-29 Andrew Tridgella change I made yesterday corrupted the displayed filen...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...