perkeep/pkg
Govert Versluis 96637ffcd3 pkg/blobserver/mongo: Add support for blob storage in MongoDB
Related changes:
Split docker-related test-helper functions from pkg/sorted/mongo.
These helper functions are now also used in the pkg/blobserver/mongo
tests too.
Also fixed a typo in a comment in pkg/blob/fetcher.go and a missing variable in
debug output in pkg/blobserver/storagetest/storagetest.go

Addresses http://camlistore.org/issue/127

Change-Id: I8b6f57f9ced066d6f83788fdcc87be6619c65c3c

Conflicts:
	pkg/blob/fetcher.go
2014-03-22 12:36:59 -07:00
..
auth Change the upload protocol. 2014-01-04 20:24:58 -08:00
blob pkg/blobserver/mongo: Add support for blob storage in MongoDB 2014-03-22 12:36:59 -07:00
blobserver pkg/blobserver/mongo: Add support for blob storage in MongoDB 2014-03-22 12:36:59 -07:00
buildinfo buildinfo: add func TestingLinked 2014-02-23 09:21:11 -08:00
cacher Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
camerrors camerrors: rename MissingKeyBlob to ErrMissingKeyBlob 2014-01-13 20:09:54 -08:00
client gofmt 2014-03-20 12:29:45 -07:00
cmdmain cmdmain, camput: PreExit should always run, not just in verbose mode 2014-02-27 20:47:15 -08:00
constants Move defaultMaxResizeBytes to pkg/constants 2014-01-06 08:08:47 -08:00
context importer: use context.Context instead of Interrupt type 2014-03-21 12:27:06 -07:00
errorutil
fault fault: new package for fault injection 2014-03-16 19:27:40 -07:00
fileembed genfileembed: touch the file modtime, even if contents are same, but it's old 2014-02-27 21:00:01 -08:00
fs Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
gc New 'gc' package, implementing a generic garbage collector. 2014-01-11 21:41:53 -08:00
geocode httputil: add DecodeJSON and CloseBody helpers, then use them everywhere 2014-01-28 22:00:52 -08:00
googlestorage googlestorage: don't use host configuration during tests 2014-02-23 10:04:48 -08:00
httputil httputil: add IsWebsocketUpgrade, fix BadRequestError inconsistency 2014-02-03 20:24:45 -05:00
images gofmt 2014-03-20 12:29:45 -07:00
importer Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-03-21 13:57:07 -07:00
index publish: use generic queries 2014-03-18 17:26:29 +01:00
jsonconfig
jsonsign Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
kvutil kvutil: add VerifyDb*, use kvutil in sorted 2014-03-20 01:21:27 +01:00
leak leak: fix racy test 2014-02-25 16:06:56 -08:00
lru
magic pkg/tests: Warn about deprecation of asserts.* functions in pkg description. 2014-02-19 10:42:29 +03:00
media pkg/index: Index audio duration. 2014-01-25 10:40:06 -08:00
misc s3: do some retries in ListBucket, to work around Amazon-vs-Go's HTTP/TLS bug 2014-03-17 22:59:02 -07:00
netutil netutil: add little AwaitReachable func 2014-02-09 19:55:36 -08:00
osutil osutil: fail if tests access host paths 2014-02-23 10:59:56 -08:00
publish
readerutil gofmt 2014-03-20 12:29:45 -07:00
rollsum gofmt 2014-03-20 12:29:45 -07:00
schema pkg/schema: Move two non-utf8-handling utility funcs to schema.go. 2014-03-15 07:39:08 +03:00
search search: escape r.AttrFilter in ClaimsRequest.URLSuffix 2014-03-19 14:59:13 -07:00
server gofmt 2014-03-20 12:29:45 -07:00
serverinit Merge "Add kv queue to google drive / google cloud storage sync handlers" 2014-03-21 18:47:44 +00:00
singleflight
sorted pkg/blobserver/mongo: Add support for blob storage in MongoDB 2014-03-22 12:36:59 -07:00
strutil strutil: ContainsFold 2014-01-10 16:49:13 -08:00
syncutil Added syncutil.Once 2014-01-25 12:04:47 -08:00
test pkg/blobserver/mongo: Add support for blob storage in MongoDB 2014-03-22 12:36:59 -07:00
throttle throttle: actually compile. 2014-01-08 19:55:24 -08:00
types Picasa: add importer. 2014-03-17 10:52:51 +01:00
webserver webserver: also log req.RemoteAddr in verbose mode 2014-01-28 12:31:20 -08:00
.gitignore