summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'master' of /home/chris/projects/2004/boxi/bb-gitChris Wilson2014-10-31
* Repair the refcount database while checking accounts for errors.Chris Wilson2014-10-31
* Refactor handling of exceptions in protocol server command executors.Chris Wilson2014-10-31
* Delay daemon startup while it's not being used, for clarity.Chris Wilson2014-10-31
* Add a test that temporary and permanent refcount dbs are independentChris Wilson2014-10-31
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Minor test fixes to testbbackupd.Chris Wilson2014-09-18
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Add test for disappearing directory causing attempt to upload an empty stream.Chris Wilson2014-09-18
* optlen could become bigger than sizeof(info) in future and that's OKChris Wilson2014-09-18
* Move MockClientContext and MockBackupDaemon up in testbbackupd fileChris Wilson2014-09-18
* Add a function to compare a backup using a local protocolChris Wilson2014-09-18
* Add check for trying to ReceiveStream when no stream availableChris Wilson2014-09-18
* Update comment to match current method nameChris Wilson2014-09-18
* Fix formatting of subsecond timestamps in log messagesChris Wilson2014-09-18
* Add check for tracking the same memory block twiceChris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Increase built-in backtrace length from 10 to 20.Chris Wilson2014-09-04
* Major refactor of testbbackupd.Chris Wilson2014-09-04
* Add missing timeouts in StreamableMemBlock::Set and testbbackupd.Chris Wilson2014-09-04
* Add a std::string GetLine() to IOStreamGetLine.Chris Wilson2014-09-04
* Fix error in BufferedStream::StreamDataLeft.Chris Wilson2014-09-04
* Fix tests broken by changing working directory.Chris Wilson2014-09-04
* Improve directory cache messages in BackupStoreContext.Chris Wilson2014-09-04
* Reinstate the -o and -d options to bbackupquery list.Chris Wilson2014-09-04
* Add the new object ID to NotifyFileUploaded messages.Chris Wilson2014-09-04
* Handle raidfile versioning better on low time accuracy systems.Chris Wilson2014-09-04
* Allow changing exclude lists when reconfiguring BackupDaemon.Chris Wilson2014-09-04
* Catch exceptions while executing store commands, and return an error message.Chris Wilson2014-09-04
* Split test_multiple_uploads in two.Chris Wilson2014-09-04
* Add EstimatedBytesToUpload to NotifyFileUploadingPatch.Chris Wilson2014-09-04
* Refactor Timer reschedule to avoid second scan over timer list.Chris Wilson2014-09-04
* Refactor FileStream exception throwing.Chris Wilson2014-09-04
* Add support for all logging options in test executables.Chris Wilson2014-09-04
* Allow access to BackupDaemon's BackupClientContext for tests.Chris Wilson2014-09-04
* More use of functions to simplify testbbackupd.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.Chris Wilson2014-09-04
* Define setup and teardown functions and macros, and use them.Chris Wilson2014-09-04
* Backport Timers::Cleanup that's safe to use in test cleanup.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Define some functions to reduce duplication in testbbackupd.Chris Wilson2014-09-04
* Fix timing issue with bbackupd test for recovery after error.Chris Wilson2014-08-24
* Fix tests broken by bbackupquery list recursive option change.Chris Wilson2014-08-17
* Add option to sort results of bbackupquery ls command.Chris Wilson2014-08-15
* Improve commentChris Wilson2014-08-15
* Fix poll timeout calculation for infinite timeouts.Chris Wilson2014-08-15
* Add missing network operation timeouts to test/basicserver.Chris Wilson2014-08-15