- 21 Feb, 2005 14 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
- Added AC_C_LONG_DOUBLE for snprintf.c code. - Got rid of unneeded ino_t check.
-
Wayne Davison authored
-
Wayne Davison authored
- No need to separately test for (make_backups && !backup_dir) because omit_dir_times is now set under those circumstances.
-
Wayne Davison authored
removing files we just backed up to the current directory and to rename a non-empty dir to dir~ (when no backup-dir is specified). - Made delete_missing() static.
-
Wayne Davison authored
- Only send an explicitly specified -O (--omit-dir-times) if it won't be inferred by the receiver.
-
Wayne Davison authored
-
Wayne Davison authored
This is used by the devices.test script.
-
Wayne Davison authored
to diff the devices against each other.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
- Added --detach (a --daemon option).
-
Wayne Davison authored
other items.
-
Wayne Davison authored
-
- 20 Feb, 2005 26 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
enablement.
-
Wayne Davison authored
- Tweaked the order of the code in my_modf() to avoid a compiler warning.
-
Wayne Davison authored
-
Wayne Davison authored
only allocates memory to store needed bits, it sparsely allocates the bits in 16KB chunks, and the bit-finding loop works in a more efficient manner.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
and isprint().
-
Wayne Davison authored
-
Wayne Davison authored
to try to fix another problem under solaris.
-
Wayne Davison authored
-
Wayne Davison authored
under solaris.
-
Wayne Davison authored
the MSG_SUCCESS messages until we actually move the files into place at the end.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
FLAG_SENT. - Added successful_send(), which is called when MSG_SUCCESS was received from the receiver/generator side. This function validates the message, and removes the indicated file/symlink (assuming that remove_sent_files was actually set).
-
Wayne Davison authored
file, send MSG_SUCCESS to the sender (through the generator).
-
Wayne Davison authored
a read-only module. - If need_messages_from_generator is set, make sure that the connection between the generator to the sender has multiplexed I/O enabled.
-
Wayne Davison authored
sender.
-
Wayne Davison authored
is enabled, tell the sender about it via MSG_SUCCESS.
-
Wayne Davison authored
- If a server is refusing "delete" and we're the sender, also refuse the --remove-sent-files option.
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-