Wayne Davison
d3d07a5e86
Include 2008 in the copyright years.
2008-03-01 12:01:41 -08:00
Wayne Davison
ba22c9e219
Adding --contimeout=SECONDS option.
2007-11-28 00:28:26 -08:00
Wayne Davison
8e41b68e8f
Tweaking the license text a bit more.
2007-07-10 13:55:49 +00:00
Wayne Davison
4fd842f98d
Switching to GPL 3.
2007-07-07 05:33:14 +00:00
Wayne Davison
ba2133d6ad
Further modifications to the copyright comment section.
2007-02-04 14:54:58 +00:00
Wayne Davison
e7c67065c0
Updated the FSF's address to an even newer one.
2006-04-25 23:51:12 +00:00
Wayne Davison
0f78b81511
- Updated the address for the FSF in the opening comment.
...
- Standardized the format of the opening comment, including adding a
brief description of what's in the file for those that lacked it.
- Added some missing copyright lines.
- Some minor whitespace tweaks (in a few of the files).
2006-04-25 20:23:34 +00:00
Wayne Davison
9e90555fd1
Added RERR_SIGNAL1 to separate SIGUSR1 from the rest of the
...
signals that return RERR_SIGNAL.
2005-12-16 23:48:28 +00:00
Wayne Davison
6016841086
Changed RERR_CRASH to RERR_CRASHED.
2005-09-26 17:11:03 +00:00
Wayne Davison
90eca40d27
Defined RERR_CRASH and RERR_TERMINATED.
2005-09-26 17:06:33 +00:00
Wayne Davison
e86d98cbaa
Got rid of RERR_LOG_FAILURE.
2005-04-12 23:04:10 +00:00
Wayne Davison
f463e20753
Added RERR_LOG_FAILURE define.
2005-03-15 23:23:39 +00:00
Wayne Davison
821ff7f49a
Added RERR_DEL_LIMIT.
2005-03-05 18:58:32 +00:00
Wayne Davison
e0ed4e4087
Added RERR_VANISHED.
2003-12-15 08:04:14 +00:00
J.W. Schultz
b11b50bcd0
Added reminder to update rsync.yo manpage when adding to
...
exit codes.
2003-10-25 20:02:45 +00:00
Martin Pool
56cf38ac98
Add RERR_OK == 0
2002-04-09 05:29:26 +00:00
David Dykstra
088aac8597
Make batch mode actually work and add man page documentation. From Jos Backus.
2002-02-06 21:20:48 +00:00
Andrew Tridgell
19b27a485e
improved error handling again. Now we report messages for the remote
...
shell failing and propogate errors in a better fashion
2001-03-23 01:26:04 +00:00
Martin Pool
af642a61b3
If an error occurs, print an explanatory string rather
...
than just an RERR code.
2000-11-10 03:28:15 +00:00
David Dykstra
ec9df38086
Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codes
...
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.
1998-11-04 16:47:33 +00:00
Andrew Tridgell
654175798b
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
...
different exit codes for different conditions.
1998-11-03 07:08:27 +00:00