perkeep/pkg/schema
Brad Fitzpatrick 1be26ea3a4 schema: rewrite FileReader.LoadAllChunks, delete GetChunkOffsets
LoadAllChunks is now written in terms of ForeachChunk and is bounded.

GetChunkOffsets was never meant to be exported and was unused elsewhere.
It's now unused entirely.

Change-Id: I0653385fe805fda721e0b45ea0a17d9839c3ba6e
2014-08-29 15:26:36 -07:00
..
nodeattr foursquare: some attributes cleanup 2014-07-31 01:50:36 +02:00
testdata schema: use GPS location to find timezone from EXIF when UTC offset is unknown 2014-07-13 10:26:54 -07:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
blob.go pkg/schema, cmd/camget, cmd/camput: Support sockets. 2014-05-21 18:51:14 +03:00
dirreader.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
fileread_test.go schema: add FileReader.ForeachChunk 2014-08-29 14:51:33 -07:00
filereader.go schema: rewrite FileReader.LoadAllChunks, delete GetChunkOffsets 2014-08-29 15:26:36 -07:00
filewriter.go Fixed some formatting functions that were called with invalid number/type of arguments. 2014-07-01 12:48:33 +02:00
filewriter_test.go schema: fix a race on errors in FileReader.GetChunkOffsets, add tests 2013-09-22 13:10:16 +01:00
lookup.go fs: implement fuse owner/groups 2012-04-29 10:03:07 +10:00
schema.go Change strutil.StringFromBytes to depend on Go 1.3. 2014-08-14 12:59:54 -07:00
schema_darwin.go schema: lot of Blob/Builder work, and kill schema.Map. 2013-01-21 20:56:12 -08:00
schema_linux.go schema: lot of Blob/Builder work, and kill schema.Map. 2013-01-21 20:56:12 -08:00
schema_posix.go schema: lot of Blob/Builder work, and kill schema.Map. 2013-01-21 20:56:12 -08:00
schema_test.go schema: add test of time.ParseInLocation with UnknownLocation 2014-07-24 13:44:31 -07:00
sign.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
sign_test.go schema: integrate with the jsonsign package. 2013-10-21 22:08:45 -07:00