summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a stream which logs progress of reading data from another (child)Chris Wilson2007-04-28
* Keep a copy of the program name, in case the original goes away, whichChris Wilson2007-04-28
* Test that PartialReadStream and ReadGatherStream can handle streamsChris Wilson2007-04-28
* Fix inability to handle streams over 2GB properly. (refs #3)Chris Wilson2007-04-28
* Add a stream which provides a source of zero bytes of arbitrary size,Chris Wilson2007-04-28
* Test that locked files behave as expected on Win32 (refs #3, mergesChris Wilson2007-04-22
* Test that file attributes are backed up and compared correctly on Win32Chris Wilson2007-04-22
* Compare restored files as part of restore test (refs #3, merges part Chris Wilson2007-04-22
* Check that Exclude and AlwaysInclude configurations actually work asChris Wilson2007-04-22
* Use wait_for_sync_end() to synchronise the test more accurately withChris Wilson2007-04-22
* Use Cygwin chmod command-line tool to make the read-only file writableChris Wilson2007-04-22
* Ignore attempts to listen on a Unix socket on Win32, so that we can shareChris Wilson2007-04-22
* Use wait_for_sync_end() rather than calling bbackupquery ourselves (refs #3)Chris Wilson2007-04-22
* Use LaunchServer to remove the need for some #ifdefs.Chris Wilson2007-04-22
* Fix accidental passing of object to printf() (refs #3)Chris Wilson2007-04-22
* Merge [1566] from chris/general:Chris Wilson2007-04-22
* Compile fix for Win32, where no localtime_r is available and localtimeChris Wilson2007-04-22
* Display file and line where memory leak test failed. (refs #3)Chris Wilson2007-04-22
* Start using svnmerge.pyChris Wilson2007-04-22
* Test that SyncAllowScript is executed and can pause backup for theChris Wilson2007-04-22
* Add sync allow script to test config, to allow it to be tested.Chris Wilson2007-04-22
* Use TARGET_PERL instead of PERL in shebang lines (refs #3)Chris Wilson2007-04-22
* Fix excessively verbose warnings while waiting for daemon to start.Chris Wilson2007-04-22
* Replace sleep() with safe_sleep() everywhere (refs #3)Chris Wilson2007-04-22
* Use additional arguments from command line options when starting bbackupdChris Wilson2007-04-22
* Add --bbackupd-args and --bbstored-args options, which may be used to passChris Wilson2007-04-22
* Add -V option, which sets maximum verbosity in one go.Chris Wilson2007-04-22
* Add options to log timestamps, and a custom tag, with each message toChris Wilson2007-04-22
* Log event name instead of numeric code. (refs #3)Chris Wilson2007-04-22
* Use logging framework to log stack traces from exceptions. (refs #3)Chris Wilson2007-04-22
* Use logging framework to log exceptions. (refs #3)Chris Wilson2007-04-22
* Declare global std::string variables that hold extra arguments forChris Wilson2007-04-22
* Pass all arguments from test scripts to test executable with properChris Wilson2007-04-22
* Detect whether getopt.h is present on system. (refs #3)Chris Wilson2007-04-22
* Test that filenames containing non-ASCII (8-bit) characters can beChris Wilson2007-04-21
* Keep bbackupd pid in a global variable instead of a local one.Chris Wilson2007-04-21
* Test fix: create TestDir1 with a readable mode (refs #3)Chris Wilson2007-04-21
* Compile fix, comment out set_file_time helper function on non-Win32Chris Wilson2007-04-21
* Enhance test for bbackupd pausing on change of client store markerChris Wilson2007-04-21
* Work around lack of pipe support in Win32 system() command (refs #3)Chris Wilson2007-04-21
* Don't fill in struct dirent.d_ino unless we've detected that it's Chris Wilson2007-04-21
* Add utility functions for running different types of syncs, set WindowsChris Wilson2007-04-21
* Comment out some tests that don't work on Win32 (refs #3)Chris Wilson2007-04-21
* Use #defined constants rather than hard-coded paths for launchingChris Wilson2007-04-21
* Compile fix, always include Test.h (refs #3)Chris Wilson2007-04-21
* Rearrange #includes in alphabetical order. (refs #3)Chris Wilson2007-04-20
* Don't log errors or throw exceptions when we get ERROR_NO_DATA, which justChris Wilson2007-04-20
* Add a warning that comparing locations with a final directory separatorChris Wilson2007-04-20
* Fix erroneous line break.Chris Wilson2007-04-20
* Added commentary to RaidFileDoesntExist exception.Chris Wilson2007-04-20