Added missing calls to safe_fname() and full_fname().
[rsync.git] / main.c
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...
2004-05-15 Wayne DavisonChanging if (!write_batch) in front of send_exclude_lis...
2004-02-10 J.W. SchultzDropped support for protocol versions less than 20...
2004-02-09 Wayne DavisonDie if we overflowed the args[] array when building...
2004-02-06 J.W. SchultzAdded a total memory allocated (allmem) line to
2004-02-05 J.W. SchultzCause all three processes to report memory stats when...
2004-02-04 Wayne DavisonUse MY_UID() instead of getuid().
2004-02-02 Wayne Davison- Call init_flist().
2004-01-27 Wayne DavisonSet the am_generator flag. Use who_am_i().
2004-01-27 Wayne DavisonCast getpid() to a long for output.
2004-01-25 Wayne DavisonTweaked a comment.
2004-01-20 Wayne DavisonUse new push_dir() syntax.
2004-01-20 Wayne DavisonFind last '@' in the user@site string, just in case...
2004-01-17 Wayne DavisonGot rid of an extra call to io_start_buffering_out().
2004-01-17 Wayne DavisonUnified the externs.
2004-01-15 Wayne Davison- Call io_flush() with its new FULL_FLUSH/NORMAL_FLUSH...
2004-01-02 Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2004-01-02 Wayne DavisonGot rid of /* dw */ comments.
2003-12-20 Wayne DavisonOutput a newline before the heap statistics.
2003-12-17 Wayne DavisonBacked out the RSYNC_RSH_IO support for now.
2003-12-16 Wayne DavisonWe now support an environment variable named RSYNC_RSH_...
2003-12-16 Wayne DavisonImproved the default-blocking-I/O code to discern rsh...
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-08-22 Wayne DavisonMade the UNUSED(parameter) macro calls read a little...
2003-07-04 Wayne DavisonUse "return" at the end of main() to silence some compi...
2003-04-24 Wayne DavisonMade my last change a little better.
2003-04-24 Wayne DavisonIf the user specifies a trailing slash on the destinati...
2003-04-18 Wayne DavisonMade a slight tweak to the previous --stats change.
2003-04-17 Wayne DavisonOnly display the malloc stats if we're at least double...
2003-03-30 Wayne DavisonSupport the new --files-from option.
2003-03-21 Wayne Davison- Fixed lots of line-indentation problems, including...
2003-01-28 David DykstraRemove the Cygwin msleep(100) before the generator...
2003-01-28 David DykstraAck! I had accidentally ifdefed out the kill from...
2003-01-28 David DykstraChange so the delay before generator signals receiver...
2003-01-27 David DykstraInsert a 100ms sleep just before sending the USR2 signa...
2003-01-10 Wayne DavisonReset the io_error_fd right before the generator kills...
2003-01-09 David DykstraFixed bug that caused rsync to lose exit status of...
2002-08-01 Wayne DavisonDon't pass "-l user" to the remote shell if we're start...
2002-08-01 Wayne DavisonAllow the URL syntax in the destination field.
2002-08-01 Wayne DavisonHandle the new server-daemon via remote-shell mode.
2002-04-08 Martin PoolDoc rsync_panic_handler()
2002-04-08 Martin PoolClean up prototype.
2002-04-08 Martin PoolAllow panic_action to be configured through environment...
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-04-08 Martin PoolRearrange code slightly to avoid util.c depending on...
2002-03-27 Martin PoolIf configured with --enable-maintainer-mode, then on...
2002-03-27 Martin PoolImproved network error handling. (Greg A. Woods)
2002-03-22 Martin PoolDoc.
2002-03-19 Martin PoolPrevious solution for --no-whole-file would probably...
next