- 14 Aug, 2001 1 commit
-
-
Martin Pool authored
Merge across rsync+ patch; add a little documentation to the manpage. More documentation would be better.
-
- 22 Mar, 2001 1 commit
-
-
Andrew Tridgell authored
we now give a non-0 exit code if *any* of the files we have been asked to transfer fail to transfer
-
- 26 Jun, 1999 1 commit
-
-
Andrew Tridgell authored
comparing checksums for the --checksum (-c) option.
-
- 03 Nov, 1998 1 commit
-
-
Andrew Tridgell authored
different exit codes for different conditions.
-
- 17 Jul, 1998 1 commit
-
-
Andrew Tridgell authored
-
- 27 May, 1998 1 commit
-
-
Andrew Tridgell authored
we no longer use non-blocking IO, instead it uses select a lot more, being careful to always allow for reading whenever a valid read fd is available and chcking timeouts. also split the file io calls into fileio.c
-
- 13 May, 1998 1 commit
-
-
Andrew Tridgell authored
This is an imcompatible change in the socket protocol. You get "is your shell clean" if using an older rsync client
-
- 07 May, 1998 1 commit
-
-
Andrew Tridgell authored
some large systematic changes to make socket conversion easier. The biggest one is the use of rprintf() instead of fprintf()
-
- 25 Mar, 1998 1 commit
-
-
Andrew Tridgell authored
fixed the problem where you couldn't specify multiple remote filenames. The fix will need some testing.
-
- 23 Mar, 1998 1 commit
-
-
Andrew Tridgell authored
a large change to make rsync much more memory efficient. This is done in 3 ways: 1) the realloc is done on a list of pointers, not a list of structures 2) only the basename of the file is now kept in the file struct an a util function f_name() is now used to access the full name when required. 3) pointers to directory names are re-used hopefully I haven't broken anything. This will need lots of testing.
-
- 02 Jul, 1996 1 commit
-
-
Andrew Tridgell authored
-
- 30 Jun, 1996 2 commits
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
- better sparse handling - FERROR and FINFO
-
- 27 Jun, 1996 2 commits
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
- fixed sunos EAGAIN bug
-