aboutsummaryrefslogtreecommitdiffstats
path: root/receiver.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tweaked some externs.Wayne Davison2005-02-201-7/+7
* - Improved the logging of itemized changes for the daemon.Wayne Davison2005-02-191-12/+16
* Log items that are unchanged if verbose > 1.Wayne Davison2005-02-191-2/+2
* - Use read_short() and write_short().Wayne Davison2005-02-181-3/+8
* - The itemized flags are now 2 bytes instead of 1.Wayne Davison2005-02-161-6/+4
* - We now accept an itemized-changes flag-byte over the socket if we'reWayne Davison2005-02-161-7/+26
* Decided on a better option name --itemize-changes (-i).Wayne Davison2005-02-151-3/+3
* If -w and -v are both on, don't output the "log the transfer"Wayne Davison2005-02-151-3/+5
* Added code to read a fuzzy-basis name from the generator.Wayne Davison2005-02-141-0/+34
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-1/+1
* If a --delay-update can't use the partial-dir (e.g. if a serverWayne Davison2005-02-111-1/+1
* Added missing calls to safe_fname() and full_fname().Wayne Davison2005-02-071-3/+6
* Changed delete_files() to use the delete_in_dir() function, whichWayne Davison2005-02-031-16/+7
* - If recv_files() is sent the index of a directory, complain about itWayne Davison2005-02-031-14/+15
* Tweaked one or more warning messages.Wayne Davison2005-01-311-1/+1
* - Restored the io_error test to delete_files().Wayne Davison2005-01-301-3/+10
* - Made delete_files() call send_file_list() and delete_missing()Wayne Davison2005-01-291-3/+9
* Changed "char" to "uchar" in delayed_bits's new_array() call.Wayne Davison2005-01-281-1/+1
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-1/+1
* Implement the new --delay-updates option.Wayne Davison2005-01-271-1/+39
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-3/+3
* Moved some of the delete code into flist.c since the generator nowWayne Davison2005-01-241-57/+5
* Go back to requiring -r for deletes to happen.Wayne Davison2005-01-231-2/+2
* Check the "keep_dirs" var instead of "recurse" to decide ifWayne Davison2005-01-221-2/+2
* - Changed XMIT_TOP_DIR to XMIT_DEL_START.Wayne Davison2005-01-211-1/+1
* Decided that delete_in_dir()'s call to delete_file() would beWayne Davison2005-01-201-1/+1
* Got rid of delete_one() since we can (and do) use the updatedWayne Davison2005-01-191-25/+4
* Tweaked the read_size var (formerly map_size) that gets passed toWayne Davison2005-01-171-2/+2
* Make sure that the generator sent us a valid index into basis_dir[].Wayne Davison2005-01-151-1/+7
* - Call finish_transfer() with its new arg. This ensures that we onlyWayne Davison2005-01-101-12/+12
* - Use an int32 for the each block-size variable.Wayne Davison2005-01-011-9/+11
* Check the return value of flush_write_file() and report an errorWayne Davison2004-12-021-1/+2
* Added support for multiple --*-dest options.Wayne Davison2004-11-271-4/+5
* Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison2004-11-031-26/+33
* Don't ever call make_backup() if we're removing a destination directoryWayne Davison2004-10-271-4/+4
* Fixed an off-by-one error in the handling of --max-delete=N.Wayne Davison2004-10-181-1/+1
* The delete_one() function no longer needs to handle the case whereWayne Davison2004-09-211-4/+0
* If we're making backups with --inplace, use the backup file as theWayne Davison2004-09-071-2/+7
* Call map_file() with its new args, including a suggested windowWayne Davison2004-08-031-1/+2
* Got rid of unused externs.Wayne Davison2004-08-021-1/+0
* If we reject a name due to a server-exclude, someone is trying to hackWayne Davison2004-07-301-7/+2
* Added the new --partial-dir option.Wayne Davison2004-07-291-10/+37
* Check the error return of flush_write_file().Wayne Davison2004-07-291-11/+7
* One more inplace code tweak.Wayne Davison2004-07-291-8/+5
* Some minor fixes and improvements for the inplace code.Wayne Davison2004-07-291-15/+20
* Use the new safe_fname() function.Wayne Davison2004-07-261-15/+20
* Should always call finish_transfer() for inplace handling, just likeWayne Davison2004-07-221-1/+1
* Need to output the "failed verification" error before sending theWayne Davison2004-07-221-15/+17
* Added a warning message when a file fails to verify, letting the userWayne Davison2004-07-221-6/+16
* No need to check both delete_after and delete_mode since the formerWayne Davison2004-07-221-2/+1