summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update links to wiki.Chris Wilson2008-01-02
* Send data back from test daemon to test code, and wait for it to beChris Wilson2007-12-18
* Better way to pass arguments to test daemons, with --test-daemon-args.Chris Wilson2007-12-18
* Search for readdir64 and stat64 if LARGE_FILE_SUPPORT is enabled, ratherChris Wilson2007-12-18
* Stricter check for dirent.d_type validity (possible problems withChris Wilson2007-12-18
* Pass test options to test daemons.Chris Wilson2007-12-16
* Compile with -Wundef to warn about undefined macros.Chris Wilson2007-12-16
* Fix readdir() intercept on FreeBSD by fixing the check for redefinedChris Wilson2007-12-16
* Log sleep time and resleeps in safe_sleep (only used in tests).Chris Wilson2007-12-15
* Don't log our own timestamp now that Logging can do it for us withChris Wilson2007-12-15
* Add -U option to enable logging microsecond timestampsChris Wilson2007-12-15
* Allow logging with microsecond timestamps.Chris Wilson2007-12-15
* Report line of test where failed to kill internal daemon during SSLChris Wilson2007-12-15
* Report reason why killing a process failed.Chris Wilson2007-12-15
* Fix definition of dirfd(x) macro (autoconf doesn't like defining macrosChris Wilson2007-12-15
* Restructure intercept_errornow() for clarity.Chris Wilson2007-12-13
* Move comment, add whitespace.Chris Wilson2007-12-13
* Include the header file where dirfd() is supposed to be defined,Chris Wilson2007-12-13
* Even simpler replacement for [1977].Chris Wilson2007-12-09
* Properly report when we failed to lock the account, so that changesChris Wilson2007-12-09
* Use detected CXX, AR and RANLIB from configure.Chris Wilson2007-12-08
* Check for optreset (fixes [1930])Chris Wilson2007-12-08
* Fix keepalive test failure: Chris Wilson2007-12-06
* Use new logging framework for tracing diffs.Chris Wilson2007-12-06
* Enable TRACE logging in release builds, but make it really cheapChris Wilson2007-12-04
* Make ExtendedLogging use the logging framework so that we can viewChris Wilson2007-12-04
* Re-initialise the timers when aborting test run during SSL KeepAliveChris Wilson2007-12-02
* Slightly improve output from waiting methods.Chris Wilson2007-12-02
* Don't crash when trying to cleanup timers a second time (or if neverChris Wilson2007-12-02
* Another compile fix for [1931]Chris Wilson2007-11-09
* Compile fix for [1931]Chris Wilson2007-11-09
* Handle bbackupd_args without leading space.Chris Wilson2007-11-07
* Fix getopt reset for solaris and maybe other platforms. SeeChris Wilson2007-11-07
* Fix calling bbackupd with NO args in keepalive tests (fixes [1928])Chris Wilson2007-11-07
* Pass bbackupd_args to the internal daemon (spaces are NOT supported).Chris Wilson2007-11-06
* Don't add a superfluous leading space to bbackupd_args.Chris Wilson2007-11-06
* Ensure that restore failure sets the return code from bbackupquery, soChris Wilson2007-11-06
* This is C++ not ruby (oops)Chris Wilson2007-11-06
* Add some debugging for a keepalive timer test failure reported byChris Wilson2007-11-06
* Use lstat() instead of stat() to check whether a file exists. Thanks toChris Wilson2007-11-05
* Add some sleeps to ensure that timestamps change enough to invalidateChris Wilson2007-11-04
* Really fix unlink() during restore, fixes [1919].Chris Wilson2007-11-04
* Allow ObjectExists() to take a std::string instead of just char *.Chris Wilson2007-11-04
* unlink returns 0 on success, not on error.Chris Wilson2007-11-04
* Wait for long enough after creating test files that they will actuallyChris Wilson2007-11-04
* Make sync_and_wait() do what it's supposed to, not just force a sync.Chris Wilson2007-11-04
* Compile fix for [1903].Chris Wilson2007-11-04
* Log an error if we fail to open the lockfile.Chris Wilson2007-11-04
* Ignore time differences less than 1 second when comparing attributes,Chris Wilson2007-11-04
* Include the time taken by bbackupquery compare in the time betweenChris Wilson2007-11-04