Commit Graph

4 Commits

Author SHA1 Message Date
Brad Fitzpatrick ceb5dcb504 Update third_party/go/pkg/archive/zip to hg rev afc7e22420ce:
Change-Id: I74b92ed2cbee0c963df2adc8f7e85ac69e3162e1
changeset:   20991:afc7e22420ce
user:        Brad Fitzpatrick <bradfitz@golang.org>
date:        Sun Aug 31 21:32:13 2014 -0700
summary:     archive/zip: add Writer.Flush
2014-09-07 13:22:29 -07:00
Brad Fitzpatrick 9e0065fe8d zip: add LastDataOffset field to zip.Writer.
For blobpacked.

Change-Id: I23c325d945b0eff2ec8f47259bc527f1d4f6031f
2014-08-30 11:16:09 -07:00
Brad Fitzpatrick 2fbb26f9bb Checking in an unmodified copy of Go's archive/zip package.
The import is happening at hg 47de34bbcca1 but the last modification
of the package was at:

changeset:   20518:8ab50c14cd95
user:        Brad Fitzpatrick <bradfitz@golang.org>
date:        Mon Aug 04 16:12:55 2014 -0700
summary:     archive/zip: accept bogus trailing zeros in extras

... which will go into Go 1.4.

We don't need that fix in Camlistore, but rather we need additional
data about the state of the *zip.Writer while it's writing.  So this
is a pristine import in preparation for future changes so the changes
will be easy to see in the history, in case we want to move the
changes to the Go standard library (likely). But Go goes into 1.4
freeze in two days and it's the weekend.

Change-Id: I07117b7c5a7f58bd1e8abf6227c5fb0fa8047fa3
2014-08-30 09:55:13 -07:00
Bill Thiede c919f12cf1 jpeg: import images/jpeg from go tip.
Imported @ version:

  parent: 20306:04c9a977b540 tip
   runtime: make runtime·usleep and runtime·osyield callable from cgo callback
  branch: default
  commit: (clean)
  update: (current)

Addresses https://camlistore.org/issue/463

Change-Id: I5a38144cb944f6474085d305f86bd2231d7fb0a2
2014-07-02 21:22:02 -07:00