Re: Thoughts on initial implementation to use libarchive?

2018-03-02 Thread Benjamin Mahler
Having both decompress.hpp and gzip.hpp seems unfortunate, can you look into unifying them? The latter is an existing library that provides the following: -In-memory gzip compression and de-compression

Re: Thoughts on initial implementation to use libarchive?

2018-03-02 Thread Jie Yu
Jeff, I looked a brief look, this looks great! 1. Is the API reasonable, more or less? Yeah, it looks reasonable to me. 2. Is the name of the API reasonable? Andy suggested namespace archive, > so you could do something like "archive::extract", but unfortunately > libarchive uses that with

Thoughts on initial implementation to use libarchive?

2018-02-28 Thread Jeff Coffler
Hi, We have a work item, https://issues.apache.org/jira/browse/MESOS-8064, which discusses programmatically decoding .tar, .tar.gz, .zip, and other common file compression schemes. I have an initial implementation for this (rough only), and I wanted to reach out to the development community