summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Andrew Tridgell1997-12-171-6/+20
* handle things more grecefully when one machine supports hard links andAndrew Tridgell1997-12-161-2/+2
* fixed a bug in the handling of the new --relative option. The file wasAndrew Tridgell1997-12-161-1/+3
* fixed a nasty bug in the handling of the --delete option when thereAndrew Tridgell1997-12-161-2/+2
* process directory permissions and times ater hard links becuase theAndrew Tridgell1997-12-151-7/+7
* some people are now using rsync as a public server, using variousAndrew Tridgell1997-12-151-2/+11
* several changes:Andrew Tridgell1997-12-151-9/+24
* minor cleanups (unused variables etc)rsync-bugs1997-12-151-3/+0
* added a --relative (== -R) option. This is what Anthony ThyssenAndrew Tridgell1997-12-151-2/+13
* minor bugfixesPaul Mackerras1997-04-111-1/+1
* - check for sys/select.hAndrew Tridgell1996-10-011-3/+3
* - detect presence of remsh and use it instead of rshAndrew Tridgell1996-10-011-30/+86
* add warning if corruption detectedAndrew Tridgell1996-07-121-0/+2
* *** empty log message ***Andrew Tridgell1996-07-051-1/+1
* *** empty log message ***Andrew Tridgell1996-07-041-5/+5
* Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1996-07-031-0/+1
* check for null unmapAndrew Tridgell1996-07-031-3/+3
* added resend logicAndrew Tridgell1996-07-021-12/+58
* *** empty log message ***Andrew Tridgell1996-07-011-12/+49
* added hooks for compression in token.cAndrew Tridgell1996-07-011-2/+3
* - hard linksAndrew Tridgell1996-06-301-84/+103
* new exit/cleanup codeAndrew Tridgell1996-06-281-6/+11
* - handle no mmap for munmapAndrew Tridgell1996-06-281-6/+14
* added csum-length optionAndrew Tridgell1996-06-271-3/+5
* - improved filename packingAndrew Tridgell1996-06-271-1/+2
* Fix bug where the --delete option was deleting files locally whichPaul Mackerras1996-06-271-0/+2
* added support for non-mmap operationAndrew Tridgell1996-06-261-18/+5
* more byte efficient flist routinesAndrew Tridgell1996-06-261-2/+1
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-3/+3
* added "created dir" messageAndrew Tridgell1996-06-251-1/+3
* fixed a bug where unmap could be called with a NULL bufferAndrew Tridgell1996-06-251-4/+6
* add SIGNAL_CASTAndrew Tridgell1996-06-221-11/+7
* Initial revisionAndrew Tridgell1996-06-221-0/+733