Values in the kvstore are raw byte arrays, not strings.
[bluesky.git] / bluesky / s3store.c
2010-01-26 Michael VrableClean up logging in storage layer.
2010-01-11 Michael VrableAdd a new option to make caching writethrough instead...
2009-12-03 Michael VrableDrop some debugging messages.
2009-11-22 Michael VrableAdd reference counting to asynchronous storage operations.
2009-11-20 Michael VrableRework the storage interface so that operations are...
2009-11-18 Michael VrableS3Store cleanup.
2009-11-18 Michael VrableBetter checks for non-existent inodes.
2009-11-18 Michael VrableClean up code using bluesky_string_from_gstring.
2009-11-18 Michael VrableFix the S3Store get operation to handle arbitrarily...
2009-11-18 Michael VrableAllow storse to S3 to execute in the background, in...
2009-11-03 Michael VrableMove encryption into S3 backend.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-09-04 Michael VrableAdd pluggable support for multiple storage backends.
2009-09-01 Michael VrableCMake reorganization.