Wayne Davison
|
550d4e2346
|
Reverted one xfer_dirs change from the last commit that should not
have gone in.
|
2005-09-29 17:27:11 +00:00 |
|
Wayne Davison
|
991daf008d
|
Keeping silent about stat() errors is never a good idea -- it hides
files that are not up-to-date.
|
2005-09-29 17:07:45 +00:00 |
|
Wayne Davison
|
505ada146c
|
Mention that --delete now works with --dirs.
|
2005-09-29 08:15:34 +00:00 |
|
Wayne Davison
|
75c51953f1
|
- When --dirs is specified w/o --recursive, avoid marking solo dirs
with the XMIT_TOP_DIR flag.
- Only set in_del_hier if --recursive is enabled.
|
2005-09-29 07:48:05 +00:00 |
|
Wayne Davison
|
8d6c1c4e97
|
Allow deletions to occur in directories transferred with the
--dirs option in addition to the regular --recursive behavior.
|
2005-09-29 07:41:50 +00:00 |
|
Wayne Davison
|
10a1a3f511
|
Fixed a poorly-worded sentence and a misspelled word.
|
2005-09-29 07:37:00 +00:00 |
|
Wayne Davison
|
40e6752fba
|
Some systems don't define WCOREDUMP(), so #ifdef that code.
|
2005-09-26 17:41:14 +00:00 |
|
Wayne Davison
|
dbefb6b4e4
|
Fixed wait_process() to handle cases where waitpid() fails or
the child process did not exit cleanly.
|
2005-09-26 17:12:13 +00:00 |
|
Wayne Davison
|
6016841086
|
Changed RERR_CRASH to RERR_CRASHED.
|
2005-09-26 17:11:03 +00:00 |
|
Wayne Davison
|
0047f535ef
|
Handle new RERR_CRASH AND RERR_TERMINATED exit codes.
|
2005-09-26 17:07:50 +00:00 |
|
Wayne Davison
|
90eca40d27
|
Defined RERR_CRASH and RERR_TERMINATED.
|
2005-09-26 17:06:33 +00:00 |
|
Wayne Davison
|
0417c34e2d
|
Mention some chanages in the patches dir.
|
2005-09-26 04:47:25 +00:00 |
|
Wayne Davison
|
d64c2b226a
|
Use AC_HELP_STRING() in the two AC_ARG_WITH() macros that used a
hard-wired string.
|
2005-09-24 17:17:30 +00:00 |
|
Wayne Davison
|
868676dc15
|
Reordered the usage lines to cover push, then pull (which has a
better visible pattern than covering push & pull for each host-type).
|
2005-09-21 22:39:49 +00:00 |
|
Wayne Davison
|
e31058d41e
|
Cast some time values to (int), just to silence some warnings on
Stratus VOS.
|
2005-09-21 17:42:15 +00:00 |
|
Wayne Davison
|
ea8291d8f7
|
Include limits.h (if it exists), which defines NAME_MAX on some
systems.
|
2005-09-21 17:38:44 +00:00 |
|
Wayne Davison
|
1348267518
|
If we get less data than expected from a read() in map_ptr(), we
need to try to keep reading to see if we get an error or more data.
|
2005-09-21 17:37:41 +00:00 |
|
Wayne Davison
|
f0323d68eb
|
Check for limits.h.
|
2005-09-21 17:35:51 +00:00 |
|
Wayne Davison
|
12a01be14f
|
Tweaked the output that the mknod() tests generate.
|
2005-09-21 17:15:58 +00:00 |
|
Wayne Davison
|
e0a18ce3f7
|
Tweaked some comments.
|
2005-09-19 17:21:00 +00:00 |
|
Wayne Davison
|
8ad5cea371
|
Changed one strcpy() into a strlcpy().
|
2005-09-17 21:49:24 +00:00 |
|
Wayne Davison
|
9059e0ac2f
|
Improved the sDefault initialization so that the prefixed
comments exactly match the variable names (making sure that
they will sort exactly the same way as the variables).
|
2005-09-16 20:35:05 +00:00 |
|
Wayne Davison
|
29fad7a3d8
|
Got rid of some old command-line parsing code that was only
useful when talking to a 1.x client.
|
2005-09-16 16:40:30 +00:00 |
|
Wayne Davison
|
02efda9f01
|
Mention '!' fix.
|
2005-09-16 16:14:24 +00:00 |
|
Wayne Davison
|
35a388b141
|
Really fix '!' in a .cvsignore file this time.
|
2005-09-16 16:10:01 +00:00 |
|
Wayne Davison
|
9a4a237ede
|
Tweaked the code a little in the always_checksum handling of the
send & receive file-list functions.
|
2005-09-16 05:52:54 +00:00 |
|
Wayne Davison
|
5efbddbadb
|
Mention that the dir used with --delay-updates cannot be on a
different filesystem from the destination files.
|
2005-09-15 22:27:14 +00:00 |
|
Wayne Davison
|
6a94c58b00
|
Added a comment.
|
2005-09-15 22:25:55 +00:00 |
|
Wayne Davison
|
e3f8395360
|
Mention doc changes.
|
2005-09-15 17:19:30 +00:00 |
|
Wayne Davison
|
f2b4c0840e
|
Removed conflicting ssh citation in the SETUP section.
|
2005-09-15 15:36:27 +00:00 |
|
Wayne Davison
|
08d82b84cb
|
The --help text was outputting some incomplete information on how
SRC is expanded or word-split, so I removed that text and replaced
it with an explaination of how ':' differs from '::' & 'rsync://'.
|
2005-09-13 01:02:54 +00:00 |
|
Wayne Davison
|
fbe57fdc95
|
Mention the latest fix.
|
2005-09-09 17:07:39 +00:00 |
|
Wayne Davison
|
92cdc39372
|
When pop_dir(olddir) fails, pass the right string pointer
in the error message.
|
2005-09-09 16:17:01 +00:00 |
|
Wayne Davison
|
78be8e0fc9
|
Improved the -F, --exclude-from, and --include-from sections.
|
2005-09-09 07:27:25 +00:00 |
|
Wayne Davison
|
a5b786d80f
|
Tweaked the calculation that goes into sum->count so that it cannot
overflow into a negative value (which is particularly important if
configure didn't find a real int64 type).
|
2005-09-06 18:12:38 +00:00 |
|
Wayne Davison
|
f853b777be
|
Complicate the lseek64() function prototype because some systems
don't have off64_t.
|
2005-09-03 16:56:53 +00:00 |
|
Wayne Davison
|
fed1f3f4fe
|
Make use of the per-module "temp dir" setting.
|
2005-09-03 16:50:20 +00:00 |
|
Wayne Davison
|
18cad44967
|
Added a per-module "temp dir" setting.
|
2005-09-03 16:24:23 +00:00 |
|
Wayne Davison
|
d17c9a4486
|
Sorted some of the data structures (using vim's "!sort" command
makes it easy).
|
2005-09-03 16:22:06 +00:00 |
|
Wayne Davison
|
b6e22a47d3
|
- Allow --no-v and --no-verbose in the daemon options.
- If a too-long --temp-dir is specified when starting a daemon,
omplain to the daemon-starting user, not later to the client.
|
2005-08-30 16:13:54 +00:00 |
|
Wayne Davison
|
ec69bdbd64
|
Mention latest changes.
|
2005-08-30 05:12:49 +00:00 |
|
Wayne Davison
|
a8cbb57c9b
|
Mention how --inplace conflicts with --sparse and how --append
does not.
|
2005-08-30 05:10:51 +00:00 |
|
Wayne Davison
|
b8cc35874e
|
Allow --temp-dir to be specified with --daemon to set the default.
|
2005-08-30 05:00:56 +00:00 |
|
Wayne Davison
|
c3851185f3
|
Fixed a comment.
|
2005-08-30 02:59:30 +00:00 |
|
Wayne Davison
|
e7ee91defc
|
When --append is entering the redo phase, make sure that
sparse_files is disabled (because it conflicts with an
inplace update).
|
2005-08-30 02:58:42 +00:00 |
|
Wayne Davison
|
cfce9f6dc3
|
Reject attempts to combine --sparse with --inplace.
|
2005-08-30 02:57:19 +00:00 |
|
Wayne Davison
|
4afcb709a7
|
Forgot the --no-v option.
|
2005-08-28 00:43:51 +00:00 |
|
Wayne Davison
|
a912a980ec
|
Mention the new --no-* options.
|
2005-08-28 00:34:46 +00:00 |
|
Wayne Davison
|
2c64b25827
|
A small improvement to the daemon-connecting instructions.
|
2005-08-28 00:25:44 +00:00 |
|
Wayne Davison
|
38b9170c52
|
One more tweak to the option data.
|
2005-08-27 21:12:44 +00:00 |
|