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