perkeep/third_party
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
..
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 Let Camlistore build on Solaris 2014-08-28 14:26:11 +02:00
glitch Show server errors in the piggy menu. 2014-08-29 16:08:19 -07:00
go Checking in an unmodified copy of Go's archive/zip package. 2014-08-30 09:55:13 -07:00
labix.org/v2/mgo third_party/mgo: updated to rev 253 2013-12-13 00:51:30 +01: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)