summaryrefslogtreecommitdiff
path: root/rsync.h
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Andrew Tridgell1997-12-171-4/+0
|
* handle things more grecefully when one machine supports hard links andAndrew Tridgell1997-12-161-5/+4
| | | | | the other doesn't or one machine supports soft links and the other doesn't.
* only include sys/mod.h if S_ISLNK is not already defined. This allowsrsync-bugs1997-12-151-0/+2
| | | | | things to work on aix without causing broken sgi headers files to spew lots of complaints
* include sys/socket.h if possible (this should make rsync compileAndrew Tridgell1997-12-151-0/+4
| | | | cleanly on SCO)
* minor updatesAndrew Tridgell1997-07-101-0/+5
|
* move check for remsh after config.hAndrew Tridgell1996-10-011-6/+6
|
* - check for sys/select.hAndrew Tridgell1996-10-011-0/+8
| | | | | | - check for and use lchown if possible - fix problem with root directory on source and destination
* - detect presence of remsh and use it instead of rshAndrew Tridgell1996-10-011-0/+22
| | | | | | | | | | | | | | | | - handle directory ownership and permissions much better. - fix bug where links caused the permissions of files to be set incorrectly - override the default umask in setting file permissions - better handling -o and -D being passed to non-root users - handle rsync to a destination of / - fix the handling of mismatched file types at either end of the link. For example, if the destination is a link and the source is not.
* added CHAR_OFFSETAndrew Tridgell1996-07-041-0/+5
|
* *** empty log message ***Andrew Tridgell1996-07-041-2/+3
|
* added resend logicAndrew Tridgell1996-07-021-1/+1
| | | | added checksum on all files
* *** empty log message ***Andrew Tridgell1996-07-011-1/+5
|
* new header tests for sunosAndrew Tridgell1996-06-301-3/+6
|
* added checksum seedAndrew Tridgell1996-06-301-1/+1
|
* - hard linksAndrew Tridgell1996-06-301-3/+8
| | | | | - better sparse handling - FERROR and FINFO
* new exit/cleanup codeAndrew Tridgell1996-06-281-2/+1
|
* - handle no mmap for munmapAndrew Tridgell1996-06-281-0/+12
| | | | | - handle sparse files - add MAX_PROTOCOL_VERSION
* - improved filename packingAndrew Tridgell1996-06-271-1/+11
| | | | - fixed sunos EAGAIN bug
* added support for non-mmap operationAndrew Tridgell1996-06-261-0/+1
|
* more byte efficient flist routinesAndrew Tridgell1996-06-261-1/+4
|
* added SIGPIPE catchAndrew Tridgell1996-06-261-0/+2
| | | | added select timeout
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-0/+4
|
* added "created dir" messageAndrew Tridgell1996-06-251-0/+8
| | | | added read buffer
* add SIGNAL_CASTAndrew Tridgell1996-06-221-0/+2
| | | | don't create files till needed when receiving
* Initial revisionAndrew Tridgell1996-06-221-0/+228