Make sure that we don't try to use iconv() without iconv.h.
[rsync/rsync.git] / main.c
2006-02-05 Wayne DavisonMake sure that we don't try to use iconv() without...
2006-02-05 Wayne DavisonChanged HAVE_ICONV to HAVE_ICONV_OPEN.
2006-02-04 Wayne DavisonCall setup_iconv().
2006-02-03 Wayne DavisonAllow sigaction() to be used even if sigprocmask()...
2006-02-02 Wayne Davison- Call SIGACTION() instead of signal().
2006-01-15 Wayne Davison- Improved get_local_name() using ideas from Matt McCut...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-12-16 Wayne DavisonReturn RERR_SIGNAL1 from sigusr1_handler().
2005-12-14 Wayne DavisonParse single- and double-quotes in the --rsh/-e option...
2005-11-12 Wayne DavisonOutput the stats and the end-of-run verbose output...
2005-11-10 Wayne Davison- Indent the "oom:" label away from column 0.
2005-11-02 Wayne DavisonGot rid of some early-checksum code that accidentally...
2005-10-26 Wayne Davison- Changed the "status" variables into "exit_code" varia...
2005-10-24 Wayne DavisonChanged wait_process() into a simpler, yet more versati...
2005-09-26 Wayne DavisonSome systems don't define WCOREDUMP(), so #ifdef that...
2005-09-26 Wayne DavisonFixed wait_process() to handle cases where waitpid...
2005-09-16 Wayne DavisonGot rid of some old command-line parsing code that...
2005-07-22 Wayne DavisonGot rid of some unused externs.
2005-07-15 Wayne DavisonAvoid newest test when no destination was specified.
2005-07-15 Wayne DavisonOutput a syntax error if both the source and destinatio...
2005-05-12 Wayne DavisonMake the --stats output come out after any delete-after...
2005-05-03 Wayne DavisonUse new MAX_SERVER_ARGS define instead of hard-wired...
2005-04-23 Wayne DavisonWhen rsync encountered an empty file list, it behaved...
2005-04-09 Wayne Davison- Only do read-/write-batch processing if we're not...
2005-04-01 Wayne Davison- Conditionally include <locale.h>.
2005-03-30 Wayne DavisonMoved a call to output_summary() up a line.
2005-03-29 Wayne DavisonSplit report() into handle_stats() and output_report...
2005-03-15 Wayne DavisonMention the index number for an "invalid packet at...
2005-03-09 Wayne DavisonGot rid of the name-pipe from the generator to the...
2005-03-05 Wayne DavisonA few minor tweaks to improve two error messages and...
2005-03-03 Wayne Davison- Set the new global "the_file_list".
2005-03-01 Wayne DavisonMade the argv/argc parsing a little nicer.
2005-03-01 Wayne Davison- Changes needed to handle new filesfrom_host variable.
2005-02-28 Wayne DavisonTweaked a comment.
2005-02-27 Wayne DavisonComplain if the run-terminating keep-alive packets...
2005-02-27 Wayne Davison- Seems to me that sigusr2_handler() should call close_...
2005-02-26 Wayne DavisonSet kluge_around_eof to a -1 for the receiver's needs.
2005-02-26 Wayne DavisonSet kludge_around_eof when the receiver is trying to...
2005-02-26 Wayne DavisonHandle keep-alive messages at the end of the transfer...
2005-02-26 Wayne DavisonMoved the delete-before support into generator.c.
2005-02-23 Wayne DavisonOne more tweak to the need_name_pipe logic.
2005-02-22 Wayne DavisonWe need the name-pipe for --inplace these days.
2005-02-20 Wayne Davison- If --remove-sent-files was specified, abort if we...
2005-02-19 Wayne DavisonTweaked some externs.
2005-02-16 Wayne DavisonMoved the auto-setting of --verbose when --dry-run...
2005-02-15 Wayne DavisonDecided on a better option name --itemize-changes ...
2005-02-15 Wayne DavisonDon't force -v with -n if -w was specified.
2005-02-14 Wayne DavisonSet need_name_pipe if --fuzzy was specified.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-07 Wayne DavisonAdded missing calls to safe_fname() and full_fname().
2005-02-04 Wayne Davison- Moved the cvs_exclude checks into send_filter_list...
2005-02-03 Wayne DavisonCall add_filter() and add_filter_file() with their...
2005-01-29 Wayne DavisonTweaked check in front of delete_files() call.
2005-01-29 Wayne DavisonChange one call to add_cvs_excludes() to add_filter...
2005-01-28 Wayne DavisonCast each value referenced from the struct mallinfo...
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-27 Wayne Davison- Output the new flist time stats (when available).
2005-01-25 Wayne DavisonNeeded to call add_cvs_excludes() from one more code...
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-24 Wayne DavisonMoved a call to add_cvs_exclude() from the delete code...
2005-01-23 Wayne DavisonGo back to requiring -r for deletes to happen.
2005-01-22 Wayne Davison- Use the new delete_before var.
2005-01-22 Wayne DavisonMustn't override a user-specified list_only value.
2005-01-17 Wayne DavisonGot rid of an unneeded assert().
2005-01-14 Wayne DavisonWe also need the "name pipe" from the generator to...
2005-01-10 Wayne DavisonMoved the reading of the final MSG_DONE message from...
2004-12-08 Wayne DavisonSwitching to a better rsync_port fix.
2004-12-06 Wayne DavisonSet default port value for a :: file-spec without a...
2004-11-27 Wayne DavisonThe compare_dest variable changed.
2004-11-20 Wayne DavisonFixed a socket-data conflict when verbosity is >= 2...
2004-11-20 Wayne DavisonCall set_msg_fd_in() during the early phase of being...
2004-11-13 Wayne DavisonTweaked the error code for a pipe() failure.
2004-11-13 Wayne DavisonDie with an appropriate error if do_fork() fails.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-10-07 Wayne DavisonImproved an error message by using rsyserr().
2004-09-29 Wayne DavisonSet our stderr output to blocking I/O to avoid any...
2004-09-17 Wayne Davison- Added the ability to parse a literal IPv6 address...
2004-08-05 Wayne DavisonIn get_local_name(), if we would have created the desti...
2004-07-31 Wayne DavisonReset copy_links in the receiver.
2004-07-31 Wayne DavisonChanged "wrote"/"written" to "sent" and "read" to ...
2004-07-29 Wayne DavisonCall the new close_multiplexing_in() function in the...
2004-07-24 Wayne DavisonCall read_stream_flags() as soon as we open the batch...
2004-07-23 Wayne DavisonAdded a comment.
2004-07-21 Wayne DavisonSetup for read_batch mode a little differently:
2004-07-21 Wayne DavisonA couple am_sender checks (one negated) were not needed.
2004-07-19 Wayne DavisonChanged write_batch_argvs_file() to new write_batch_she...
2004-07-17 Wayne Davison- Got rid of the arg to the io_start_multiplex_{in...
2004-07-15 Wayne DavisonAllow --read-batch=- to indicate stdin.
2004-07-15 Wayne DavisonWe no longer refer to a batch "prefix".
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-13 Wayne DavisonWe now conditionally turn on whole_file in do_cmd(...
2004-06-30 Wayne DavisonSome simple whitespace tweaks.
2004-06-28 Wayne DavisonA few more improvements to the anti-overflow args[...
2004-06-28 Wayne DavisonMake sure that do_cmd() doesn't overflow its arg-pointe...
2004-06-20 Wayne DavisonSome trivial format tweaks.
2004-06-18 Wayne DavisonSome helpful comments from Chris Shoemaker.
2004-06-11 Wayne DavisonMake sure that keep_dirlinks is turned off for the...
2004-06-09 Wayne DavisonRemoved some excessive parens.
2004-05-19 Wayne DavisonAdded the "write only" option to the daemon config...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
next