| Commit message (Expand) | Author | Age | Files | Lines |
* | New archive_file_count() utility. | kientzle | 2009-12-28 | 1 | -2/+16 |
* | Minor whitespace adjustment to reduce diffs with libarchive.googlecode.com. | kientzle | 2009-03-07 | 1 | -1/+1 |
* | Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: | kientzle | 2009-03-06 | 1 | -0/+3 |
* | Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590 | kientzle | 2009-03-06 | 1 | -0/+1 |
* | Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualize | kientzle | 2009-03-05 | 1 | -2/+2 |
* | Style: tabs after #define | kientzle | 2008-12-06 | 1 | -2/+2 |
* | Use GCC-specific dead function markers only when using GCC. | kientzle | 2008-12-06 | 1 | -1/+8 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+1 |
* | Style: bare "unsigned" is deprecated, use "unsigned int" instead. | kientzle | 2007-04-02 | 1 | -4/+4 |
* | libarchive 2.0 | kientzle | 2007-03-03 | 1 | -175/+29 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Convert compression_skip from taking a size_t skip length request and | cperciva | 2007-01-04 | 1 | -1/+1 |
* | Correct spelling of "accommodate", "guarantee", "guaranteed", "guard", | cperciva | 2006-12-28 | 1 | -2/+2 |
* | Change the internal API for writing data to an entry; make the | kientzle | 2006-11-15 | 1 | -1/+1 |
* | Some minor corrections: | kientzle | 2006-09-05 | 1 | -1/+1 |
* | Use 'skip' when ignoring data in tar archives. This dramatically | kientzle | 2006-07-30 | 1 | -0/+2 |
* | Bump the maximum number of archive formats that can be | kientzle | 2005-11-08 | 1 | -1/+1 |
* | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | kientzle | 2005-09-24 | 1 | -1/+1 |
* | Style issue: Don't include <wchar.h> where it is not actually needed. | kientzle | 2005-09-10 | 1 | -2/+0 |
* | Remove the C99-specific __func__ that is one of the few barrier to | kientzle | 2005-06-01 | 1 | -15/+17 |
* | A number of improvements to ZIP support. | kientzle | 2005-04-06 | 1 | -0/+2 |
* | Ooops. ssize_t != int. <sigh> | kientzle | 2004-11-06 | 1 | -1/+1 |
* | Eliminate reliance on non-portable <err.h> by implementing a very | kientzle | 2004-08-14 | 1 | -0/+2 |
* | When writing "pax" format, readers are supposed to ignore fields | kientzle | 2004-07-26 | 1 | -2/+7 |
* | Clean up some consistent confusion between "dev" and "rdev." | kientzle | 2004-06-27 | 1 | -2/+5 |
* | Refactor the extraction code somewhat. In particular, | kientzle | 2004-06-03 | 1 | -2/+1 |
* | Refactor read_data: | kientzle | 2004-06-02 | 1 | -8/+10 |
* | Previously, restoring an archive with hardlinked files that had | kientzle | 2004-05-27 | 1 | -9/+2 |
* | Add hook for a client-provided progress callback to be invoked | kientzle | 2004-05-13 | 1 | -0/+2 |
* | Consistify: #define gets 1 tab character afterwards | kientzle | 2004-05-03 | 1 | -2/+2 |
* | Add statistics: track offset in compressed and uncompressed archive, | kientzle | 2004-04-28 | 1 | -0/+2 |
* | More work on ACLs: fix error in archive_entry's ACL parsing code, | kientzle | 2004-04-12 | 1 | -14/+1 |
* | Fix some issues with ACL handling: | kientzle | 2004-04-06 | 1 | -1/+0 |
* | Overhauled ACL support. This makes us compatible | kientzle | 2004-04-05 | 1 | -0/+16 |
* | Many fixes: | kientzle | 2004-03-19 | 1 | -34/+8 |
* | Many fixes. | kientzle | 2004-03-09 | 1 | -10/+1 |
* | Initial import of libarchive. | kientzle | 2004-02-09 | 1 | -0/+267 |