summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First sketchy version of a Texinfo manual, just to see how it works.cvs/branch-mbp-texinfoMartin Pool2002-02-131-0/+396
* Add a test that --owner correctly propagates ownership of files for aMartin Pool2002-02-091-0/+38
* Add a test that --group correctly propagates groups of which the localMartin Pool2002-02-091-0/+35
* Add $preserve_scratch and $always_log so if you want to see detailsMartin Pool2002-02-091-7/+11
* Oops -- have to call setgroups() before giving up root.Martin Pool2002-02-091-10/+20
* Make sure we call setgroups() after setuid(). (Ethan Benson)Martin Pool2002-02-094-1/+18
* Remove the "rsync:" prefixes on FINFO messages. Return the "building fileDavid Dykstra2002-02-074-39/+39
* Make batch mode actually work and add man page documentation. From Jos Backus.David Dykstra2002-02-067-197/+275
* Merge modified --with-rsh patch: we now determine the defaultMartin Pool2002-02-062-8/+21
* Doc: Rusty's /*/* exclude hack produces spurious output with -vv.Martin Pool2002-02-061-0/+5
* Add --no-whole-file and --no-blocking-io optionsDavid Dykstra2002-02-054-7/+33
* Only print the command used to open connections with -vv, not just -v.Martin Pool2002-02-051-0/+9
* Roll over NEWSMartin Pool2002-02-052-39/+40
* Only print the command used to open connections with -vv, not just -v.Martin Pool2002-02-051-1/+1
* Patch from wayned so that add_exclude_list produces clearer debuggingMartin Pool2002-02-051-3/+5
* the signed/unsigned change seems to have caused a logic bug on someAndrew Tridgell2002-02-031-1/+2
* Better explanation of --force. It is applicable whenever --delete isDavid Dykstra2002-01-291-7/+4
* A more accurate description of --force as I know it.David Dykstra2002-01-281-5/+7
* Clarify the --force entry in the rsync man page.David Dykstra2002-01-281-7/+5
* Oops, version should be just 2.5.2.v2.5.2Martin Pool2002-01-252-2/+2
* Bump version to 2.5.3.Martin Pool2002-01-252-2/+2
* More signedness fixes; should be harmless.Martin Pool2002-01-256-13/+15
* io_end_buffering doesn't need (or use) it's fd parameter: there's onlyMartin Pool2002-01-251-3/+2
* DEV64_t and INO64_T should probably be unsignedMartin Pool2002-01-251-2/+2
* check_name doesn't need a socklen_t, because it knows what is insideMartin Pool2002-01-251-2/+1
* Add test case for device nodes. This test will be skipped unless youMartin Pool2002-01-251-0/+29
* When comparing directories, use `find .` to call diff, rather thanMartin Pool2002-01-251-1/+5
* Add test_skipped function.Martin Pool2002-01-251-0/+5
* New --ignore-existing option, patch previously distributed withMartin Pool2002-01-254-2/+23
* Fix for device nodes. (dann frazier) (Debian #129135)Martin Pool2002-01-251-1/+1
* Fix for device nodes. (dann frazier) (Debian #129135)Martin Pool2002-01-251-0/+2
* Another DEV64_T change.Martin Pool2002-01-251-2/+2
* With -vv, when the file list grows, show a message.Martin Pool2002-01-251-1/+1
* With -vv, when the file list grows, show a message.Martin Pool2002-01-251-3/+16
* Undo overzealous deletion.Martin Pool2002-01-251-0/+2
* Add dummy show_flist_stats().Martin Pool2002-01-252-0/+7
* Factor out code to grow the file list into a common location.Martin Pool2002-01-251-36/+29
* indent -kr -i8Martin Pool2002-01-251-357/+423
* Add link to the message that introduced string_area.Martin Pool2002-01-251-0/+2
* mallinfo is implemented.Martin Pool2002-01-251-3/+0
* Notes about flist.Martin Pool2002-01-251-0/+10
* Ignore autoconf fluff.Martin Pool2002-01-251-0/+3
* Add code to compare sin6_addrs.v2.5.2pre3Martin Pool2002-01-251-3/+9
* Back out last change -- to see whether an address is spoofed, we don'tMartin Pool2002-01-251-15/+18
* compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.Martin Pool2002-01-251-16/+13
* Split out code to compare addrinfo and sockaddr into it's ownMartin Pool2002-01-251-25/+45
* Doc.Martin Pool2002-01-251-7/+12
* The name resolution stuff is getting complicated -- split it out intoMartin Pool2002-01-253-217/+254
* Verbose messages for spoof check... doesn't work on old linux libc?Martin Pool2002-01-241-4/+30
* When doing a name->addr translation to check for spoofing, give theMartin Pool2002-01-241-1/+1