summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix bbackupd choosing an invalid (too large) block size for large filesChris Wilson2007-04-28
* Fix getting files with uncertain size (over 2GB) from the store. FailureChris Wilson2007-04-28
* Improve error messages when Getting a file fails with an exception.Chris Wilson2007-04-28
* Fix formatting bugs. (refs #3)Chris Wilson2007-04-28
* Notify about full file uploads. (refs #3)Chris Wilson2007-04-28
* Improve log message for NotifyFileUploading(). (refs #3)Chris Wilson2007-04-28
* Don't fork to handle requests when running as a single process (veryChris Wilson2007-04-28
* Remove comments accidentally left in [1591]. (refs #3)Chris Wilson2007-04-28
* Make Daemon remember whether we're supposed to run in a single process,Chris Wilson2007-04-28
* Use ReadLoggingStream to log progress of file uploads. (refs #3)Chris Wilson2007-04-28
* 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