7 Commits
Author SHA1 Message Date
Alban Crequy a07bdc34b9 version: bump to v0.5.6 2015-05-28 17:27:21 +02:00
Jonathan Boulle 6607d48103 *: add license header where missing 2015-05-26 18:44:41 -07:00
Simone Gotti 2c66843cc1 aci: extract tar in chroot
this introduces tar extraction inside a chroot. This is done spawning a
new process. Instead of creating a new executable (difficult to find,
package etc...) it adds the concept of a multicall process (like busybox).

Now a new multicall command "extracttar" is added.
tar.ExtractTar executes this new command passing a pipe to send the
filesMap and the tar contents to stdin.

The incomplete "insecure link" checks are removed from the the tar
functions.  Additionally these functions are now not exported and the
extraction directory is always the root directory.
2015-05-26 23:40:36 +02:00
Brandon Philips 40ced98c32 version: bump to v0.5.5 2015-05-01 19:16:44 -04:00
Jonathan Boulle c8a7050a88 version: bump to v0.5.4 2015-04-23 10:39:30 -07:00
Jonathan Boulle e5eeaef5e3 store: rename ds -> s
ds was a legacy name reflecting the store was once DownloadStore
2015-04-20 16:47:44 -07:00
Jesse Dubay 99218f8676 cas: rename to store
The cas package implements more than just a CAS, so this patch gives it
a suitably generic name.

Fixes #707
2015-04-07 18:05:03 -07:00