Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Andrew Tridgell | 1997-12-17 | 1 | -4/+0 |
| | |||||
* | handle things more grecefully when one machine supports hard links and | Andrew Tridgell | 1997-12-16 | 1 | -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 allows | rsync-bugs | 1997-12-15 | 1 | -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 compile | Andrew Tridgell | 1997-12-15 | 1 | -0/+4 |
| | | | | cleanly on SCO) | ||||
* | minor updates | Andrew Tridgell | 1997-07-10 | 1 | -0/+5 |
| | |||||
* | move check for remsh after config.h | Andrew Tridgell | 1996-10-01 | 1 | -6/+6 |
| | |||||
* | - check for sys/select.h | Andrew Tridgell | 1996-10-01 | 1 | -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 rsh | Andrew Tridgell | 1996-10-01 | 1 | -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_OFFSET | Andrew Tridgell | 1996-07-04 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Andrew Tridgell | 1996-07-04 | 1 | -2/+3 |
| | |||||
* | added resend logic | Andrew Tridgell | 1996-07-02 | 1 | -1/+1 |
| | | | | added checksum on all files | ||||
* | *** empty log message *** | Andrew Tridgell | 1996-07-01 | 1 | -1/+5 |
| | |||||
* | new header tests for sunos | Andrew Tridgell | 1996-06-30 | 1 | -3/+6 |
| | |||||
* | added checksum seed | Andrew Tridgell | 1996-06-30 | 1 | -1/+1 |
| | |||||
* | - hard links | Andrew Tridgell | 1996-06-30 | 1 | -3/+8 |
| | | | | | - better sparse handling - FERROR and FINFO | ||||
* | new exit/cleanup code | Andrew Tridgell | 1996-06-28 | 1 | -2/+1 |
| | |||||
* | - handle no mmap for munmap | Andrew Tridgell | 1996-06-28 | 1 | -0/+12 |
| | | | | | - handle sparse files - add MAX_PROTOCOL_VERSION | ||||
* | - improved filename packing | Andrew Tridgell | 1996-06-27 | 1 | -1/+11 |
| | | | | - fixed sunos EAGAIN bug | ||||
* | added support for non-mmap operation | Andrew Tridgell | 1996-06-26 | 1 | -0/+1 |
| | |||||
* | more byte efficient flist routines | Andrew Tridgell | 1996-06-26 | 1 | -1/+4 |
| | |||||
* | added SIGPIPE catch | Andrew Tridgell | 1996-06-26 | 1 | -0/+2 |
| | | | | added select timeout | ||||
* | went to full non-blocking writes for the send_files() process | Andrew Tridgell | 1996-06-26 | 1 | -0/+4 |
| | |||||
* | added "created dir" message | Andrew Tridgell | 1996-06-25 | 1 | -0/+8 |
| | | | | added read buffer | ||||
* | add SIGNAL_CAST | Andrew Tridgell | 1996-06-22 | 1 | -0/+2 |
| | | | | don't create files till needed when receiving | ||||
* | Initial revision | Andrew Tridgell | 1996-06-22 | 1 | -0/+228 |