perkeep/pkg/blobserver
Brad Fitzpatrick f544114844 Fix diskpacked regression, add tests, start of storagetest.
Regressed from rev cb6f423e. Eventually pkg storagetest should test all methods of blobserver.Storage
for all storage target types.

Change-Id: I2c1c93b76fd9280a3eb429b1d71c64a693ed1ace
2013-11-30 13:06:04 -08:00
..
cond Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
diskpacked Fix diskpacked regression, add tests, start of storagetest. 2013-11-30 13:06:04 -08:00
encrypt encrypt: use key metaIndex for index, not meta; that was used. fixes devcam server. 2013-11-23 11:11:05 -08:00
gethandler Ditch App Engine ContextWrapper noise; add test that App Engine always compiles. 2013-08-21 18:51:10 -05:00
google Fix two jsonconfig.Obj used without calling its Validate method 2013-09-22 16:03:47 -07:00
handlers Get rid of QueueCreator and all its associated complexity. 2013-11-22 14:33:31 -08:00
local Add generation support for diskpacked. 2013-10-10 21:35:44 +02:00
localdisk localdisk: faster enumerate. 2013-11-29 20:53:46 -08:00
remote Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
replica Get rid of QueueCreator and all its associated complexity. 2013-11-22 14:33:31 -08:00
s3 Fix data races added in 161fc061d3 2013-10-10 19:54:23 -10:00
shard Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
stats Merge two copies of StatsReceiver into common location. 2013-09-22 11:19:10 +01:00
storagetest Fix diskpacked regression, add tests, start of storagetest. 2013-11-30 13:06:04 -08:00
blobhub.go blobserver: run blobhub receive hooks in parallel. 2013-11-24 17:12:56 -08:00
blobhub_appengine.go Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
blobhub_test.go sync: have handler register receive hook with its source. 2013-11-24 16:20:11 -08:00
doc.go Docs and minor cleanups 2013-07-07 16:09:17 -07:00
enumerate.go Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
interface.go Add BlobHub.AddReceiveHook; clean up docs, clarify how to use BlobReceiver. 2013-11-23 11:09:06 -08:00
mergedenum.go Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
noimpl.go Doc tweaks 2013-11-23 09:00:18 -08:00
receive.go sync: have handler register receive hook with its source. 2013-11-24 16:20:11 -08:00
receive_test.go Cleanup: remove BlobHub and time.Duration waits from storage interface 2013-08-21 13:57:28 -07:00
registry.go importer: initialize Host's search handler and blobserver target 2013-10-20 12:00:15 -07:00