| 2010-12-31 |
Tim Kientzle | Support --numeric-owner for tar extraction as well... |
commit | commitdiff | tree | snapshot |
| 2010-12-31 |
Michihiro NAKAJIMA | liblzma 5.0 provides a better solution for memory usage... |
commit | commitdiff | tree | snapshot |
| 2010-12-31 |
Michihiro NAKAJIMA | Prevent buffer over flow in decoding LZX when reading... |
commit | commitdiff | tree | snapshot |
| 2010-12-31 |
Tim Kientzle | If the size field is negative (which can happen with... |
commit | commitdiff | tree | snapshot |
| 2010-12-31 |
Tim Kientzle | Correctly format the value -9223372036854775808. |
commit | commitdiff | tree | snapshot |
| 2010-12-30 |
Michihiro NAKAJIMA | Add a lzh test data file in the distribution. |
commit | commitdiff | tree | snapshot |
| 2010-12-30 |
Michihiro NAKAJIMA | Prevent another infinity loop in ISO 9660 reader. |
commit | commitdiff | tree | snapshot |
| 2010-12-30 |
Michihiro NAKAJIMA | Fix a buffer over flow at reading bit lengths of huffma... |
commit | commitdiff | tree | snapshot |
| 2010-12-30 |
Michihiro NAKAJIMA | Make a check strict to SUSP CE extension. |
commit | commitdiff | tree | snapshot |
| 2010-12-30 |
Michihiro NAKAJIMA | Prevent inifity loop when reading broken CAB file. |
commit | commitdiff | tree | snapshot |
| 2010-12-30 |
Michihiro NAKAJIMA | Do not trust a compression type in CAB file. |
commit | commitdiff | tree | snapshot |
| 2010-12-29 |
Michihiro NAKAJIMA | Add the ability to decode LZX, which is one of compress... |
commit | commitdiff | tree | snapshot |
| 2010-12-25 |
Michihiro NAKAJIMA | Avoid compling error by mingw32-gcc. |
commit | commitdiff | tree | snapshot |
| 2010-12-24 |
Michihiro NAKAJIMA | Rename some macro names. Those conflict with macro... |
commit | commitdiff | tree | snapshot |
| 2010-12-24 |
Michihiro NAKAJIMA | Correct spelling. |
commit | commitdiff | tree | snapshot |
| 2010-12-23 |
Michihiro NAKAJIMA | Remove a check for archive_entry_mtime from cab reader... |
commit | commitdiff | tree | snapshot |
| 2010-12-23 |
Michihiro NAKAJIMA | Update how to make sample files for cab reader test. |
commit | commitdiff | tree | snapshot |
| 2010-12-22 |
Michihiro NAKAJIMA | Add support for Microsoft Cabinet(.cab) format. |
commit | commitdiff | tree | snapshot |
| 2010-12-20 |
Michihiro NAKAJIMA | Add support for lha/lzh archive format. |
commit | commitdiff | tree | snapshot |
| 2010-12-20 |
Tim Kientzle | Issue 124: Correct some references to getpwuid and... |
commit | commitdiff | tree | snapshot |
| 2010-12-17 |
Michihiro NAKAJIMA | Make sure a check of a filename in joliet extension... |
commit | commitdiff | tree | snapshot |
| 2010-12-16 |
Michihiro NAKAJIMA | Remove unneeded assignment. 'seenJoliet' has already... |
commit | commitdiff | tree | snapshot |
| 2010-12-16 |
Michihiro NAKAJIMA | Make sure a returned pointer is not NULL. |
commit | commitdiff | tree | snapshot |
| 2010-12-16 |
Michihiro NAKAJIMA | Fix a wrong scope to hex. |
commit | commitdiff | tree | snapshot |
| 2010-12-16 |
Michihiro NAKAJIMA | Remove dead code. |
commit | commitdiff | tree | snapshot |
| 2010-12-16 |
Michihiro NAKAJIMA | Avoid clang static analyze error at archive_entry_sparse.c |
commit | commitdiff | tree | snapshot |
| 2010-12-11 |
Tim Kientzle | Fix a test that breaks on systems where GID 17 is actually |
commit | commitdiff | tree | snapshot |
| 2010-12-07 |
Michihiro NAKAJIMA | Fix issue 119. |
commit | commitdiff | tree | snapshot |
| 2010-12-07 |
Michihiro NAKAJIMA | Fix issue 119. |
commit | commitdiff | tree | snapshot |
| 2010-12-07 |
Tim Kientzle | Rename archive_wstrappend_mbs to archive_wstrcpy_mbs... |
commit | commitdiff | tree | snapshot |
| 2010-12-07 |
Tim Kientzle | Merge r2814 from trunk: Fix Issue 121 |
commit | commitdiff | tree | snapshot |
| 2010-12-07 |
Tim Kientzle | Don't try to copy entry data if the entry has zero... |
commit | commitdiff | tree | snapshot |
| 2010-12-06 |
Michihiro NAKAJIMA | Properly set a wcs length. |
commit | commitdiff | tree | snapshot |
| 2010-12-05 |
Tim Kientzle | Clear the "contents" data before parsing the next mtree... |
commit | commitdiff | tree | snapshot |
| 2010-12-05 |
Tim Kientzle | First part of the NFS4 ACL support. |
commit | commitdiff | tree | snapshot |
| 2010-12-05 |
Tim Kientzle | Merge r2811 from trunk: Don't try to verify that compr... |
commit | commitdiff | tree | snapshot |
| 2010-12-05 |
Tim Kientzle | Don't assert that compression-level=0 produces larger... |
commit | commitdiff | tree | snapshot |
| 2010-12-05 |
Joerg Sonnenberger | Adjust cut-off condition to correctly return INT_MAX... |
commit | commitdiff | tree | snapshot |
| 2010-11-29 |
Tim Kientzle | Restore ACLs after calls to chmod(). |
commit | commitdiff | tree | snapshot |
| 2010-11-29 |
Tim Kientzle | Pass the ACL into set_acl(), not the entire entry. |
commit | commitdiff | tree | snapshot |
| 2010-11-29 |
Tim Kientzle | Pass the fd and name down into the ACL setting routine. |
commit | commitdiff | tree | snapshot |
| 2010-11-29 |
Tim Kientzle | Fix an annoying build problem where you could |
commit | commitdiff | tree | snapshot |
| 2010-11-29 |
Tim Kientzle | Add explicit arguments to set_acls() for the file descr... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Tim Kientzle | Refactor test_basic a bit, add checks to verify the... |
commit | commitdiff | tree | snapshot |
| 2010-11-25 |
Michihiro NAKAJIMA | Do not assume that all platforms have readdir_r function. |
commit | commitdiff | tree | snapshot |
| 2010-11-23 |
Michihiro NAKAJIMA | Allocate memory as much as we need in test_write_format... |
commit | commitdiff | tree | snapshot |
| 2010-11-23 |
Michihiro NAKAJIMA | Use readdir_r instead of readdir in directory traversals. |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Tim Kientzle | Include some missing test data files in the distribution. |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Tim Kientzle | Add a couple of files that were omitted from Makefile.am |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Tim Kientzle | Revert a change that was inadvertently picked up in... |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Tim Kientzle | Make sure 'tempdir' variable gets initialized correctly. |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Tim Kientzle | Move var declaration to the start of the function,... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Tim Kientzle | The other part of r2794. |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Tim Kientzle | Visual Studio 9 does not like this use of 'inline'. |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Tim Kientzle | Move the abstract ACL manipulations into a separate... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Tim Kientzle | Fix a typo in the cpio test. |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Tim Kientzle | Big string overhaul: |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Tim Kientzle | An ACL is a collection of ACEs. |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Tim Kientzle | Add %ls and %S to archive_string_sprintf() for formatti... |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Tim Kientzle | Strip the Windows-specific code out of the POSIX direct... |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Tim Kientzle | Split the archive_read_disk traversal into separate... |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Tim Kientzle | Issue 114: Remove duplicate include. |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Tim Kientzle | Issue 113: Include an error message when the size... |
commit | commitdiff | tree | snapshot |
| 2010-11-10 |
Tim Kientzle | Issue 94: When writing into an fd that's not seekable... |
commit | commitdiff | tree | snapshot |
| 2010-11-10 |
Tim Kientzle | Issue 113: When writing headers, return ARCHIVE_FAILED |
commit | commitdiff | tree | snapshot |
| 2010-11-07 |
Tim Kientzle | If we see junk when we're expecting a 'PK' signature |
commit | commitdiff | tree | snapshot |
| 2010-11-03 |
Tim Kientzle | Declare a function that was omitted. |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | Return NULL if there is no error message. |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | A test for r2769: Truncated compressed inputs should |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | Remove an outdated comment. |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | Allow failure(NULL) to clear the failure detail message. |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | __archive_write_filter returns a status, not a count... |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | Reconcile the test harnesses across libarchive, tar... |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | svn:ignore Mac OS .dylib files |
commit | commitdiff | tree | snapshot |
| 2010-10-31 |
Tim Kientzle | Include an actual text error message if the gzip, bzip2... |
commit | commitdiff | tree | snapshot |
| 2010-10-30 |
Tim Kientzle | Handle umask a little more carefully: Instead of setti... |
commit | commitdiff | tree | snapshot |
| 2010-10-26 |
Tim Kientzle | After removing support for writing SCHILY.dev/ino/nlink... |
commit | commitdiff | tree | snapshot |
| 2010-10-26 |
Tim Kientzle | Issue 112: Use int64_t for tracking total size of entry |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Tim Kientzle | Accept both '!' and '^' for a negated character class. |
commit | commitdiff | tree | snapshot |
| 2010-09-27 |
Brian Harring | fix a bug introduced in the last set of cleanups to... |
commit | commitdiff | tree | snapshot |
| 2010-09-27 |
Brian Harring | fix a read_ahead/consume pairing that was missed in... |
commit | commitdiff | tree | snapshot |
| 2010-09-27 |
Brian Harring | intercept dumb requests, and return immediately |
commit | commitdiff | tree | snapshot |
| 2010-09-27 |
Brian Harring | fix more read_ahead/consume pairings to ensure that... |
commit | commitdiff | tree | snapshot |
| 2010-09-25 |
Brian Harring | update iso archive for proper read_(ahead|consume)... |
commit | commitdiff | tree | snapshot |
| 2010-09-25 |
Brian Harring | update zip for proper read_(ahead|consume). |
commit | commitdiff | tree | snapshot |
| 2010-09-25 |
Brian Harring | cleanup xar's readahead/consume pairing... pretty clean... |
commit | commitdiff | tree | snapshot |
| 2010-09-25 |
Brian Harring | finish conversion over to tar_flush_unconsumed, and... |
commit | commitdiff | tree | snapshot |
| 2010-09-25 |
Brian Harring | more work to pair tar's readahead/consume; this still... |
commit | commitdiff | tree | snapshot |
| 2010-09-24 |
Brian Harring | initial cleanup of tar readahead/consume pairing; not... |
commit | commitdiff | tree | snapshot |
| 2010-09-24 |
Brian Harring | update raw w/ proper read_ahead/consume pairing |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | add a format level data skip to cpio |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | consume only when the read_ahead data is no longer... |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | hopefully the last ar mod needed; same thing as the... |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | replace an adhoc consume/skip invocation with a proper... |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | minor tweak; trust the unconsumed value returned back... |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | not hugely happy with the implementation (specifically... |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | fix another mispairing of read_ahead/consume |
commit | commitdiff | tree | snapshot |
| 2010-09-23 |
Brian Harring | correct a mismatch- you tell libarchive something is... |
commit | commitdiff | tree | snapshot |
| 2010-09-22 |
Brian Harring | fix an overlapping memcpy identified by valgrind; use... |
commit | commitdiff | tree | snapshot |
| 2010-09-22 |
Brian Harring | fix out of bounds access; confirm the size, than do... |
commit | commitdiff | tree | snapshot |
| next |