perkeep/pkg/server
Brad Fitzpatrick bf94a73859 Get rid of SeekFetcher vs StreamingFetcher distinction and complexity.
StreamingFetcher is now just Fetcher, and its FetchStreaming is now
just Fetch.

SeekFetcher is gone. Blobs are max 16 MB anyway, so we can slurp to
memory when needed. The main thing that cared about SeekFetcher
was the GET handler, ServeBlobref, because http.ServeContent needed
one for range requests. That's rewritten in an earlier commit, using
the FakeSeeker from another earlier commit.

Lot of code got simpler as a result.

Change-Id: Ib819413e48a8f9b8d97f596d0fbf771dab211f11
2014-03-14 12:29:13 -07:00
..
doc.go More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
download.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
favicon.ico Add a favicon to the server. 2013-01-12 21:25:55 -08:00
fileembed.go Remove CAMLI_DEV_UI_FILES and last zembed file. 2013-06-20 13:44:30 -07:00
filetree.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
image.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
publish.go Move defaultMaxResizeBytes to pkg/constants 2014-01-06 08:08:47 -08:00
publish_test.go Include camliPath attributes as members from DescribedBlob.Members 2013-12-18 13:53:00 +01:00
root.go ui: Add QR code for configuring mobile clients. 2014-02-21 19:58:54 -08:00
root_appengine.go appengine: fix build issues 2013-08-11 19:42:57 +02:00
root_normal.go Work around lack of cgo when cross-compiling to arm. 2013-11-16 22:22:48 -08:00
share.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
share_test.go Clean up testing in share_test.go 2013-09-24 11:49:17 -07:00
status.go Fix two jsonconfig.Obj used without calling its Validate method 2013-09-22 16:03:47 -07:00
sync.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
thumbcache.go Thumbnail cleanups and let the meta map persist on disk with a sorted.KeyValue 2013-12-14 09:37:56 -08:00
ui.go camtool sync: warn when src and dest have different identities 2014-03-01 23:47:49 +01:00
uploadhelper.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
wizard-html.go wizard: cosmetic changes and clean up 2013-06-11 16:48:53 +02:00
wizard.go Remove the memIndex option from genconfig and devcam; default memoryIndex to on. 2013-12-11 12:20:22 +04:00
zip.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00