Revision imported:
commit 20cea4dfef0c0151bba0422a6244cc1d3e8292b1
Author: David Symonds <dsymonds@golang.org>
Date: Wed Oct 9 08:22:02 2013 +1100
Create a relative symlink for log files.
This matches what C++ does in practice, and permits this code to work
if -log_dir is a relative path.
Change-Id: Ifb81ae766ed5ab58fd45d3c7f485a065b01ec162
commit f06bdf9a8450aebe6dcf08ac52a647bcfffb8b6f
Author: Bill Thiede <git@xinu.tv>
Date: Sat Oct 12 19:16:59 2013 -0700
Add license header.
commit 565eba79fa95609ee512af90aa503ce6c87d101a
Author: Bill Thiede <git@xinu.tv>
Date: Sat Oct 12 18:59:58 2013 -0700
Add testing for CR2 files from other cameras.
Change-Id: I7decaf56e8c3fef882f303f1d8623f816ec3853a
This commit contains changes following the process documented in the new file
README.camlistore. Because we've used such and ad-hoc process managing this
directory in the past, we will need a followup commit that manually merges
changes that failed during 'git am'.
This change passes 'make presubmit' and a quick examination by running 'devcam
server' 'devcam put'ing some CR2 files and visiting /ui/.
camlistored logs some messages like:
2013/10/13 13:55:11 filename "RAW_CANON_50D.CR2" exif = 2008-09-17 15:13:40 +0000 UTC, <nil>
2013/10/13 13:55:11 filename "RAW_CANON_5DMARK2_PREPROD.CR2" exif = 2008-10-29 20:05:00 +0000 UTC, <nil>
And thumbnails are properly rotated in the web ui.
commit 6034d9ed8d1fd31a8b7e80ffe4acc2c47b3ffd25
Author: Bill Thiede <git@xinu.tv>
Date: Sun Sep 15 15:10:39 2013 -0700
Add support for TIFF based images, like CR2.
This adds detection for TIFF images and skips the steps of removing JPEG and
EXIF headers from the data before calling tiff.Decode.
commit 2cc61b08a74f782b8665442ee5977649d3109971
Author: mewmew <random0x00@gmail.com>
Date: Sat Jan 26 22:38:20 2013 +0100
tiff: Fix bug in convertVals, where floatVals was allocated more than once.
commit 8206b5bee50e1d6d7e3b6b385e4ef0ef6e029137
Author: Robert Carlsen <rwcarlsen@gmail.com>
Date: Wed Jan 23 15:08:48 2013 -0600
vetted fix from Fatal to Fatalf
commit 4347b209f9f0396dd2cca9dbf25cb7f519148ec4
Author: Robert Carlsen <rwcarlsen@gmail.com>
Date: Thu Jan 10 20:07:05 2013 -0600
analytics
Change-Id: If13a7dbacd35ee2a49315bacf2d7cfc7795c0cc2
Does a few things:
1) Adds gotaglib to third_party. If you'd like to review that, feel
free, though there's a bit of organization I'd like to do first.
2) Adds an "audioTag" key type.
3) Indexes wholerefs by various audio tags. Doesn't yet add a map from
wholeref to tags, but I can add that next.
Change-Id: I8e2a5bc27260086bad3351ac57973d1ac23cff44
of enumerating Drive files, needs to be fixed once Drive supports
range queries. Allows you to sync to /sto-googledrive/, but not from.
Change-Id: I6ac5ef02c5f51a6abdab5c207a3a5693c6bb8581
This command allows to selectively download from the closure library
repository the resources (.js, .css files) that are required by
the ui.
Change-Id: Ie506fe5bf0e74215d91ffbfc30ae72321b91c6c9
creation time from potential file metadata.
camput: add the -exiftime option that allows
the use of the above for -filenodes and -vivify.
Fixes: http://code.google.com/p/camlistore/issues/detail?id=77
Change-Id: I05d1af3d875bb984e47e06775fd149e5ed0ed7b1