perkeep/pkg/schema
Felix Geller 036f8b19af pkg/index: Pass whole file for finding modtime when needed
When reading EXIF data for large tiff files, our optimistic
file prefix sometimes isn't enough and we need to pass in
the whole file. We already did this in several places (image
decoding and indexing), this change adds it for finding the
modtime (for which we try to use EXIF data when
available). It pulls common functionality out into a
separate func and changes the existing uses of this pattern
to make use of the func.

Change-Id: I2b786775f168f47f46fb5ac707e3744991139a21
2015-05-26 08:16:10 +12: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 fix SetShareSearch doc 2014-09-30 00:38:57 +02:00
dirreader.go DirReader.Readdir incorrectly logs the contents of err where it should really log the contents of res.err 2014-11-24 18:41:50 +01:00
fileread_test.go schema: modify ForeachChunk to give schema blob path, not just parent 2014-09-06 20:14:27 -07:00
filereader.go schema: modify ForeachChunk to give schema blob path, not just parent 2014-09-06 20:14:27 -07:00
filewriter.go Capture the file's lastModifiedDate provided by File API when uploading from the UI 2015-02-26 09:59:43 +01:00
filewriter_test.go schema: modify ForeachChunk to give schema blob path, not just parent 2014-09-06 20:14:27 -07:00
lookup.go fs: implement fuse owner/groups 2012-04-29 10:03:07 +10:00
schema.go pkg/index: Pass whole file for finding modtime when needed 2015-05-26 08:16:10 +12: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_public_test.go search: fix tests needing null around 2015-04-04 19:10:10 +02:00
schema_test.go Add -search argument to camput share. 2014-09-06 18:50:21 -07:00
sign.go client: log when GPG signatures mismatch 2015-01-12 14:06:22 +03:00
sign_test.go schema: integrate with the jsonsign package. 2013-10-21 22:08:45 -07:00