summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Check return value using the macro, because ::system works differentlyChris Wilson2007-04-06
* Use the old way to unzip files on win32/cygwin, since the pipe method Chris Wilson2007-04-06
* Disable interrupted restore test on Win32 (uses fork) Chris Wilson2007-04-06
* Disable symlink tests on win32. (refs #3, merges part of [623])Chris Wilson2007-04-02
* Test for restoring to a directory whose parent does not exist Chris Wilson2007-04-01
* Only include headers on systems which have themChris Wilson2007-03-25
* Win32 fixes (paths to executables, and don't try things that don't workChris Wilson2007-03-25
* Allow '/' as a path separator on all platforms, even Win32 (refs #3,Chris Wilson2007-03-25
* Close RaidFile before committing, so that commit can work on win32.Chris Wilson2007-03-25
* Use #defined paths for executables to remove win32/unix differences.Chris Wilson2007-03-25
* Fix spurious/suprious typos.Chris Wilson2007-03-25
* Use #defined paths for applications to fix cross unix/win32 compatibility.Chris Wilson2007-03-25
* Fix unix path to bbstored (refs #3)Chris Wilson2007-03-25
* Added precompiled output from message compiler, for those who don'tChris Wilson2007-03-24
* Indent cleanup (refs #3)Chris Wilson2007-03-24
* Merge new m4 from trunk. (refs #3, merges [1453])Chris Wilson2007-03-24
* Use logging framework to remove timer noise for those who don't want it.Chris Wilson2007-03-24
* Initialise logging framework and set our program name to Chris Wilson2007-03-24
* Add a quiet mode to compare command, to make test output easier to read.Chris Wilson2007-03-24
* Move all command socket communications to the worker thread, to avoidChris Wilson2007-03-24
* Compile fix to [1448] (refs #3)Chris Wilson2007-03-24
* Reformat long lines for readability. (refs #3, merges remainder of [1459])Chris Wilson2007-03-24