summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Store encryption info in single char of entryKonrad Kleine2013-09-182-13/+21
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-1796-47/+1794
* Removed compression_method struct typeKonrad Kleine2013-09-131-5/+3
* Simplified and fixed Zip compression method arrayKonrad Kleine2013-09-131-24/+22
* Added all Zip compression names from 6.3.3 formatKonrad Kleine2013-09-121-18/+42
* Fix chown line in shardump formatTony Morlan2013-09-031-0/+1
* Some more test cases around the "2 hours ago" concept.Tim Kientzle2013-09-031-0/+4
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2013-09-0379-647/+7995
|\
| * http://code.google.com/p/libarchive/issues/detail?id=325Tim Kientzle2013-07-121-4/+5
| * Rework the sign-extension to avoid left-shift ofTim Kientzle2013-06-291-11/+7
| * Merge pull request #32 from bamiaux/fix_win32_exclusive_read_accessTim Kientzle2013-04-132-5/+5
| |\
| | * Do not require exclusive read access when reading files under windowsBenoƮt Amiaux2013-01-042-5/+5
| * | Merge pull request #40 from juikim/masterTim Kientzle2013-04-131-2/+4
| |\ \
| | * | Do not overwrite file size if the local file header has valid file size.Jung-uk Kim2013-04-011-2/+4
| * | | Issue 314: A tar archive containing only a single 'g' recordTim Kientzle2013-04-104-0/+69
| * | | Expose the generic archive_free hookTim Kientzle2013-04-062-6/+14
| * | | If seek fails, fail the xar read. We should be able to do better than this.Tim Kientzle2013-04-061-4/+8
| |/ /
| * | Merge pull request #33 from xiw/overflowTim Kientzle2013-03-301-1/+1
| |\ \
| | * | Fix overflow checking in archive_entry_sparse_add_entry()Xi Wang2013-03-151-1/+1
| * | | Limit write requests to at most INT_MAX.Tim Kientzle2013-03-221-0/+5
| |/ /
| * | Fix test_archive_write_add_filter_by_name_lrzip test case.Andres Mejia2013-02-241-0/+10
| * | Allow the option to use no 2nd stage compression with lrzip.Andres Mejia2013-02-241-1/+6
| * | Initialize buff to all zeros.Andres Mejia2013-02-241-1/+1
| * | Fix test cases for LZO write support.Andres Mejia2013-02-241-8/+9
| * | write_raw support from Marek KubicaTim Kientzle2013-02-239-2/+336
| * | Fix compile warning due to -Wcast-qual.Andres Mejia2013-02-221-2/+4
| * | Fix compiler warning from compiling with clang.Andres Mejia2013-02-211-1/+1
| * | Add test case for adding pathnames with no leading './' in mtree format.Andres Mejia2013-02-211-0/+123
| * | mtree: fix line filename length calculation.Dave Reisner2013-02-211-2/+2
| * | style fixTim Kientzle2013-02-161-2/+2
| * | Merge pull request #38 from Leonidas-from-XIV/bugfix/optional-finish-entryTim Kientzle2013-02-161-3/+5
| |\ \
| | * | Made calls to the finish_entry callback optionalMarek Kubica2013-02-171-3/+5
| * | | Redo the strings sorting function, allocate/free memory as needed.Andres Mejia2013-02-091-14/+40
| * | | Add a convenience function to sort a list of strings.Andres Mejia2013-02-093-0/+107
| * | | Bump version to 3.1.2.Andres Mejia2013-02-082-3/+3
| * | | Initialize buff, fix valgrind warning about use of uninitialized bytes.Andres Mejia2013-02-071-0/+1
| * | | Cast comparison functions to __compar_fn_t if stdlib.h defines it.Andres Mejia2013-02-071-0/+10
| * | | Fix warnings about redefinition of variables, use either sys/xattr.h or attr/...Andres Mejia2013-02-072-8/+6
| * | | Fix warning about unused variable triggered when not building on WIN32.Andres Mejia2013-02-071-0/+2
| |/ /
| * | Partially revert commit 58dc42aaea93cd281aafaaaa4c3926c3578b7e26 as this brok...Andres Mejia2013-02-031-1/+0
| * | Update the ordering of preferred libraries that provide crypto functions.Andres Mejia2013-02-031-2/+4
| * | Fix checks for crypto algorithms in Visual Studio builds.Andres Mejia2013-02-011-0/+1
| * | Fix test failures in libarchive built using Visual Studio.Andres Mejia2013-02-011-8/+8
| * | Fix build errors on Visual Studio from negating value of sizeof operator.Andres Mejia2013-01-301-28/+28
| * | Remove error about unreachable code, fixes build on Visual Studio 12.Andres Mejia2013-01-291-1/+0
| * | Write common checks for files in a separate function.Andres Mejia2013-01-281-554/+56
| * | Add new test case to thouroughly test multivolume RAR seek support.Andres Mejia2013-01-2811-0/+5419
| * | Add new tests in multivolume RAR seek test case.Andres Mejia2013-01-271-0/+24
| * | Change how seek support in stored RARs are handled.Andres Mejia2013-01-271-36/+71
| * | Add checks for proper return value reading past EOF in RAR archives.Andres Mejia2013-01-261-0/+9