Posted
over 9 years
ago
by
chris
Reset NamedLock? file descriptor immediately after closing.
Otherwise, if we fail to unlink the lockfile, we will try to close it again,
which will fail because it's already closed, and we'll never get around to
unlinking it.
|
Posted
over 9 years
ago
by
chris
Whitespace, layout and comment cleanups.
|
Posted
over 9 years
ago
by
chris
Add configurable timeouts and HEAD request support to S3 client.
Allow getting the Content-Length of an HTTPResponse object.
|
Posted
over 9 years
ago
by
chris
Improve exception handling on backup store side.
Add a new exception code to represent an object being completely missing (not
found on the store at all), separate from not being found in a particular
directory.
Improve mapping of server-side
|
Posted
over 9 years
ago
by
chris
Fix memory leak tracking of calloc() allocations
|
Posted
over 9 years
ago
by
chris
Add a BackupStoreFile? encoding streaming verifier
|
Posted
over 9 years
ago
by
chris
Allow moving a CollectInBufferStream?'s contents to another one
|
Posted
over 9 years
ago
by
chris
Allow releasing a MemoryBlockGuard?
|
Posted
over 9 years
ago
by
chris
Whitespace cleanup
|
Posted
over 9 years
ago
by
chris
Fix random failures of testbbackup test_backup_pauses_when_store_is_full.
Stop the client while waiting for housekeeping, to ensure that it doesn't
prevent housekeeping from running and cause the test to fail.
|