summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Rename configure.in to configure.ac, the current autoconf standard.Matt McCutchen2010-04-241-3/+3
* Avoid -u option to id since solaris doesn't support it.Wayne Davison2009-12-134-4/+8
* Fix the daemon test when running it as root.Wayne Davison2009-11-121-2/+13
* A few more --files-from fixes, and an enhanced testsuite for it.Wayne Davison2009-10-241-0/+15
* Make use of $suitedir.Wayne Davison2009-10-248-9/+8
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-2/+2
* Create non-transferred files in a more atomic manner:Wayne Davison2009-08-291-2/+2
* Fix the chmod-temp-dir test if /var/tmp doesn't exist.Wayne Davison2009-08-221-1/+5
* Use upper-case HLINK in a --debug setting to avoid a really weird bugWayne Davison2009-04-131-7/+7
* Allow $RSYNC_TEST_TMP to indicate a good tmp dir for our tests.Wayne Davison2009-04-101-1/+4
* Simplify an "if" in ssh-basic.test. Fixes bug #6169;Wayne Davison2009-03-061-1/+1
* Improved the unsafe_symlink() code to not get fooled by extra '/' charsWayne Davison2009-03-031-26/+34
* Added a way for supplementary groups to be specified in the rsyncd.confWayne Davison2009-02-191-2/+2
* Improved the backup code:Wayne Davison2009-01-031-8/+8
* Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.Wayne Davison2008-11-091-0/+30
* Fixed skipping of unneeded updates in a batch file whenWayne Davison2008-09-231-0/+2
* Changed some "rsync" commands into proper "$RSYNC" commands.Wayne Davison2008-09-031-5/+5
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-3/+4
* Turn off extra debugging now that the problem is fixed.Wayne Davison2008-07-201-1/+1
* Added a debug-helping option, --msgs2stderr, than should help allWayne Davison2008-07-201-4/+6
* Output even more debug messages.Wayne Davison2008-07-201-1/+1
* Turn on flist5 debugging.Wayne Davison2008-07-181-1/+1
* Make the hands.test use a higher hlink debug level.Wayne Davison2008-07-181-4/+4
* Add --debug=hlink to hands.test.Wayne Davison2008-07-181-4/+4
* Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison2008-07-171-7/+7
* Added a "test_fail" function to 00-hello.test.Wayne Davison2008-07-141-0/+5
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-132-2/+6
* Avoid problems with timestamp rounding that cp -p and touch -r may do.Wayne Davison2008-06-177-15/+39
* Fix the problem with setting xattrs on a directory that has anWayne Davison2008-06-121-0/+4
* A couple more xattr improvements:Wayne Davison2008-06-081-1/+1
* Fixed an "Internal abbrev error" when dealing with an xattr valueWayne Davison2008-06-081-2/+28
* Improved the daemon testing, including adding a test to ensure thatWayne Davison2008-05-312-5/+51
* Fix some path problems when the build dir is not theWayne Davison2008-05-173-4/+3
* Added options to tls.c to allow us to ask for mtime and ownership infoWayne Davison2008-05-062-2/+2
* Reorder the filenames to touch to try to avoid a weird error on SolarisWayne Davison2008-04-181-3/+5
* Added a --no-cd option to support/lsh so that the script can be used byWayne Davison2008-04-182-30/+4
* If the daemon test is run as root, use a --config option.Wayne Davison2008-04-111-1/+10
* Extended a test to ensure that hard-linked distant files continuesWayne Davison2008-03-281-3/+14
* Some more minor changes for the skip/missing/dry_run code.Wayne Davison2008-03-191-3/+2
* Unsnarl missing_below/dry_run logic.Matt McCutchen2008-03-191-0/+28
* Got rid of some useless uses of the -t option.Wayne Davison2008-03-151-2/+2
* Fixed some itemized logging failures:Wayne Davison2008-03-102-8/+8
* Fixed the latest xattrs tests on OS X.Wayne Davison2008-03-071-4/+4
* Restore a long-attribute test that was temporarily disabled.Wayne Davison2008-03-071-2/+0
* Fixed the interaction of --fake-super with --link-dest & --xattrs.Wayne Davison2008-03-071-3/+14
* - Made the itemize test check for CAN_HARDLINK_SYMLINK define insteadWayne Davison2008-03-042-6/+5
* Fixing a problem with a NULL config_file pointer when accessingWayne Davison2008-03-031-0/+21
* Use variables to hold the constant itemized strings soWayne Davison2008-02-273-79/+84
* Fixed the hard-link check again, adding a comment as toWayne Davison2008-02-181-3/+5
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-14/+42