summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* optlen could become bigger than sizeof(info) in future and that's OKChris 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
* Handle raidfile versioning better on low time accuracy systems.Chris Wilson2014-09-04
* Catch exceptions while executing store commands, and return an error message.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
* 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 poll timeout calculation for infinite timeouts.Chris Wilson2014-08-15
* Trivial white space fixes.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-08-15
* Add missing timeouts for network operations.Chris Wilson2014-08-15
* Improve readability of block checksum match message.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Compile fix for backwards compatibility code.Chris Wilson2014-08-15
* Add a TEST_PROTOCOL_ERROR_OR assertion.Chris Wilson2014-08-15
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15
* Trailing whitespace fixes.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-04-29
* Add a ToString method to IOStream and some subclasses.Chris Wilson2014-04-29
* Fix error when modifying a directory with missing entry in parent.Chris Wilson2014-04-29
* Add a comment explaining why we can't move detached dirs back into place.Chris Wilson2014-04-29
* Don't just eat the exception, rethrow it after logging details.Chris Wilson2014-04-25
* Add debugging code for when SendStream() fails during client command.Chris Wilson2014-04-18
* Fix compilation on Debian 7 (Wheezy) by including bsd/unistd.h.Chris Wilson2014-04-12
* Add missing BackgroundTask headerChris Wilson2014-04-12
* Poll command socket regularly during file uploads.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