summaryrefslogtreecommitdiff
path: root/sender.c
Commit message (Collapse)AuthorAgeFilesLines
* fix a problem with files > 2GBAndrew Tridgell2000-01-231-4/+4
| | | | (thanks to T.J.Adye@rl.ac.uk)
* use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1999-10-251-1/+1
| | | | and O_BINARY
* added "dont compress" option with the default setting ofAndrew Tridgell1998-11-201-0/+2
| | | | *.gz *.tgz *.zip *.z *.rpm *.deb
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-3/+3
| | | | | | OpenBSD functions of the same name. changed slprintf() to take buffer length rather than buffer length -1
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
| | | | different exit codes for different conditions.
* Jason told me that's its very important for his site to log exactlyAndrew Tridgell1998-11-021-3/+7
| | | | | how many bytes were needed to be transferred for each file. I added %b and %c log format options to cover this. See the man page for details.
* a change I made yesterday corrupted the displayed filename in someAndrew Tridgell1998-10-291-1/+0
| | | | cases. cosmetic fix.
* and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1998-10-281-4/+9
| | | | | | | Jason Andrade convinced me to add ftpd style logging of transfers, enabled with a "transfer logging" option in rsyncd.conf you can customise the format in log.c
* rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1998-07-251-0/+220
for the 3 logical stages of rsync; generator, sender and receiver.