]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2001-09-06  Martin PoolDebug exit status -- on Sun1/cc all the tests pass...
2001-09-06  Martin PoolOops, some machines don't have `which`.
2001-09-06  Martin PoolOops, some machines don't have `which`.
2001-09-06  Martin PoolSee if head(1) works -- broken on some systems?
2001-09-06  Martin PoolYou cannot do "export VAR=VALUE" all on one line; the...
2001-09-06  Martin PoolFix selective definition of *snprintf. (Welcome to...
2001-09-06  Martin PoolMore testsuite cleanups. Now I hope we cope without...
2001-09-06  Martin PoolBSD machines don't seem to have head(1).
2001-09-06  Martin PoolSplit the 'longdir' test into its own script, and make...
2001-09-06  Martin PoolAdd a makepath() function to cope with machines that...
2001-09-06  Martin PoolDoc.
2001-09-06  Martin PoolFix comment.
2001-09-06  Martin PoolFiddle umask again.
2001-09-06  Martin PoolClean up output a little.
2001-09-06  Martin PoolSet umask so that symlinks will have the right permissi...
2001-09-04  Martin PoolFor log messages containing ridiculously long strings...
2001-08-31  Martin PoolClean up from rsync+ patch; fix compiler warning.
2001-08-31  Martin PoolFix sh syntax for FreeBSD.
2001-08-31  Martin PoolIf we're using built-in *printf functions, then provide...
2001-08-31  Martin PoolCope on machines without INADDR_LOOPBACK.
2001-08-31  Martin PoolIgnore test tmp dir.
2001-08-31  Martin PoolRun the daemon test using faked tcp connections.
2001-08-31  Martin PoolGrammar fix.
2001-08-31  Martin PoolAdd comment about handling of 'use chroot'
2001-08-31  Martin PoolMerge in the LIBSMB_PROG idea from samba, so that you...
2001-08-31  Martin PoolDoc.
2001-08-31  Martin PoolOption should be --recursive, not --recurse. (This...
2001-08-31  Martin PoolFix rsyncd.conf generation.
2001-08-31  Martin PoolFix message.
2001-08-31  Martin PoolShow rsync version before doing anything else.
2001-08-31  Martin PoolSkip SSH tests if $rsync_enable_ssh_tests is not set
2001-08-30  David DykstraThe --compare-dest option was not listed as accepting...
2001-08-30  Martin Poolfix bashism
2001-08-30  Martin PoolSplit out generic functions for starting rsyncd.
2001-08-30  Martin PoolNotes on an interactive shell for rsync.
2001-08-30  Martin PoolStart testing daemon functionality
2001-08-30  Martin PoolRun all scripts in the testsuite/ directory, not just...
2001-08-30  Martin PoolAbandoned
2001-08-30  Martin PoolObsolete
2001-08-30  Martin PoolOn BSD, this seemed to always exit after test failure...
2001-08-30  Martin PoolMore debug output for testing SSH.
2001-08-30  Martin PoolTry using `diff -c' not `diff -u' because the latter...
2001-08-29  Martin PoolUse rsync source rather than /etc for files because...
2001-08-29  Martin PoolBSD doesn't have /etc/resolv.conf or /etc/inittab,...
2001-08-29  Martin PoolApparently `set -x' in the shell works on some Bourne...
2001-08-29  Martin PoolApparently '!' to invert a pipeline result doesn't...
2001-08-29  Martin PoolReturn the *number of tests that failed*, so that it...
2001-08-29  Martin PoolCleanup check_logs feature.
2001-08-29  Martin PoolCleanup check_logs feature.
2001-08-29  Martin PoolClean up Phil's test more.
2001-08-29  Martin Pool$RSYNC and similar variables must be set to absolute...
2001-08-29  Martin Pool$RSYNC must be set to absolute path so that it can...
2001-08-29  Martin PoolCount overall failure if some expected scripts were...
2001-08-29  Martin PoolRemove testtmp directory on 'clean'.
2001-08-29  Martin PoolMore test case work:
2001-08-29  Martin PoolRedraft testsuite driver script to unify 'make check...
2001-08-29  Martin PoolAdd comment: cyeoh says that getpass is deprecated...
2001-08-27  David DykstraThe --with-rsync-path configure option was using the...
2001-08-23  Martin PoolOnly use the "@RSYNC EXIT" tag if we're talking to...
2001-08-22  Martin PoolAllow the server to terminate the module list by just...
2001-08-22  Martin PoolAdd a little more protocol documentation.
2001-08-22  Martin PoolNote about cross-testing different versions.
2001-08-21  Martin PoolReturn 1 if any tests failed so that the build farm...
2001-08-21  Martin PoolChange test directory again.
2001-08-21  Martin PoolDon't look at $srcdir if it's not set. (Why isn't...
2001-08-21  Martin PoolShow trace while testing.
2001-08-21  Martin PoolTry again to find the right directory on both local...
2001-08-21  Martin PoolMore test suite stuff
2001-08-21  Martin PoolPrint source directory.
2001-08-18  Martin PoolUpdate notes; add idea about rsyncsh
2001-08-17  Martin PoolExport autoconf settings to test scripts. Use this...
2001-08-17  Martin PoolSet up scratch directory for tests.
2001-08-17  Martin PoolDon't pause at end of tests.
2001-08-17  Martin PoolTry to fix "make check" directory path.
2001-08-17  Martin PoolFind the right directory to run the test components.
2001-08-17  Martin PoolTry to get test scripts to run properly.
2001-08-16  Martin PoolShow number of passed/failed/skipped tests.
2001-08-16  Martin PoolDon't print test headers unless the test is about to...
2001-08-16  Martin PoolNote test suite.
2001-08-16  Martin PoolMove Phil Hand's test under the control of the master...
2001-08-16  Martin PoolStart to unify the "make check" and build farm test...
2001-08-16  Martin PoolUse set -x until this script works properly.
2001-08-16  Martin PoolFix typo.
2001-08-16  Martin PoolGave directory its proper name
2001-08-16  Martin Poolfix filename
2001-08-16  Martin PoolUpdated directory name for rsync tests
2001-08-16  Martin PoolTry to execute rsync --version as part of the test...
2001-08-15  Martin PoolFix cast warning.
2001-08-15  Martin PoolTry to get tests to run with old buildfarm clients
2001-08-15  Martin PoolCheck that gethostbyname does actually return AF_INET...
2001-08-15  Martin PoolFix a bug introduced in 1.119, whereby strings like
2001-08-15  Martin PoolFix another format cast.
2001-08-15  Martin PoolUse socklen_t for getpeername, since we hopefully now...
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 rsync....
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.
next