summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Remove deleted test from makefilesTim Kientzle2013-12-011-2/+1
* Remove the redundant test.Tim Kientzle2013-12-012-311/+1
* Refactor Zip writer.Tim Kientzle2013-12-017-550/+943
* Support Zip64 extra data fields for handling large entries.Tim Kientzle2013-11-267-80/+270
* Adjust format for longer test names.Tim Kientzle2013-11-261-1/+1
* Start refactoring Zip writer:Tim Kientzle2013-11-261-76/+86
* Issue 332: Be more careful guessing file mode information fromTim Kientzle2013-11-244-6/+86
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2013-11-235-9/+47
|\
| * Avoid struct init with variableBrad King2013-09-261-1/+3
| * Merge branch 'no-signed-shift'Brad King2013-09-251-4/+32
| |\
| | * Fix undefined left shift with signed intsSean McBride2012-11-301-4/+32
| * | 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
| |\ \
| * | | "now - 2 hours" should be the same as "2 hours ago"Tim Kientzle2012-11-302-4/+7
| | |/ | |/|
* | | Add tests to verify that the seeking Zip reader can correctlyTim Kientzle2013-11-236-21/+156
* | | Export the seekable and streamable zip readers separatelyTim Kientzle2013-11-231-0/+8
* | | Mention the -r option when we can't find our reference files.Tim Kientzle2013-11-231-0/+1
| |/ |/|
* | 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