perkeep/third_party
Fabian Wickborn 59a451c2dc Merge upstream goexif
This pulls the changes from the current HEAD of
https://github.com/rwcarlsen/goexif
(eb2943811adc24a1a40d6dc0525995d4f8563d08)

Notable changes:
- Removed explicit panics in favor of error returns
- renamed TypeCategory to Format and made format calculated upon
  decoding rather than repeatedly for every format call
- Merged contributions from Camlistore (exif.LatLong(), exif.DateTime()
  etc.)
- Change String method to just return the string value - and don't have
  square brackets if only a single value
- add separate Int and Int64 retrieval methods
- Doc updates

Minor changes in camlistore.org/pkg/* were neccessary to reflect
changes in the API (handling of returned errors) and in names of
exported fields and methods.

Change-Id: I50412b5e68d2c9ca766ff2ad1a4ac26926baccab
2014-09-17 10:40:38 +02:00
..
bazil.org/fuse third_party: Update bazil.org/fuse 2014-06-09 02:47:29 +00:00
closure Throttle updates to history so the URL bar doesn't flicker so much. 2014-01-20 12:00:04 -08:00
code.google.com/p oauth: fix Token.Expired 2014-08-25 18:58:18 -07:00
fontawesome Add FontAwesome. This will be used for icons in the UI. 2014-04-05 17:19:29 -07:00
github.com Merge upstream goexif 2014-09-17 10:40:38 +02:00
glitch Show server errors in the piggy menu. 2014-08-29 16:08:19 -07:00
go zip: add LastDataOffset field to zip.Writer. 2014-08-30 11:16:09 -07:00
labix.org/v2/mgo third_party/mgo: updated to rev 253 2013-12-13 00:51:30 +01:00
less Adds less (CSS processor) v1.7.4 (Apache v2) 2014-09-03 22:22:56 -07:00
react Upgrade React to 0.10.0. 2014-05-02 19:10:09 -07:00
README move third_party README 2012-03-25 00:20:00 -07:00
rewrite-imports.sh third_party: Switch FUSE library to bazil.org/fuse 2014-01-24 13:28:08 -08:00
update.pl Remove unused third_party dep 2012-10-19 13:03:07 -07:00

README

External packages which Camlistore depends on.

These are not under Camlistore copyright/license.  See the respective projects
for their copyright & licensing details.

These are mirrored into Camlistore for hermetic build reasons, as well
as enabling local patching to work with an ever-changing upstream Go
project.  (not all projects will follow Go tip as closely)