summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge branch 'master' into fix_raidfile_i386Chris Wilson2018-03-12
|\
| * Reimplement OpenSSL 1.1 supportChris Wilson2018-03-03
| * Add test for decrypting previously-encrypted directory fixtureChris Wilson2018-03-02
| * Add a test that we can setup Blowfish encryption properlyChris Wilson2018-02-27
| * Revert "Add support for OpenSSL 1.1 and replace deprecated function calls"Chris Wilson2018-02-25
* | Fix raidfile tests on 32-bit LinuxChris Wilson2018-03-08
|/
* Add support for OpenSSL 1.1 and replace deprecated function callsChris Wilson2018-01-01
* Merge branch 'master' into windows_binary_packagesChris Wilson2017-11-28
|\
| * Fix -Wundefined-bool-conversion compile failure of master branchChris Wilson2017-10-16
* | Remove invalid use of null references (undefined behaviour)Chris Wilson2017-11-26
|/
* Increase precision of timing on Windows.Chris Wilson2017-06-22
* Reduce precision of common timer testChris Wilson2017-06-22
* Fix intercept of SYS_open on platforms that only have SYS_openat (e.g. arm64)Chris Wilson2017-06-22
* Relax timings on test_changing_client_store_marker_pauses_daemonChris Wilson2017-06-18
* Extend timeout in test/basicserver for slow machines.Chris Wilson2016-09-29
* Lock account before modifying in backupstorefix.Chris Wilson2016-09-19
* Remove deletion of random files in testbackupstorefix.Chris Wilson2016-09-16
* Speed up testbackupstorepatch on Windows.Chris Wilson2016-09-16
* Improve error messages in test httpserver perl client script.Chris Wilson2016-09-16
* Use IPv4 localhost address to access test httpserver.Chris Wilson2016-09-16
* Break dependency on Cygwin commands in Windows tests.Chris Wilson2016-09-03
* Fix case of filenames of "text" files used to generate protocols and docs.Chris Wilson2016-08-28
* Try listing files to help debug random failures of test_multiple_uploads().Chris Wilson2015-12-27
* Exclude one more symlink from untarring on Windows with 7za.Chris Wilson2015-12-26
* Fix keepalive test on Windows, which depends on number of files present.Chris Wilson2015-12-26
* Replace Unix-specific paths used by test/bbackupd with native paths.Chris Wilson2015-12-26
* Fix test/backupstorefix random failures caused by file upload order.Chris Wilson2015-12-26
* Fix recursive directory deletion on Windows.Chris Wilson2015-12-24
* Replace shell implementation of test/bbackupd kill_running_daemons() with pur...Chris Wilson2015-12-24
* Use 7za to extract tgz files on Windows, as there's no (reliable) tar command.Chris Wilson2015-12-24
* We don't need to redefine TEST_EXECUTABLE here, Test.h does it for us.Chris Wilson2015-12-24
* Remove unix shell-isms from test/s3store, to make it work on Windows.Chris Wilson2015-12-24
* Fix test/httpserver startup on Windows (compiled with MSVC).Chris Wilson2015-12-24
* Use 127.0.0.1 instead of localhost in test/httpserver, to force use of IPv4.Chris Wilson2015-12-24
* Don't start and stop bbstored on Windows.Chris Wilson2015-12-22
* Change a generated filename to avoid creating files called "con".Chris Wilson2015-12-22
* Check file counts before messing with the store in test/backupstorefix.Chris Wilson2015-12-22
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Replace mv command with rename(), and replace rm -r with rmdir /s/q on Windows.Chris Wilson2015-12-19
* Remove asserts that caused tests to blow up when directory permissions were w...Chris Wilson2015-12-14
* Fix Windows file locking to work with MSVCChris Wilson2015-12-14
* Add CTest configurations to CMake. Make some tests work on Windows/MSVC.Chris Wilson2015-12-13
* Fix invalid constant name, picked up by MSVC (and not by GCC or LLVM)Chris Wilson2015-12-13
* Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-13
* Remove more references to unistd.h.Chris Wilson2015-12-10
* Fix mismatched start and end test macros on WindowsChris Wilson2015-12-09
* Merge Arnaud Grandville's Windows fixes.Chris Wilson2015-12-09
|\
| * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| |\
| | * Remove all timing dependency from test_ssl_keepalives().Chris Wilson2015-09-20