summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Initialise sync flags in WaitOnCommandSocket.Chris Wilson2014-04-12
* Add missing BackgroundTask headerChris Wilson2014-04-12
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Use shared code for logging options in bbackupctl and bbackupquery.Chris Wilson2014-04-09
* Refactor logging option processing out of Daemon class.Chris Wilson2014-04-09
* Improve error message when fatal exception aborts a command-line tool.Chris Wilson2014-04-09
* Improve error messages when FileHandleGuard fails to open a file.Chris Wilson2014-04-09
* Add a status command to bbackupctl.Chris Wilson2014-04-09
* Remove NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
* Add a capturing logger.Chris Wilson2014-04-09
* Add a guard that can temporarily add a Logger to the logging system.Chris Wilson2014-04-09
* Remove the global logging level.Chris Wilson2014-04-09
* Directories' entries in parent directory should track current size.Chris Wilson2014-04-09
* Add some test helper _OR macros to execute commands when conditions fail.Chris Wilson2014-04-09
* Replace magic numbers with named constants for readability.Chris Wilson2014-04-09
* Add a Reopen method to BackupProtocolLocal2 for convenience.Chris Wilson2014-04-09
* Add a utility to check account for errors, expecting that there are some.Chris Wilson2014-04-09
* Fix a (currently cosmetic) bug in BackupProtocolLocal2 account ID.Chris Wilson2014-04-09
* Don't require passing the object ID into BackupStoreContext::SaveDirectory.Chris Wilson2014-04-09
* Add a static GetMessage() to BackupProtocolError.Chris Wilson2014-04-09
* Support microsecond timestamps for files on Linux.Chris Wilson2014-04-09
* Don't pass AttributesModTime as the hash of the new directory's attributes.Chris Wilson2014-04-09
* Fix an exception checking refcounts in housekeeping.Chris Wilson2014-03-02
* Whitespace, comments and log messages cleanups.Chris Wilson2014-03-02
* Replace most of APPLY_DELTA macro with a new method.Chris Wilson2014-03-02
* Remove unnecessary link to HousekeepStoreAccount.oChris Wilson2014-03-02
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Use static_cast instead of C-style casts, for C++ style and safety.Chris Wilson2014-03-02
* Fix whitespace and comments, remove redundant code in protocol generator.Chris Wilson2014-03-02
* Add convenience macro for testing commands that return errors.Chris Wilson2014-03-02
* Fix memory leak in local protocol.Chris Wilson2014-03-02
* Add information about last exchange when wrong type of object received.Chris Wilson2014-03-02
* SpellingChris Wilson2014-03-02
* Adding a directory when over limit returns an error instead of crashing.Chris Wilson2014-03-02
* Add QueryCreateDirectory2 command.Chris Wilson2014-03-02
* Simplify codeChris Wilson2014-03-02
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Fix Clang warning about passing NULL as a string.Chris Wilson2014-02-27
* Check number of blocks used before the test that was failing.Chris Wilson2014-02-27
* Use an in-process BackupDaemon for some intercept tests.Chris Wilson2014-02-27
* Don't throw a wobbly while backing up if files don't exist.Chris Wilson2014-02-27
* Start converting MinGW instructions to 64-bit Cygwin.Chris Wilson2014-02-27
* Simplify exception handling by using std::auto_ptr.Chris Wilson2014-02-27
* Add extra checks for block counting during backup operations.Chris Wilson2014-02-27
* Fix crash in BackupStoreContext with no HousekeepingInterface pointer.Chris Wilson2014-02-27
* Shorthand check for deleted flag.Chris Wilson2014-02-27
* Fix buggy directory deletion by housekeeping.Chris Wilson2014-02-27
* Allow read-only account check without taking a write lock on account.Chris Wilson2014-02-27
* Test that deleting a directory doesn't leave errors in the store.Chris Wilson2014-02-27
* Use the new test utilities to remove some duplicate code.Chris Wilson2014-02-27