summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* - Improved get_local_name() using ideas from Matt McCutchen'sWayne Davison2006-01-151-31/+82
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-6/+6
* Return RERR_SIGNAL1 from sigusr1_handler().Wayne Davison2005-12-161-1/+1
* Parse single- and double-quotes in the --rsh/-e option (and RSYNC_RSH).Wayne Davison2005-12-141-6/+32
* Output the stats and the end-of-run verbose output using the newWayne Davison2005-11-121-17/+17
* - Indent the "oom:" label away from column 0.Wayne Davison2005-11-101-2/+1
* Got rid of some early-checksum code that accidentally got committed.Wayne Davison2005-11-021-19/+0
* - Changed the "status" variables into "exit_code" variables.Wayne Davison2005-10-261-23/+24
* Changed wait_process() into a simpler, yet more versatile function,Wayne Davison2005-10-241-22/+28
* Some systems don't define WCOREDUMP(), so #ifdef that code.Wayne Davison2005-09-261-1/+23
* Fixed wait_process() to handle cases where waitpid() fails orWayne Davison2005-09-261-7/+17
* Got rid of some old command-line parsing code that was onlyWayne Davison2005-09-161-16/+1
* Got rid of some unused externs.Wayne Davison2005-07-221-5/+0
* Avoid newest test when no destination was specified.Wayne Davison2005-07-151-1/+1
* Output a syntax error if both the source and destination are remote.Wayne Davison2005-07-151-0/+7
* Make the --stats output come out after any delete-after messages.Wayne Davison2005-05-121-7/+4
* Use new MAX_SERVER_ARGS define instead of hard-wired "100".Wayne Davison2005-05-031-1/+1
* When rsync encountered an empty file list, it behaved differentlyWayne Davison2005-04-231-9/+10
* - Only do read-/write-batch processing if we're not the server (neededWayne Davison2005-04-091-5/+7
* - Conditionally include <locale.h>.Wayne Davison2005-04-011-0/+7
* Moved a call to output_summary() up a line.Wayne Davison2005-03-301-1/+1
* 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