My modified version of Chris Shoemaker's improved batch-file handling.
[rsync/rsync.git] / main.c
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...
2002-02-23 Martin PoolAdd UNUSED macro that expands to a parameter attribute...
2002-02-23 Martin PoolDoc.
2002-02-19 Martin Poolrsync prefix on mkdir and pushdir error messages.
2002-02-18 Martin PoolIgnore SIGPIPE and allow EPIPE to get through to the...
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-02-05 David DykstraAdd --no-whole-file and --no-blocking-io options
2002-01-25 Martin PoolAdd dummy show_flist_stats().
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-11 Martin PoolBetter mallinfo() output in --stats
2002-01-11 Martin PoolLook for mallinfo() and use it to display
2001-08-15 Martin PoolFix a bug introduced in 1.119, whereby strings like
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-08-15 Martin PoolDrop dead variables introduced in rsync+ patch.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-08-06 Martin PoolTry to fix "infinite loop" warning on AIX and other...
2001-07-17 Andrew Tridgellreap children in sigchld handler
2001-06-26 Andrew Tridgellapplied simple nohang patch from Wayne Davison
2001-05-29 David DykstraMake --whole-file the default when source and target...
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2001-03-22 Andrew Tridgellnew error handling system
2001-03-16 Martin PoolDoc.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-21 Martin PoolDoc.
2000-11-02 Martin PoolAdd some comments.
2000-10-31 Andrew Tridgellfix bug in handling of :
2000-10-19 Andrew Tridgelldon't clobber argv[0], so ps shows the right thing
2000-10-10 Martin PoolClearer "nothing to do" message.
2000-08-29 Andrew Tridgelldetect list_only a bit earlier
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-08-19 Andrew Tridgellsleep for a smaller time while waiting for a process...
2000-08-16 Andrew Tridgellfixed timing problem with cleanup and io_flush() by...
2000-07-29 Andrew Tridgellfix from T.J.Adye@rl.ac.uk for final goodbye message...
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-06-24 Andrew Tridgellif the remote shell is rsh then use blocking IO
2000-04-09 Andrew Tridgelluse 1 second sleeps in the sleep loop as some OSes...
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-01-30 Andrew Tridgellanother hang-at-end fix. It looks like we are more...
2000-01-29 Andrew Tridgelldamn.
2000-01-29 Andrew Tridgellmove the read only daemon test to after the protocol...
2000-01-29 Andrew Tridgelldamn!
next