summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Receiving a connection is not an error.Chris Wilson2007-11-04
* Fix compare output for missing local files which are on the store.Chris Wilson2007-11-04
* Compile fix for [1908].Chris Wilson2007-11-04
* Explicitly wait for sync to finish instead of assuming that 14 secondsChris Wilson2007-11-04
* Move sync helper functions from test/bbackupd to Test.h to share withChris Wilson2007-11-04
* Keep each test's log in a separate file for later review.Chris Wilson2007-11-03
* Remove all the extra newlines after the Fink message.Chris Wilson2007-11-03
* Log something before checking open file descriptors, to ensure thatChris Wilson2007-11-03
* Log stderr output in the test log file, and don't delete it at theChris Wilson2007-11-03
* Log exactly which file descriptors have been left open and what they are.Chris Wilson2007-11-03
* sigemptyset() is a macro on OSX 10.3, so don't prepend ::Chris Wilson2007-11-03
* Bite the bullet and use sigaction() instead, since [1803] shows thatChris Wilson2007-10-22
* Re-merge the good bits of [1873] with James' suggested improvements.Chris Wilson2007-10-20
* Compile fix for MSVC (Gary) (merges [1861])Chris Wilson2007-10-17
* Make detailed timer debugging work on Windows as well.Chris Wilson2007-10-17
* Use the specified service name when installing and removing the service.Chris Wilson2007-10-17
* Add "-h" and "/?" options to display usage in Daemon.Chris Wilson2007-10-17
* Use Daemon's delegated option processing instead of our own hacks.Chris Wilson2007-10-17
* Record the exit status of the daemon when running as a service, andChris Wilson2007-10-17
* Make Main(), GetOptionString() and ProcessOption virtual so that theyChris Wilson2007-10-17
* Report more useful error messages on connect() failure on Windows. Chris Wilson2007-10-17
* Compile fix. (merges [1850])Chris Wilson2007-10-17
* Refactor out command-line option processing, so that it can be extendedChris Wilson2007-10-17
* Fix compilation on MinGW. Not yet actually used on MinGW due to theChris Wilson2007-10-17
* Undo bad changes (not all exclude options take a regex). (merges [1847])Chris Wilson2007-10-17
* Add James O'Gorman's NotifySysAdmin.vbs script to client parcel on Chris Wilson2007-10-17
* Windows notify script logs an error in the System Event Log if sending Chris Wilson2007-10-17
* Added function to set the named pipe name, for use by any test which Chris Wilson2007-10-17
* Remove default pipe name to prevent applications from using it. (merges Chris Wilson2007-10-17
* Don't disable logging on Win32 console. (merges [1834])Chris Wilson2007-10-17
* Prepend the system-required prefix to the named pipe name from theChris Wilson2007-10-17
* Pass the command socket name from the configuration to Chris Wilson2007-10-17
* Don't initialise the command socket thread (on Win32) until theChris Wilson2007-10-17