perkeep/pkg/client
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
..
android Add android camput pre-exit hook. 2014-01-30 17:29:28 +01:00
client.go camtool sync: warn when src and dest have different identities 2014-03-01 23:47:49 +01:00
config.go pkg/client: Fix ignored files matching. 2014-03-04 17:30:50 +03:00
config_test.go pkg/client: fix method to find a server in the config 2014-01-07 18:52:48 -08:00
enumerate.go client: better enumerate docs 2014-03-01 11:48:20 -08:00
get.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
ignored_test.go client: don't call osutil.HomeDir during test. 2014-02-23 09:34:16 -08:00
remove.go client: add NewStorageClient 2014-02-07 10:59:23 -08:00
stat_test.go httputil: add DecodeJSON and CloseBody helpers, then use them everywhere 2014-01-28 22:00:52 -08:00
stats.go client: move stats stuff to stats.go 2012-11-07 21:11:12 -06:00
upload.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00