perkeep/pkg/jsonsign
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
..
signhandler Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
testdata
doc.go More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
jsonsign_test.go third_party,jsonsign: bump openpgp to 188:61c59dda830a 2014-02-09 01:04:36 +01:00
keys.go Merge "third_party,jsonsign: bump openpgp to 188:61c59dda830a" 2014-02-09 23:49:46 +00:00
sign.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
sign_appengine.go appengine: fix build issues 2013-08-11 19:42:57 +02:00
sign_normal.go appengine: fix build issues 2013-08-11 19:42:57 +02:00
verify.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00