summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix check for EOF in RAR format reader.Andres Mejia2013-01-261-1/+3
* Fix build failure when doing normal builds.Andres Mejia2013-01-251-3/+4
* Update RAR test case to expect correct results from calls to archive_read_dat...Andres Mejia2013-01-251-14/+8
* Give formats/filters way to know data amount requested from archive_read_data().Andres Mejia2013-01-253-0/+16
* Fix broken RAR seek support.Andres Mejia2013-01-252-20/+114
* Fix check for compression method in rar seek method.Andres Mejia2013-01-211-1/+1
* Update libarchive to 3.1.1.v3.1.1Andres Mejia2013-01-132-3/+3
* Bump version to 3.1.0 due to API/ABI changes.Andres Mejia2013-01-132-3/+3
* Update configure script and header files to new libarchive version.Andres Mejia2013-01-132-3/+3
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-132-3/+3
|\
| * Libarchive 3.0.4.Tim Kientzle2012-03-272-3/+3
* | Remove comment and fix failure message to indicate gzip is expected.Andres Mejia2013-01-131-4/+1
* | Fix test_read_append_filter_programBenoƮt Amiaux2013-01-031-1/+1
* | Style: Whitespace around '='Tim Kientzle2012-12-241-1/+1
* | Fix issue 293; plug memory leaks.Michihiro NAKAJIMA2012-12-191-1/+2
* | Fix test failure without liblzma.Michihiro NAKAJIMA2012-12-161-3/+7
* | Fix memory overflow.Michihiro NAKAJIMA2012-12-161-1/+1
* | Fix test failure without zlib.Michihiro NAKAJIMA2012-12-162-1/+10
* | Fix build failure without zlib.Michihiro NAKAJIMA2012-12-165-12/+21
* | Add tests for archive_write_add_filter_by_name.Michihiro NAKAJIMA2012-12-102-0/+186
* | Add tests for archive_write_set_format_by_name.Michihiro NAKAJIMA2012-12-102-0/+286
* | Separate code to set formats/filters into different source files.Andres Mejia2012-12-095-246/+318
* | Implement functions to manually set the format and filters used.Andres Mejia2012-12-0713-15/+506
* | Implement command to test if commands are available in the current platform.Andres Mejia2012-12-072-0/+15
* | Fix build failure without XATTR support on Mac.Michihiro NAKAJIMA2012-12-045-9/+19
* | Plug address space leaks on Windows.Michihiro NAKAJIMA2012-12-031-1/+1
* | Fix build failure on Visutal Studio on Win32.Michihiro NAKAJIMA2012-12-031-5/+5
* | Split test_read_truncated_filter to know what compression fails easily.Michihiro NAKAJIMA2012-12-031-2/+26
* | Fix issue 257. Revise zip header offsets for reading SFX.Michihiro NAKAJIMA2012-12-034-1/+110
* | Avoid arithmetic overflow warning(C6297) found by Visual studioMichihiro NAKAJIMA2012-12-031-1/+1
* | Use a proper structure for a test for gnutar header.Michihiro NAKAJIMA2012-12-031-1/+3
* | Split test_read_format_7zip by a compression type in order to testMichihiro NAKAJIMA2012-12-031-16/+73
* | Split test_fuzz by a format type in order to test a specific format easily.Michihiro NAKAJIMA2012-12-031-194/+228
* | Separate test_write_format_7zip.c into three files.Michihiro NAKAJIMA2012-12-034-410/+475
* | Fix memory leaks in pax writer when handing mac metadata.Michihiro NAKAJIMA2012-12-021-1/+4
* | Fix the potential for a buffer underflow.Michihiro NAKAJIMA2012-12-021-1/+2
* | Fix a null pointer dereference bug in zip writer.Michihiro NAKAJIMA2012-12-021-0/+2
* | Split a test for 7-Zip writer into seven tests to know easily whatMichihiro NAKAJIMA2012-12-021-10/+38
* | Fix a null pointer dereference bug in ar writer.Michihiro NAKAJIMA2012-12-021-1/+1