rsync/rsync.git
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-15 Martin PoolFix trace message which was missing a parameter.
2001-08-15 Martin PoolAdd the start of a buildfarm test suite for It doesn...
2001-08-15 Martin PoolTypo. Shouldn't depend on assert().
2001-08-15 Martin PoolBetter error messages for DNS.
2001-08-15 Martin PoolFix bug in --address handling.
2001-08-14 Martin PoolNote UNICOS works again
2001-08-14 Martin PoolSpec file from Jason Haar that works on RedHat 7.1...
2001-08-14 Martin PoolCommit getconf/socklen_t/largefile patch suggested...
2001-08-14 Martin PoolRemove incorrect news message
2001-08-14 Martin PoolUpdate version message to mention batch files.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-08-08 Martin PoolAnother try at socklen_t: just check for it, and otherw...
2001-08-08 Andrew Tridgelldon't need to lookup our own name in open_socket_in()
2001-08-08 Martin PoolTry various different types as replacements for socklen...
2001-08-06 Martin PoolTwo more instances of socklen_t.
2001-08-06 Martin PoolUse socklen_t if defined, or otherwise int. This tries...
2001-08-06 Martin PoolTry to fix "infinite loop" warning on AIX and other...
2001-08-06 Martin PoolCorrect over-zealous edit for UNICOS.
2001-08-06 Martin PoolFix for UNICOS CC: first argument to readlink must...
2001-08-06 Martin PoolDocument autoconf updates.
2001-08-06 Martin PoolFix check for ino_t to work with both autoconf2.50...
2001-08-06 Martin PoolFix m4 quoting to make autoconf2.50 happy. I checked...
2001-08-06 Martin PoolSummarize all the changes since 2.4.6 so we have them...
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...
next