]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-12-23  Michihiro NAKAJIMAAdd support for symlink to ZIP writer.
2011-12-22  Michihiro NAKAJIMAStyle fix.
2011-12-22  Michihiro NAKAJIMAAvoid an extra copy of a symbolic-link name by using...
2011-12-22  Michihiro NAKAJIMAFurther report an error through string conversion funct...
2011-12-22  Michihiro NAKAJIMAFix a memory leak.
2011-12-22  Michihiro NAKAJIMASet a proper error message for a encypted file.
2011-12-22  Michihiro NAKAJIMAAdd and update some comments.
2011-12-22  Tim KientzleLeave libtool version 11 for a possible libarchive...
2011-12-22  Tim KientzleInclude the new test file in the distribution.
2011-12-22  Tim KientzleBasic test and support for symlinks in Zip archives.
2011-12-22  Tim KientzleFixup a couple of tests that relied on the old read_dat...
2011-12-22  Tim KientzleCorrect a comment.
2011-12-22  Tim KientzleRemove a few stray references to ARCHIVE_API_VERSION...
2011-12-21  Michihiro NAKAJIMAImprove robustness against deliberately currupted 7...
2011-12-20  Michihiro NAKAJIMAFix BCJ converter to correctly work with libarchive...
2011-12-20  Michihiro NAKAJIMAImprove reading header code to reduce a use of memory...
2011-12-19  Michihiro NAKAJIMAAdd support for PPMd to 7-Zip writer.
2011-12-19  Michihiro NAKAJIMARemove unnecessary including files.
2011-12-19  Michihiro NAKAJIMAAvoid a warning on Windows.
2011-12-19  Michihiro NAKAJIMASet proper the default compression type as appropriate...
2011-12-19  Michihiro NAKAJIMAFix build failure without zlib.
2011-12-19  Michihiro NAKAJIMADelay the initialization of the compression until it...
2011-12-19  Tim KientzleGet 7zip writer to compile on systems that lack liblzma.
2011-12-19  Tim KientzleRefactor the UID/GID lookup in write_disk so that it...
2011-12-19  Tim KientzleFix a string conversion test to work on Apple.
2011-12-18  Michihiro NAKAJIMAAdd 7-Zip writer.
2011-12-18  Michihiro NAKAJIMAEnable archive_string_conversion_to_charset to handle...
2011-12-18  Michihiro NAKAJIMAFix reading times in 7-Zip archives when the time data...
2011-12-18  Tim KientzleImprove mtree error handling.
2011-12-18  Michihiro NAKAJIMAFix the mismatch of FOREACH and ENDFOREACH in CMakeList...
2011-12-18  Michihiro NAKAJIMAFix typo.
2011-12-18  Michihiro NAKAJIMADo not assume that even if __STDC_ISO_10646__ is define...
2011-12-18  Michihiro NAKAJIMAIf a file type is directory, make sure the tail of...
2011-12-17  Michihiro NAKAJIMACorrectly handle symbolic files in 7-Zip archives.
2011-12-17  Michihiro NAKAJIMAAdjust a 7zip test to the change of r3929.
2011-12-17  Andres MejiaInclude some basic notes about RAR format support in...
2011-12-17  Michihiro NAKAJIMASlightly improve robustness against currupted 7-Zip...
2011-12-17  Michihiro NAKAJIMAThe High 16 bytes of attributes is a posix file mode...
2011-12-17  Tim KientzleRework the crypto probe to check a list of algorithms for
2011-12-17  Tim KientzleIn autoconf configure, probe OpenSSL first, then libmd.
2011-12-17  Tim KientzleDon't use libmd and OpenSSL at the same time; they
2011-12-15  Michihiro NAKAJIMARemove an unneeded variable.
2011-12-14  Michihiro NAKAJIMAEnable 7-Zip reader to handle both BCJ and BCJ2 with...
2011-12-14  Michihiro NAKAJIMAUpdate comments.
2011-12-14  Michihiro NAKAJIMAFix typo. s/reamining/remaining/g
2011-12-14  Michihiro NAKAJIMAAllocate memory for an extracted sub-stream before...
2011-12-14  Joerg SonnenbergerMore mode_t fallout from Solaris
2011-12-14  Joerg SonnenbergerCast explicit to u_int to appeace gcc
2011-12-13  Joerg SonnenbergerProperly check if EXT2_IOC_GETFLAGS is actually usable.
2011-12-13  Andres MejiaFix compiler warning "array subscript is above array...
2011-12-13  Michihiro NAKAJIMAImprove RAR SFX archives detection; RAR reader can...
2011-12-13  Michihiro NAKAJIMAImprove 7-Zip SFX archives detection; 7-Zip reader...
2011-12-13  Michihiro NAKAJIMAAvoid build failure on llvm.
2011-12-13  Michihiro NAKAJIMAAdd BCJ2 sample files to Makefile.am
2011-12-13  Michihiro NAKAJIMAAdd BCJ2 support to 7-Zip reader.
2011-12-12  Michihiro NAKAJIMADo not refer an uninitialized or empty symlink name.
2011-12-12  Michihiro NAKAJIMAIf decompression has failed, do not return any bytes.
2011-12-11  Michihiro NAKAJIMARefactor the code handling of the decompression of...
2011-12-11  Tim KientzleFreeBSD libmd support for hash functions.
2011-12-11  Tim KientzleInclude ripemd.h header for FreeBSD libmd.
2011-12-11  Tim KientzleCrypto checks are cumulative; the test program needs
2011-12-11  Tim KientzleFor out-of-tree builds, the placeholder config file
2011-12-11  Tim KientzleRemove some debugging printfs.
2011-12-11  Tim KientzleCopy -u option support to bsdtar_test and bsdcpio_test.
2011-12-09  Tim KientzleAdd archive_read_support_format_by_code(), including...
2011-12-02  Tim KientzleIssue 201: Make Zip tests pass without zlib.
2011-12-02  Tim KientzleInstead of having read_data_skip call read_data, just...
2011-12-02  Tim KientzleMinor refactor of zip_read_data_skip.
2011-12-02  Tim KientzleMove the PK\007\010 marker check into each separate...
2011-12-02  Tim KientzleInitialize offset/size/buff once at the top of read_data.
2011-12-02  Tim Kientzleentry_offset and entry_uncompressed_bytes_read were...
2011-12-02  Tim KientzleRemove the last vestiges of this old macro.
2011-12-01  Tim KientzleRework the tracking of not-yet-consumed bytes.
2011-12-01  Tim KientzleRefactor the Zip header read:
2011-12-01  Tim KientzleCheck the PK\003\004 signature within zip_local_file_he...
2011-12-01  Tim KientzleIf we lack libz, just drop the compression selector.
2011-12-01  Tim KientzleIssue 201: Since we're using the seeking Zip reader...
2011-11-30  Michihiro NAKAJIMASet a clear error message about BCJ2.
2011-11-30  Michihiro NAKAJIMAUpdate comments in 7-Zip reader.
2011-11-30  Michihiro NAKAJIMAFix build failure without liblzma. A change of r3884...
2011-11-29  Michihiro NAKAJIMAEnable BCJ + LZMA1 in the 7-Zip reader.
2011-11-28  Michihiro NAKAJIMAIf ENABLE_ICONV is OFF, clean up ICONV variables in...
2011-11-28  Michihiro NAKAJIMAFix some tests failure on using iconv on Windows.
2011-11-28  Michihiro NAKAJIMAAdd a 7-Zip PPMd sample file into test_fuzz entries.
2011-11-28  Michihiro NAKAJIMAAdd support for PPMd.
2011-11-27  Tim KientzleLibarchive 3.0.1b TEST release v3.0.1b
2011-11-27  Michihiro NAKAJIMAUnbreak build.
2011-11-27  Michihiro NAKAJIMASimplify 7-Zip codec ID handing.
2011-11-27  Michihiro NAKAJIMAEliminate warnings on Visual Studio.
2011-11-27  Michihiro NAKAJIMAReplace "7Zip" by "7-Zip".
2011-11-27  Michihiro NAKAJIMAThe memory leaks I fixed in r3854 happened when liblzma...
2011-11-27  Michihiro NAKAJIMAAdd support for 7-Zip SFX archive files.
2011-11-27  Michihiro NAKAJIMARemove unneeded statements.
2011-11-27  Tim KientzleUpdate NEWS with recent changes.
2011-11-27  Tim Kientzlearchive_string_sprintf (used by archive_set_error)...
2011-11-27  Michihiro NAKAJIMACorrect a bit flag check. do not confuse SCONV_FROM_UTF...
2011-11-27  Michihiro NAKAJIMAFix memory leaks.
2011-11-27  Michihiro NAKAJIMAFix build failure on linux.
2011-11-27  Michihiro NAKAJIMAAdd support for 7-Zip.
2011-11-27  Michihiro NAKAJIMASupport UTF-16LE for archive_string for reading from...
next