summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Change from getopt to popt.Martin Pool2001-02-231-313/+164
| | | | | | | | | | Include more details in --version output: say whether symlinks and hardlinks are supported. When hardlink support is missing, explain whether the problem is on the client or server. When a bad option is encountered, don't just print it to stderr but send it to the rsync log mechanism. (However, server errors currently seem to get lost in transit because of bugs in logging.)
* Change from getopt to popt.Martin Pool2001-02-231-17/+34
| | | | | | Automatically build included libpopt if there is none on the system, or if --with-included-popt is specified. Add --enable-debug.
* Change from getopt to popt.Martin Pool2001-02-231-1/+6
| | | | Automatically build included libpopt if there is none on the system.
* Change from getopt to popt.Martin Pool2001-02-235-887/+28
|
* Add comments.Martin Pool2001-02-221-5/+12
| | | | Better error message in the case of eof on read_timeout.
* Note about multiplexing.Martin Pool2001-02-221-0/+7
|
* Check in built-in copy of libpopt in preparation for switchingMartin Pool2001-02-2233-0/+6036
| | | | from getopt
* Doc.Martin Pool2001-02-211-1/+18
|
* More explanation of return values.Martin Pool2001-02-211-13/+18
|
* Better message grammar.Martin Pool2001-02-211-4/+5
|
* Call this 2.4.6dev so that we don't get bug reports claiming to beMartin Pool2001-02-141-1/+1
| | | | about 2.4.6.
* Add table of exit values, from errcode.h.Martin Pool2001-02-141-0/+18
|
* Document shortcoming of "unrecognised option" message.Martin Pool2001-02-081-0/+11
|
* Include strerror message when there's a socket error.Martin Pool2001-01-081-12/+19
|
* Improved error message.Martin Pool2001-01-081-3/+6
|
* Ignore generated files that are not stored in CVS.Martin Pool2001-01-082-0/+8
|
* Typo fix from Jim MeyeringMartin Pool2001-01-081-1/+1
|
* Better explain how the --blocking-io option works.David Dykstra2001-01-051-5/+8
|
* Add comments.Martin Pool2000-11-151-1/+10
|
* Doc.Martin Pool2000-11-151-3/+9
|
* In --version, say whether we have socketpair() or notMartin Pool2000-11-101-5/+13
|
* Ignore dummy output fileMartin Pool2000-11-101-22/+1
|
* If an error occurs, print an explanatory string ratherMartin Pool2000-11-102-4/+80
| | | | than just an RERR code.
* Doc.Martin Pool2000-11-102-4/+19
|
* Drop dead variable.Martin Pool2000-11-091-4/+4
|
* Document getsockopt POSIX confusion.Martin Pool2000-11-091-6/+22
|
* Print a warning message in the version if the platform cannot support 32-bit ↵Martin Pool2000-11-092-7/+29
| | | | ints
* Better error messagesMartin Pool2000-11-091-1/+1
|
* Better error messages when unlink failsMartin Pool2000-11-081-1/+1
|
* Better error messages when unlink failsMartin Pool2000-11-082-6/+7
|
* Better error messages when unlink failsMartin Pool2000-11-081-2/+3
|
* Correct license name. Note new address of pserver. Correct documentation.Martin Pool2000-11-021-9/+13
|
* Add some comments.Martin Pool2000-11-022-2/+16
|
* fix bug in handling of :Andrew Tridgell2000-10-311-1/+1
|
* Display a warning about pointlessly using --rsh with clientserver mode.Martin Pool2000-10-311-1/+19
|
* Draft documentation of the client-server protocol.Martin Pool2000-10-261-0/+60
|
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-3/+4
| | | | | to do this. This is not used in every case yet -- I've just changed a few cases that were causing trouble. Please convert others as you see them.
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-266-18/+71
| | | | | to do this. This is not used in every case yet -- I've just changed a few cases that were causing trouble. Please convert others as you see them.
* Make sure the log file is always opened before root privileges (if any)David Dykstra2000-10-252-11/+24
| | | | are given up.
* When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra2000-10-243-13/+29
| | | | | directive, close the log file every time it is open when going to sleep on the socket. This allows the log file to get cleaned out by another process.
* don't clobber argv[0], so ps shows the right thingAndrew Tridgell2000-10-191-4/+5
|
* Add note in "secrets file" section to see "strict modes".David Dykstra2000-10-131-1/+2
|
* Clear up conditions for running as root.Martin Pool2000-10-132-3/+9
|
* Oops: manpage updates should go into the yodl source.Martin Pool2000-10-131-0/+4
|
* Quick list of things to do.Martin Pool2000-10-111-0/+9
|
* Clearer "nothing to do" message.Martin Pool2000-10-101-1/+3
|
* Get rid of const modifiers; they're problematic with old compilers.Martin Pool2000-10-091-1/+1
|
* include/exclude cluestick: with -vv, print out whether files areMartin Pool2000-10-093-12/+43
| | | | included or excluded and why.
* Added provision for packaging for Linux Standards Base compliant Linux systems.John H Terpstra2000-09-111-0/+84
|
* neater getconf testAndrew Tridgell2000-09-061-4/+4
|