Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added RERR_VANISHED. | Wayne Davison | 2003-12-15 | 1 | -1/+2 |
| | |||||
* | Added reminder to update rsync.yo manpage when adding to | J.W. Schultz | 2003-10-25 | 1 | -1/+1 |
| | | | | exit codes. | ||||
* | Add RERR_OK == 0 | Martin Pool | 2002-04-09 | 1 | -0/+1 |
| | |||||
* | Make batch mode actually work and add man page documentation. From Jos Backus. | David Dykstra | 2002-02-06 | 1 | -0/+1 |
| | |||||
* | improved error handling again. Now we report messages for the remote | Andrew Tridgell | 2001-03-23 | 1 | -0/+17 |
| | | | | shell failing and propogate errors in a better fashion | ||||
* | If an error occurs, print an explanatory string rather | Martin Pool | 2000-11-10 | 1 | -1/+23 |
| | | | | than just an RERR code. | ||||
* | Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codes | David Dykstra | 1998-11-04 | 1 | -1/+1 |
| | | | | | | | | | that indicate a feature is not supported. Two places that are normally ifdefed out used RERR_UNSUPPORTED whereas one other place and errcode.h used RERR_NOSUPPORT. Changed them all to consistently use RERR_UNSUPPORTED. The two things that had the bad values were #ifndef SUPPORT_LINKS and #ifdef NO_INT64. The former is probably for non-Unix operating systems and the latter was at least on the default Unixware compiler. | ||||
* | patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add | Andrew Tridgell | 1998-11-03 | 1 | -0/+18 |
different exit codes for different conditions. |