| Commit message (Expand) | Author | Age | Files | Lines |
* | First sketchy version of a Texinfo manual, just to see how it works.cvs/branch-mbp-texinfo | Martin Pool | 2002-02-13 | 1 | -0/+396 |
* | Add a test that --owner correctly propagates ownership of files for a | Martin Pool | 2002-02-09 | 1 | -0/+38 |
* | Add a test that --group correctly propagates groups of which the local | Martin Pool | 2002-02-09 | 1 | -0/+35 |
* | Add $preserve_scratch and $always_log so if you want to see details | Martin Pool | 2002-02-09 | 1 | -7/+11 |
* | Oops -- have to call setgroups() before giving up root. | Martin Pool | 2002-02-09 | 1 | -10/+20 |
* | Make sure we call setgroups() after setuid(). (Ethan Benson) | Martin Pool | 2002-02-09 | 4 | -1/+18 |
* | Remove the "rsync:" prefixes on FINFO messages. Return the "building file | David Dykstra | 2002-02-07 | 4 | -39/+39 |
* | Make batch mode actually work and add man page documentation. From Jos Backus. | David Dykstra | 2002-02-06 | 7 | -197/+275 |
* | Merge modified --with-rsh patch: we now determine the default | Martin Pool | 2002-02-06 | 2 | -8/+21 |
* | Doc: Rusty's /*/* exclude hack produces spurious output with -vv. | Martin Pool | 2002-02-06 | 1 | -0/+5 |
* | Add --no-whole-file and --no-blocking-io options | David Dykstra | 2002-02-05 | 4 | -7/+33 |
* | Only print the command used to open connections with -vv, not just -v. | Martin Pool | 2002-02-05 | 1 | -0/+9 |
* | Roll over NEWS | Martin Pool | 2002-02-05 | 2 | -39/+40 |
* | Only print the command used to open connections with -vv, not just -v. | Martin Pool | 2002-02-05 | 1 | -1/+1 |
* | Patch from wayned so that add_exclude_list produces clearer debugging | Martin Pool | 2002-02-05 | 1 | -3/+5 |
* | the signed/unsigned change seems to have caused a logic bug on some | Andrew Tridgell | 2002-02-03 | 1 | -1/+2 |
* | Better explanation of --force. It is applicable whenever --delete is | David Dykstra | 2002-01-29 | 1 | -7/+4 |
* | A more accurate description of --force as I know it. | David Dykstra | 2002-01-28 | 1 | -5/+7 |
* | Clarify the --force entry in the rsync man page. | David Dykstra | 2002-01-28 | 1 | -7/+5 |
* | Oops, version should be just 2.5.2.v2.5.2 | Martin Pool | 2002-01-25 | 2 | -2/+2 |
* | Bump version to 2.5.3. | Martin Pool | 2002-01-25 | 2 | -2/+2 |
* | More signedness fixes; should be harmless. | Martin Pool | 2002-01-25 | 6 | -13/+15 |
* | io_end_buffering doesn't need (or use) it's fd parameter: there's only | Martin Pool | 2002-01-25 | 1 | -3/+2 |
* | DEV64_t and INO64_T should probably be unsigned | Martin Pool | 2002-01-25 | 1 | -2/+2 |
* | check_name doesn't need a socklen_t, because it knows what is inside | Martin Pool | 2002-01-25 | 1 | -2/+1 |
* | Add test case for device nodes. This test will be skipped unless you | Martin Pool | 2002-01-25 | 1 | -0/+29 |
* | When comparing directories, use `find .` to call diff, rather than | Martin Pool | 2002-01-25 | 1 | -1/+5 |
* | Add test_skipped function. | Martin Pool | 2002-01-25 | 1 | -0/+5 |
* | New --ignore-existing option, patch previously distributed with | Martin Pool | 2002-01-25 | 4 | -2/+23 |
* | Fix for device nodes. (dann frazier) (Debian #129135) | Martin Pool | 2002-01-25 | 1 | -1/+1 |
* | Fix for device nodes. (dann frazier) (Debian #129135) | Martin Pool | 2002-01-25 | 1 | -0/+2 |
* | Another DEV64_T change. | Martin Pool | 2002-01-25 | 1 | -2/+2 |
* | With -vv, when the file list grows, show a message. | Martin Pool | 2002-01-25 | 1 | -1/+1 |
* | With -vv, when the file list grows, show a message. | Martin Pool | 2002-01-25 | 1 | -3/+16 |
* | Undo overzealous deletion. | Martin Pool | 2002-01-25 | 1 | -0/+2 |
* | Add dummy show_flist_stats(). | Martin Pool | 2002-01-25 | 2 | -0/+7 |
* | Factor out code to grow the file list into a common location. | Martin Pool | 2002-01-25 | 1 | -36/+29 |
* | indent -kr -i8 | Martin Pool | 2002-01-25 | 1 | -357/+423 |
* | Add link to the message that introduced string_area. | Martin Pool | 2002-01-25 | 1 | -0/+2 |
* | mallinfo is implemented. | Martin Pool | 2002-01-25 | 1 | -3/+0 |
* | Notes about flist. | Martin Pool | 2002-01-25 | 1 | -0/+10 |
* | Ignore autoconf fluff. | Martin Pool | 2002-01-25 | 1 | -0/+3 |
* | Add code to compare sin6_addrs.v2.5.2pre3 | Martin Pool | 2002-01-25 | 1 | -3/+9 |
* | Back out last change -- to see whether an address is spoofed, we don't | Martin Pool | 2002-01-25 | 1 | -15/+18 |
* | compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses. | Martin Pool | 2002-01-25 | 1 | -16/+13 |
* | Split out code to compare addrinfo and sockaddr into it's own | Martin Pool | 2002-01-25 | 1 | -25/+45 |
* | Doc. | Martin Pool | 2002-01-25 | 1 | -7/+12 |
* | The name resolution stuff is getting complicated -- split it out into | Martin Pool | 2002-01-25 | 3 | -217/+254 |
* | Verbose messages for spoof check... doesn't work on old linux libc? | Martin Pool | 2002-01-24 | 1 | -4/+30 |
* | When doing a name->addr translation to check for spoofing, give the | Martin Pool | 2002-01-24 | 1 | -1/+1 |