summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Declare global std::string variables that hold extra arguments forChris 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
* Rearrange #includes in alphabetical order. (refs #3)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
* 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
* Add autogen_ClientException.o to testbbackupd extra objects, because itChris Wilson2007-03-24
* Test that bbackupd reports an error when the backup failed due to anChris Wilson2007-03-22
* Use unique name for compare log (refs #3)Chris Wilson2007-03-22
* Flush stdout after writing to it (refs #3)Chris Wilson2007-03-22
* Test expected behaviour for modifying a file without changing its modtime,Chris Wilson2007-03-22
* Improve output messages when waiting for daemon to start (refs #3)Chris Wilson2007-03-22
* Simplify wait code (refs #3)Chris Wilson2007-03-22
* Moved SendCommands(), HUPServer(), KillServer() to lib/server/ServerCommands.h.Chris Wilson2007-03-10
* Check for return code 3 (unreadable files) instead of return code 2Chris Wilson2007-03-10
* Check for exclude entries that end in a path separator, and log a warningChris Wilson2007-01-16
* Compile fix for platforms without intercept capability (refs #3)Chris Wilson2006-12-29
* Added missing Makefile.extra to link against bbackupd objects, so that Chris Wilson2006-12-14
* Fixed a race condition caused by rescheduling in signal handler (refs Chris Wilson2006-12-03
* Make the timer test reliable by using nanosleep() instead of sleep(), Chris Wilson2006-12-03
* Added tests for keepalives while scanning large directories. (refs #3, Chris Wilson2006-12-03
* Added ability for delay intercepts to fire multiple times.Chris Wilson2006-11-28
* Added a test for diff termination if MaximumDiffingTime is exceeded Chris Wilson2006-11-27
* Added test for keepalives being sent (refs #9)Chris Wilson2006-11-26
* Moved intercept code to a library module to allow it to be used by Chris Wilson2006-11-26
* Fix memory leak false alarms caused by modifying static objects (refs #3)Chris Wilson2006-11-13
* Added tests for timers with zero interval, which should never expire Chris Wilson2006-11-13
* Fix scoping to ensure that objects which allocate memory via the Chris Wilson2006-11-13
* Added generic timer support classChris Wilson2006-11-06
* Remove double initialisation of winsock library. (refs #3)Chris Wilson2006-10-27
* Remove double initialisation (now done in Chris Wilson2006-10-27
* Improved debugging when creation of sparse files fails. (refs #3)Chris Wilson2006-10-16
* Add test/bbackupd/testfiles/syncallowscript.pl to the list of Perl filesChris Wilson2006-10-16