aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-1/+1
|
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-131-1/+1
| | | | the tcpd code is not quite what I wanted.
* split the options parsing code into options.cAndrew Tridgell1998-05-101-1/+2
| | | | | | | | added the --port and --config options use strlcpy() instead of strncpy() some cleanups and formatting changes
* cleanup code a bitAndrew Tridgell1998-05-101-1/+1
|
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-2/+3
| | | | work, but at least it works :-)
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-1/+1
| | | | biggest one is the use of rprintf() instead of fprintf()
* changes to make VPATH work correctly, thanks to patl@cag.lcs.mit.eduAndrew Tridgell1998-03-251-1/+2
|
* added wrappers around all the system calls that can change what is onAndrew Tridgell1998-03-231-1/+1
| | | | disk. The wrappers check for dry_run.
* *** empty log message ***Andrew Tridgell1998-01-271-1/+1
|
* *** empty log message ***Andrew Tridgell1998-01-131-0/+2
|
* *** empty log message ***Andrew Tridgell1998-01-131-3/+4
|
* *** empty log message ***Andrew Tridgell1998-01-131-1/+1
|
* cosmetic changes onlyAndrew Tridgell1998-01-051-5/+5
| | | | | | | - minor correction to --update docs - don't print "building file list" stuff when building a local file list for use in the --delete code. - remove some spaces at the end of lines in Makefile.in
* - check for setlinebuf() in autoconf. Apparently HPUX doesn't have itAndrew Tridgell1997-12-161-2/+4
| | | | - use @exec_prefix@ and @prefix@ in more useful ways in Makefile.in
* patch from Jim Meyering <meyering@eng.ascend.com>Andrew Tridgell1997-12-151-4/+3
| | | | | - fixed typos in man page - use @CFLAGS@ in Makefile.in, allowing override on command line
* - detect presence of remsh and use it instead of rshAndrew Tridgell1996-10-011-1/+0
| | | | | | | | | | | | | | | | - 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 in-stream deflate compression for file reconstruction instructions.Paul Mackerras1996-07-031-1/+1
|
* added hooks for compression in token.cAndrew Tridgell1996-07-011-1/+1
|
* - hard linksAndrew Tridgell1996-06-301-1/+1
| | | | | - better sparse handling - FERROR and FINFO
* - improved filename packingAndrew Tridgell1996-06-271-1/+1
| | | | - fixed sunos EAGAIN bug
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-1/+2
|
* Initial revisionAndrew Tridgell1996-06-221-0/+49