- e7ee91d When --append is entering the redo phase, make sure that by Wayne Davison · 21 years ago
- 97894c6 - The combination of --update and --progress now outputs progress by Wayne Davison · 21 years ago
- 6cc1198 Support new --append option. by Wayne Davison · 21 years ago
- b10917a Support the reception of a file-transfer header without xfer data by Wayne Davison · 21 years ago
- a0009fc - Use the new do_xfers variable in place of some dry_run checks by Wayne Davison · 21 years ago
- 1ed91a0 - Fixed a potential crash if the receiver couldn't open the basis file by Wayne Davison · 21 years ago
- 154cdaa - Warn about missing batched updates the generator wants but the by Wayne Davison · 21 years ago
- f957e8f If --dry-run is enabled with --read-batch, we must discard the transfer data. by Wayne Davison · 21 years ago
- ac3f7b8 Added an extra phase to the end of the transfer to handle by Wayne Davison · 21 years ago
- 42be532 Handle --delay-updates at the end of the first phase. by Wayne Davison · 21 years ago
- b9232d4 - Fixed the reading of the fuzzy xname from the socket. by Wayne Davison · 21 years ago
- 9e4a8d2 Got rid of the name-pipe, so we now read the fnamecmp_type data over by Wayne Davison · 21 years ago
- ed7e795 Don't try to determine the phase we're in by looking at the value by Wayne Davison · 21 years ago
- 22907b6 - Updated to handle the new ITEM_* flags. by Wayne Davison · 21 years ago
- 58a14ed Got rid of some code in the main recv_files() loop by calling the by Wayne Davison · 21 years ago
- 9497b0d Call log_item() instead of log_recv(). by Wayne Davison · 21 years ago
- 46e99b0 Added read_vstring() and write_vstring() to io.c instead of by Wayne Davison · 21 years ago
- f08ca43 Moved the delete-after support into generator.c. by Wayne Davison · 21 years ago
- 8e6cf5d Accept the new keep-alive (no-op) packet. by Wayne Davison · 21 years ago
- 3e7934a Changed the memory implementation of --delay-updates so that it by Wayne Davison · 21 years ago
- cd6bece If --delay-updates is specified with --remove-sent-files, delay by Wayne Davison · 21 years ago
- 3e870a6 If --remove-sent-files was specified and we successfully updated a by Wayne Davison · 21 years ago
- 8715db2 Tweaked some externs. by Wayne Davison · 21 years ago
- 227a9c4 - Improved the logging of itemized changes for the daemon. by Wayne Davison · 21 years ago
- 742be97 Log items that are unchanged if verbose > 1. by Wayne Davison · 21 years ago
- e844be4 - Use read_short() and write_short(). by Wayne Davison · 21 years ago
- 4bb0af7 - The itemized flags are now 2 bytes instead of 1. by Wayne Davison · 21 years ago
- 910e89b - We now accept an itemized-changes flag-byte over the socket if we're by Wayne Davison · 21 years ago
- b78296c Decided on a better option name --itemize-changes (-i). by Wayne Davison · 21 years ago
- a8ed495 If -w and -v are both on, don't output the "log the transfer" verbose message. by Wayne Davison · 21 years ago
- 7327307 Added code to read a fuzzy-basis name from the generator. by Wayne Davison · 21 years ago
- 4f5b075 John E. Malmberg convinced me to standardize on #ifs for defined by Wayne Davison · 21 years ago
- 68795c6 If a --delay-update can't use the partial-dir (e.g. if a server by Wayne Davison · 21 years ago
- 71903f6 Added missing calls to safe_fname() and full_fname(). by Wayne Davison · 21 years ago
- 68a94ac Changed delete_files() to use the delete_in_dir() function, which by Wayne Davison · 21 years ago
- 8c2ffaf - If recv_files() is sent the index of a directory, complain about it by Wayne Davison · 21 years ago
- 4ccfd96 Tweaked one or more warning messages. by Wayne Davison · 21 years ago
- 462c51d - Restored the io_error test to delete_files(). by Wayne Davison · 21 years ago
- 2430e98 - Made delete_files() call send_file_list() and delete_missing() by Wayne Davison · 21 years ago
- dc3afaf Changed "char" to "uchar" in delayed_bits's new_array() call. by Wayne Davison · 21 years ago
- 25ff044 Use "#if" (not "#ifdef") for configure-defined macros. by Wayne Davison · 21 years ago
- 48e1c8c Implement the new --delay-updates option. by Wayne Davison · 21 years ago
- 7842418 Renamed several exclude-related functions/variables using new by Wayne Davison · 21 years ago
- 3ab56a2 Moved some of the delete code into flist.c since the generator now by Wayne Davison · 21 years ago
- b98f040 Go back to requiring -r for deletes to happen. by Wayne Davison · 21 years ago
- 032dcf7 Check the "keep_dirs" var instead of "recurse" to decide if by Wayne Davison · 21 years ago
- 71e27c4 - Changed XMIT_TOP_DIR to XMIT_DEL_START. by Wayne Davison · 21 years ago
- d97fd43 Decided that delete_in_dir()'s call to delete_file() would be by Wayne Davison · 21 years ago
- d336388 Got rid of delete_one() since we can (and do) use the updated by Wayne Davison · 21 years ago
- 8026405 Tweaked the read_size var (formerly map_size) that gets passed to map_file(). by Wayne Davison · 21 years ago
- c56595d Make sure that the generator sent us a valid index into basis_dir[]. by Wayne Davison · 21 years ago
- aec6b9f - Call finish_transfer() with its new arg. This ensures that we only by Wayne Davison · 21 years ago
- 6c495e0 - Use an int32 for the each block-size variable. by Wayne Davison · 21 years ago
- 85f1417 Check the return value of flush_write_file() and report an error by Wayne Davison · 21 years ago
- ee29752 Added support for multiple --*-dest options. by Wayne Davison · 21 years ago
- 41cfde6 Checking in the g2r-basis-filename patch that ensures that the receiver by Wayne Davison · 21 years ago
- f80a852 Don't ever call make_backup() if we're removing a destination directory by Wayne Davison · 21 years ago
- 08b1b48 Fixed an off-by-one error in the handling of --max-delete=N. by Wayne Davison · 22 years ago
- 9f004a9 The delete_one() function no longer needs to handle the case where by Wayne Davison · 22 years ago
- dc55d7b If we're making backups with --inplace, use the backup file as the by Wayne Davison · 22 years ago
- 96d910c Call map_file() with its new args, including a suggested window size. by Wayne Davison · 22 years ago
- acd0299 Got rid of unused externs. by Wayne Davison · 22 years ago
- 33eff8b If we reject a name due to a server-exclude, someone is trying to hack by Wayne Davison · 22 years ago
- a7260c4 Added the new --partial-dir option. by Wayne Davison · 22 years ago
- c52461f Check the error return of flush_write_file(). by Wayne Davison · 22 years ago
- 89e540e One more inplace code tweak. by Wayne Davison · 22 years ago
- fab65a5 Some minor fixes and improvements for the inplace code. by Wayne Davison · 22 years ago
- ecc81fc Use the new safe_fname() function. by Wayne Davison · 22 years ago
- 9bccfc4 Should always call finish_transfer() for inplace handling, just like by Wayne Davison · 22 years ago
- 007e3c0 Need to output the "failed verification" error before sending the by Wayne Davison · 22 years ago
- e2bc412 Added a warning message when a file fails to verify, letting the user by Wayne Davison · 22 years ago
- e76ca14 No need to check both delete_after and delete_mode since the former by Wayne Davison · 22 years ago
- 16cc9ca In read_batch mode, we read ints from the new batch_gen_fd pipe and by Wayne Davison · 22 years ago
- 7e5fa37 Call map_file() with the new block_size arg (had to delay the by Wayne Davison · 22 years ago
- 8ed9d84 Added new function discard_receive_data(). by Wayne Davison · 22 years ago
- 5ebab6c - Don't allow some crafty user to try to force us to update a by Wayne Davison · 22 years ago
- a3221d2 My version of Mark Curtis's --inplace option. by Wayne Davison · 22 years ago
- d3979b0 Committed a space-tweak from Chris Shoemaker. by Wayne Davison · 22 years ago
- d2a918b Some formatting tweaks. by Wayne Davison · 22 years ago
- da38e77 Moved the verbose message about renaming the finished file down into by Wayne Davison · 22 years ago
- e1f6741 Some simple whitespace tweaks. by Wayne Davison · 22 years ago
- f7c3ee9 Tweaked an overly-long line. by Wayne Davison · 22 years ago
- 4e834af If --partial was specified, make sure that make_backup is turned by Wayne Davison · 22 years ago
- eb84a83 Changed the new code in delete_one() so that some compilers by Wayne Davison · 22 years ago
- 566fce3 Made delete_one() handle a failed rmdir on a symlink when by Wayne Davison · 22 years ago
- ba582f7 Changed sum_init() to take a seed value as an arg instead of always by Wayne Davison · 22 years ago
- d62bcc1 Changed rprintf() calls that included strerror() to use rsyserr(). by Wayne Davison · 22 years ago
- 55e50d8 If the file did not transfer correctly, only save it if --partial was by Wayne Davison · 22 years ago
- 9f27cd8 Check the return code from close() and output an error if it fails. by Wayne Davison · 22 years ago
- 92b9eb9 Moved a few externs and made a couple formatting tweaks. by Wayne Davison · 22 years ago
- 1e82e2c Got rid of an ancient (and no longer relevant) comment. by Wayne Davison · 22 years ago
- c338460 Got rid of some superfluous parens. by Wayne Davison · 22 years ago
- cb869c2 Tweaked an if. by Wayne Davison · 22 years ago
- 9935066 Make idev, hlink and file_struct + strings use allocation pools. by J.W. Schultz · 22 years ago
- bd6abc4 Corrected sizeof usage: sizeof obj sizeof (type) by J.W. Schultz · 22 years ago
- a534264 Use the new names for the transmit-flag defines. by Wayne Davison · 22 years ago
- f746dda Moved the call to do_hard_links() and the final directory-permissions by Wayne Davison · 22 years ago
- f91e01d Replaced an snprintf() call with pathjoin(). by Wayne Davison · 22 years ago
- a24639b Tweaked an argv-type variable so that it's a little clearer what by Wayne Davison · 22 years ago
- 3fef536 Use the new f_name_to() calling syntax. by Wayne Davison · 22 years ago