summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add logging to S3Client about connection reuseChris Wilson2015-08-29
* Set network timeout in S3Client.Chris Wilson2015-08-29
* Improve exception messages in HTTPRequest as wellChris Wilson2015-08-29
* Fix warnings when compiling with MinGW64 headers.Chris Wilson2015-08-29
* Disable HTTP keepalive for now because we don't support it properlyChris Wilson2015-08-29
* Increase S3Simulator HTTP timeout to aid debuggingChris Wilson2015-08-29
* Improve exception messages when reading an HTTPResponseChris Wilson2015-08-29
* Fix check for existing BackupStoreInfo file on S3 storesChris Wilson2015-08-29
* Whitespace, import order and comment fixesChris Wilson2015-08-29
* Allow verifying a BackupStoreFile without closing underlying streamChris Wilson2015-08-29
* Add missing header include.Chris Wilson2015-08-23
* Reset NamedLock file descriptor immediately after closing.Chris Wilson2015-08-15
* Whitespace, layout and comment cleanups.Chris Wilson2015-08-15
* Add configurable timeouts and HEAD request support to S3 client.Chris Wilson2015-08-15
* Improve exception handling on backup store side.Chris Wilson2015-08-15
* Fix memory leak tracking of calloc() allocationsChris Wilson2015-08-08
* Add a BackupStoreFile encoding streaming verifierChris Wilson2015-08-07
* Allow moving a CollectInBufferStream's contents to another oneChris Wilson2015-08-07
* Allow releasing a MemoryBlockGuardChris Wilson2015-08-07
* Whitespace cleanupChris Wilson2015-08-07
* Handle generic exceptions by returning an Error message with correct Type.Chris Wilson2015-08-06
* Improve error message when TEST_PROTOCOL_ERROR_OR() fails.Chris Wilson2015-08-06
* Fix return types for integer function to be integersChris Wilson2015-08-06
* Shorten minimum sleep while waiting for test daemons to dieChris Wilson2015-08-06
* Fix StartClient() to store new pid correctlyChris Wilson2015-08-06
* Compile fixChris Wilson2015-07-31
* Add S3Store account creation.Chris Wilson2015-07-31
* Fix ServerStream logging too many messages when waiting for a child to die.Chris Wilson2015-07-31
* Fix S3Simulator daemon name, and hence memleaks filename.Chris Wilson2015-07-31
* Add HTTP request logging to S3Simulator.Chris Wilson2015-07-31
* Add a method on S3Client to check HTTPResponse for errors.Chris Wilson2015-07-31
* Fix S3Client handling of "Connection: close" responses.Chris Wilson2015-07-31
* Add utility methods to HTTPRequest and HTTPResponse classes.Chris Wilson2015-07-31
* Refactor to allow sharing code for starting and stopping daemons in tests.Chris Wilson2015-07-31
* Move InvalidConfiguration exception to CommonException.Chris Wilson2015-07-31
* Refactor BackupStoreInfo to allow creating them without RaidFiles.Chris Wilson2015-07-31
* Add AccountNumber to list of config keys checked at runtime.Chris Wilson2015-07-31
* Move load_config_file to Test.cpp to allow reuse.Chris Wilson2015-07-25
* Remove duplicate declaration of test functions.Chris Wilson2015-07-25
* Refactor BackupStoreInfo to allow loading from any IOStream.Chris Wilson2015-07-19
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Add configuration keys for S3 store type.Chris Wilson2015-06-28
* Refactor store account control to allow other store types.Chris Wilson2015-06-28
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Allow MemoryBlockGuard to guard a block passed in (already malloced).Chris Wilson2015-06-10
* Add support for optional items in Archives.Chris Wilson2015-06-10
* Add missing timeouts to Archive Read() calls.Chris Wilson2015-06-10
* Fix logging of NamedLock acquisition for O_EXLOCK method.Chris Wilson2015-06-10
* Add usage example for -L option, showing how module names were compiled inChris Wilson2015-06-10
* Initialise ModificationTime when uploading complete file.Chris Wilson2015-06-10