rsync/rsync.git
2001-07-22 Andrew Tridgellupdated config scripts from subversion
2001-07-17 Andrew Tridgellreap children in sigchld handler
2001-07-17 Andrew Tridgellprevent nasty error msgs when listing shares
2001-06-28 Andrew Tridgellremoved remnant test code for cray
2001-06-26 Andrew Tridgellfixed md4 on 64 bit boxes
2001-06-26 Andrew Tridgellapplied simple nohang patch from Wayne Davison
2001-06-22 David DykstraImprove the description of --with-default-rsync.
2001-06-22 Andrew Tridgellallow shell wildcards in auth users lines
2001-06-21 Martin PoolIf binding to a low-numbered port fails with EACCES...
2001-06-21 Martin PoolFix from Wayne Davison:
2001-06-13 David DykstraSimplify the --with-rsync-path option implementation...
2001-06-12 David DykstraUse 3rd parameter in AC_DEFINE and AC_DEFINE_UNQUOTED...
2001-06-12 David DykstraAdd --with-rsync-path option.
2001-05-29 David DykstraMake --whole-file the default when source and target...
2001-05-24 David DykstraRan yo through yodl2man to produce rsync.1. I found...
2001-05-22 David DykstraAdd --ignore-errors documentation.
2001-05-07 Andrew Tridgellforgot 1 place that used slprintf
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-05-06 Andrew Tridgellno space after -I or Tru64 barfs
2001-05-02 Andrew Tridgelluse _S_IFLNK not S_IFLNK
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2001-05-02 Andrew Tridgellbetter pid file location
2001-04-13 Andrew Tridgelluse %.0f instead of %ld
2001-03-23 David DykstraAdd the words "on destination machine" to the --compare...
2001-03-23 Andrew Tridgell"rsync error" is better than "transfer error", especial...
2001-03-23 Andrew Tridgellgot rid of dependency on alloca in popt
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2001-03-22 Andrew Tridgellnew error handling system
2001-03-21 Andrew Tridgellbetter error msg for "invalid uid" and "invalid gid"
2001-03-21 Andrew Tridgelli hate makefiles that automatically run configure
2001-03-21 Andrew TridgellI came up with a new way of avoiding the error handling...
2001-03-20 Martin PoolCheck for alloca.h and mcheck.h, as included popt needs...
2001-03-19 Martin PoolOops, fix edit mistake.
2001-03-17 Martin PoolMore accurately, the uid/gid is set to -2, not "nobody".
2001-03-17 Martin PoolAdd some todo comments.
2001-03-17 Martin PoolDon't unconditionally define _LARGEFILE_SOURCE, but...
2001-03-16 Martin PoolDefine _LARGE_FILES to turn on LFS support on AIX ...
2001-03-16 Martin PoolDoc.
2001-02-27 Martin PoolAdd my name and a suggestion to read the FAQ for unansw...
2001-02-27 Martin PoolExplain that the mktemp warning is harmless.
2001-02-24 Martin PoolAdd some brief notes on how to install.
2001-02-24 Martin Poolpopt-1.5 is const-correct.
2001-02-24 Martin PoolUpgrade from including popt1.2 to a version of popt1...
2001-02-24 Martin PoolUpgrade from popt 1.2 to a cut-down 1.5
2001-02-23 Martin PoolDoc.
2001-02-23 Martin PoolChange from getopt to popt -- requires const-correctnes...
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-22 Martin PoolAdd comments.
2001-02-22 Martin PoolNote about multiplexing.
2001-02-22 Martin PoolCheck in built-in copy of libpopt in preparation for...
2001-02-21 Martin PoolDoc.
2001-02-21 Martin PoolMore explanation of return values.
2001-02-21 Martin PoolBetter message grammar.
2001-02-14 Martin PoolCall this 2.4.6dev so that we don't get bug reports...
2001-02-14 Martin PoolAdd table of exit values, from errcode.h.
2001-02-08 Martin PoolDocument shortcoming of "unrecognised option" message.
2001-01-08 Martin PoolInclude strerror message when there's a socket error.
2001-01-08 Martin PoolImproved error message.
2001-01-08 Martin PoolIgnore generated files that are not stored in CVS.
2001-01-08 Martin PoolTypo fix from Jim Meyering
2001-01-05 David DykstraBetter explain how the --blocking-io option works.
2000-11-15 Martin PoolAdd comments.
2000-11-15 Martin PoolDoc.
2000-11-10 Martin PoolIn --version, say whether we have socketpair() or not
2000-11-10 Martin PoolIgnore dummy output file
2000-11-10 Martin PoolIf an error occurs, print an explanatory string rather
2000-11-10 Martin PoolDoc.
2000-11-09 Martin PoolDrop dead variable.
2000-11-09 Martin PoolDocument getsockopt POSIX confusion.
2000-11-09 Martin PoolPrint a warning message in the version if the platform...
2000-11-09 Martin PoolBetter error messages
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-11-02 Martin PoolCorrect license name. Note new address of pserver...
2000-11-02 Martin PoolAdd some comments.
2000-10-31 Andrew Tridgellfix bug in handling of :
2000-10-31 Martin PoolDisplay a warning about pointlessly using --rsh with...
2000-10-26 Martin PoolDraft documentation of the client-server protocol.
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-25 David DykstraMake sure the log file is always opened before root...
2000-10-24 David DykstraWhen running as --daemon in the background and using...
2000-10-19 Andrew Tridgelldon't clobber argv[0], so ps shows the right thing
2000-10-13 David DykstraAdd note in "secrets file" section to see "strict modes".
2000-10-13 Martin PoolClear up conditions for running as root.
2000-10-13 Martin PoolOops: manpage updates should go into the yodl source.
2000-10-11 Martin PoolQuick list of things to do.
2000-10-10 Martin PoolClearer "nothing to do" message.
2000-10-09 Martin PoolGet rid of const modifiers; they're problematic with...
2000-10-09 Martin Poolinclude/exclude cluestick: with -vv, print out whether...
2000-09-11 John H TerpstraAdded provision for packaging for Linux Standards Base...
2000-09-06 Andrew Tridgellneater getconf test
2000-09-06 rsync-bugspreparing for release of 2.4.6
2000-09-06 Andrew TridgellREADME update
next