russross/blackfriday (BSD license, version 8cec3a8) parses and converts
markdown to HMTL.
shurcooL/sanitized_anchor_name (MIT license, version 11a20b7) generates
anchor names for HTML headings.
Change-Id: I475ec76a1a252354071abfbe2d9c97b234144b3e
Also, delete my old gce package from third_party and only use the
google metadata package (which my gce package became, and which was
also already vendored into third_party)
Fixes#596
Change-Id: I64fd6f1e9dc6f433466f91f81efd2ecbf039334f
From 13dfd8: 'Advertise 'h2' protocol, now that HTTP/2 is final.
We still advertise h2-14 too for a bit.'
Change-Id: Ic784937bf43c132c8a9259c50933839bedaef81a
fixes OOM errors, as reported in #414
Thanks to @hullerob for the heads up.
Also remove the test files because most of the tests are useless
without the sample data, which we don't ship.
Change-Id: Ia56b0184111d32a3c089785bf42cebb9b47af406
Includes:
commit f0f7876b264515bf0c86c37d78ab558d939b82b0
Author: Brad Fitzpatrick <brad@danga.com>
Date: Sat Jan 17 12:25:12 2015 -0800
Don't enforce SNI for now.
It was causing problems in development.
commit 36f7934bd38f22905a9eba016885fe04856ca4d1
Author: Brad Fitzpatrick <brad@danga.com>
Date: Sat Jan 17 12:24:34 2015 -0800
Be more verbose when rejecting connections; including which bogus ciphersuite.
commit 76847809286eae2e2f066cd3f88c8bc960a08dbd
Author: Brad Fitzpatrick <brad@danga.com>
Date: Sat Jan 17 12:23:24 2015 -0800
In curl integration test, include output along with non-zero exit status in failure message.
Change-Id: I5bc392586ba54fc83bc5e54b7b4c27ef25530e4c
commit af958b3ad4d6dd0ffe9599ea2351653ed45c2fe5
Author: Brad Fitzpatrick <brad@danga.com>
Date: Sat Jan 17 12:21:49 2015 -0800
Update curl in integration test Dockerfile to 7.40.0
And pin the nghttp2 version, and to something more modern.
Change-Id: Ie631b519b9ec9278b521598353730d1cfd4f8976
Change-Id: I2ec8bc049e27e63dce07cabe3529f96123181e40
I think these snuck in because not everyone has the client side git
hooks registered to check on misc/review.
Removed third_party/github.com/bradfitz/latlong/gen_test.go (per
review feedback)
Change-Id: Ide09d152b28157a043009d7285f1afd4a60ac9de
To be used as a sorted.KeyValue.
Upstrem version is 9bca75c48d6c31becfbb127702b425e7226052e3
I've removed some tests which would require github.com/onsi/gingko &Co.
Change-Id: I0ee50ca7d10a882b1c5ff73a81e52006e3554c4d
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
In the advent of github.com/camlistore/goexif to be closed, this
commit renames the goexif folder in third_party to match the
upstream on GitHub.
The affected import paths have been rewritten accordingly.
Change-Id: I5a8871efd01987944b7f5e93979307857ae16fe7
This pulls the changes from the current HEAD of
https://github.com/rwcarlsen/goexif
(rev cf045e9d6ba052fd348f82394d364cca4937589a)
Changes to goexif from upstream:
- Add support for reading Nikon and Canon maker notes
- Adds parser registration to exif package
- Renamed cmd to exifstat
- Renamed exported fields and methods in goexif/tiff
- adds support for bare tiff images. bug fix and minor cosmetics
- support pulling the thumbnail
- adds thumbnail support to exif pkg
- tiff defines DataType and constants for the datatype values
- Update covnertVals and TypeCategory to use new constants for DataType
- Renamed test data dir in exif tests
- created type+constants for raw tiff tag data types
Not merged from upstream:
- ~1 MB of test JPGs in goexif/exif/samples
Minor changes in camlistore.org/pkg/* were neccessary to reflect the
name changes in the exported fields and methods.
Change-Id: I0fdcad2d7b5e01e0d4160a5eb52b8ec750d353cf
The biggest obstacle is that syscall lacks Mkfifo on Solaris
(I've opened issue 8609 on Go for this).
Now I provide the same implementation for it as there is on Linux:
call Mknod.
github.com/cznic/fileutil needs IsEOF, so I've copied the plan9
(hole punching is stubbed out) implementation.
github.com/lib/pq: I've added solaris as a posix build tag.
Change-Id: Id667c488606a274849dc9b0af76abf1daeab5ad7
returned by the API was different (by one) than the number of
photos claimed in the top-level NumPhotos attribute.
Instead of relying in the NumPhotos attribute, just keep
requesting until we get a response with nothing in it.
This is also more robust against the (admitted edge-case of
the album contents changing while the importer is running.
Change-Id: Id928a6526e2805aa64e2e59828e2575235bcf9b9
commit 6fc9728c6d1f6a9cf3ed81763e8cdcad762ad060
Author: Bill Thiede <git@xinu.tv>
Date: Mon May 26 15:17:57 2014 -0700
Add NewReader to public API.
NewReader allows direct extraction of the embedded JPEG thumbnail found in
CR2 images, without first needing to decompress the thumbnail.
commit 3198f1193fd4f9eca7b1b0bd6645b94208128fa0
Author: Bill Thiede <git@xinu.tv>
Date: Sat May 24 20:25:46 2014 -0700
Doc cleanup and s/tiff/cr/ in error messages.
This library was forked from the tiff library, but is distinct. The error
messages should indicate that to aid in debugging.
Removed one limitation in package doc, more tests were added in commit
a67a1ab62fb3eb9e699f85116ab4e24b639de04e
Change-Id: I64c519f7cdd4a0b85fd7a2499c0bdcd76c02f2ce
Reorganizes common OAuth2 things into importer/oa2_importers.go
Rewrites CallbackURLParameters to return url.Values.
A controversial workaround for nil context has been left out,
and this may cause panic and will need a proper fix.
Change-Id: I0789f4732412aa559078ec2c6b6797925ab8cd05
from github.com/go-sql-driver/mysql at 9a7aa3606b82e2081a13a008ada88dfdb96c20fd
Context: http://camlistore.org/issue/428
Change-Id: Ia93ac35da02933bd03d2c6b7b8e5e549ba0472cb
Imports all images from all albums, and puts each image in its album.
Each album is linked under "Picasa (<username>)".
Tries to skip already imported files (check based on album/filename).
See Issue #391.
Change-Id: If00751671a429891c05bbe41f59c1421b2ff2de8
Add disc and mediaref (a hash of the audio portion of the
file).
Also relocate taglib code to
third_party/github.com/hjfreyer/taglib-go.
Change-Id: I58364f525b787484af894663125163095256d7c6