perkeep/pkg/blobserver/localdisk
Tamás Gulácsi 97520583b8 Use 'uint32' instead of 'int64' for blob sizes everywhere.
Not just in blob.SizedRef, but in blobserver.Fetch and
blobserver.FetchStreaming, too.
Blobs have a max size of 10-32 MB anyway, and the index.Corpus is now using
uint32 to save memory.

Change-Id: I1172445c2f9463fdaee55bfe0f1218d44be4aa53
2014-02-08 17:58:12 +01:00
..
enumerate.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00
enumerate_test.go Start of new context package and *context.Context type. 2013-12-02 13:20:51 -08:00
generation.go Get rid of QueueCreator and all its associated complexity. 2013-11-22 14:33:31 -08:00
localdisk.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00
localdisk_test.go Finish implementing storagetest 2013-12-01 21:05:37 +01:00
path.go localdisk: change hashing structure 2013-11-28 16:33:01 -08:00
path_test.go localdisk: change hashing structure 2013-11-28 16:33:01 -08:00
receive.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00
receive_posix.go Get rid of QueueCreator and all its associated complexity. 2013-11-22 14:33:31 -08:00
receive_windows.go Get rid of QueueCreator and all its associated complexity. 2013-11-22 14:33:31 -08:00
stat.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00
upgrade32.go localdisk: cleanup temp files in migration, clean dirs better 2013-11-28 21:22:00 -08:00