summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-30Moved a call to output_summary() up a line.Wayne Davison1-1/+1
2005-03-29Split report() into handle_stats() and output_report() so that (1)Wayne Davison1-12/+24
2005-03-15Mention the index number for an "invalid packet at end of run".Wayne Davison1-2/+2
2005-03-09Got rid of the name-pipe from the generator to the receiver.Wayne Davison1-17/+4
2005-03-05A few minor tweaks to improve two error messages and make better useWayne Davison1-8/+10
2005-03-03- Set the new global "the_file_list".Wayne Davison1-2/+6
2005-03-01Made the argv/argc parsing a little nicer.Wayne Davison1-15/+10
2005-03-01- Changes needed to handle new filesfrom_host variable.Wayne Davison1-88/+22
2005-02-28Tweaked a comment.Wayne Davison1-3/+3
2005-02-27Complain if the run-terminating keep-alive packets aren't whatWayne Davison1-13/+22
2005-02-27- Seems to me that sigusr2_handler() should call close_all() forWayne Davison1-3/+6
2005-02-26Set kluge_around_eof to a -1 for the receiver's needs.Wayne Davison1-2/+2
2005-02-26Set kludge_around_eof when the receiver is trying to read aWayne Davison1-0/+2
2005-02-26Handle keep-alive messages at the end of the transfer whenWayne Davison1-11/+32
2005-02-26Moved the delete-before support into generator.c.Wayne Davison1-6/+0
2005-02-23One more tweak to the need_name_pipe logic.Wayne Davison1-1/+2
2005-02-22We need the name-pipe for --inplace these days.Wayne Davison1-2/+3
2005-02-20- If --remove-sent-files was specified, abort if we're pulling fromWayne Davison1-0/+13
2005-02-19Tweaked some externs.Wayne Davison1-4/+4
2005-02-16Moved the auto-setting of --verbose when --dry-run is specified intoWayne Davison1-4/+0
2005-02-15Decided on a better option name --itemize-changes (-i).Wayne Davison1-2/+2
2005-02-15Don't force -v with -n if -w was specified.Wayne Davison1-2/+3
2005-02-14Set need_name_pipe if --fuzzy was specified.Wayne Davison1-1/+3
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-2/+2
2005-02-07Added missing calls to safe_fname() and full_fname().Wayne Davison1-7/+7
2005-02-04- Moved the cvs_exclude checks into send_filter_list() andWayne Davison1-19/+5
2005-02-03Call add_filter() and add_filter_file() with their new flag args.Wayne Davison1-1/+1
2005-01-29Tweaked check in front of delete_files() call.Wayne Davison1-5/+3
2005-01-29Change one call to add_cvs_excludes() to add_filter() to just addWayne Davison1-6/+5
2005-01-28Cast each value referenced from the struct mallinfo to a longWayne Davison1-16/+24
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-1/+1
2005-01-27- Output the new flist time stats (when available).Wayne Davison1-0/+20
2005-01-25Needed to call add_cvs_excludes() from one more code path.Wayne Davison1-0/+2
2005-01-25Renamed several exclude-related functions/variables using newWayne Davison1-4/+4
2005-01-24Moved a call to add_cvs_exclude() from the delete code to one code-Wayne Davison1-0/+2
2005-01-23Go back to requiring -r for deletes to happen.Wayne Davison1-2/+1
2005-01-22- Use the new delete_before var.Wayne Davison1-8/+10
2005-01-22Mustn't override a user-specified list_only value.Wayne Davison1-3/+2
2005-01-17Got rid of an unneeded assert().Wayne Davison1-3/+1
2005-01-14We also need the "name pipe" from the generator to the receiverWayne Davison1-1/+2
2005-01-10Moved the reading of the final MSG_DONE message from here toWayne Davison1-1/+0
2004-12-08Switching to a better rsync_port fix.Wayne Davison1-4/+2
2004-12-06Set default port value for a :: file-spec without a port number.Wayne Davison1-2/+4
2004-11-27The compare_dest variable changed.Wayne Davison1-2/+2
2004-11-20Fixed a socket-data conflict when verbosity is >= 2 and theWayne Davison1-4/+13
2004-11-20Call set_msg_fd_in() during the early phase of being a client senderWayne Davison1-0/+3
2004-11-13Tweaked the error code for a pipe() failure.Wayne Davison1-2/+2
2004-11-13Die with an appropriate error if do_fork() fails.Wayne Davison1-1/+6
2004-11-03Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison1-4/+17
2004-10-07Improved an error message by using rsyserr().Wayne Davison1-1/+1