]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-12-26  Michihiro NAKAJIMAIssue 203: Getting current directory does not rely...
2011-12-25  Andres MejiaGive some default value for PATH_MAX on systems that...
2011-12-25  Michihiro NAKAJIMARework zip writer not to rely on structure alignment...
2011-12-25  Michihiro NAKAJIMAPlug name leaks: merge r3988,r3990 and r3991 from trunk.
2011-12-24  Andres MejiaFix misspelling of overridden.
2011-12-24  Andres MejiaFix spelling error.
2011-12-24  Michihiro NAKAJIMAMerge r3989 from trunk: Fix build failure on Visual...
2011-12-24  Andres MejiaReally make Bcj2_Decode a private symbol.
2011-12-24  Andres MejiaMake pad_to symbol a private symbol.
2011-12-24  Michihiro NAKAJIMAFix build failure on Visual Studio.
2011-12-24  Andres MejiaMake Bcj2_Decode a private symbol.
2011-12-24  Michihiro NAKAJIMAA string conversion of symlink names in Zip file.
2011-12-24  Tim KientzleVersion number updates propagated by the release scripts. v3.0.2
2011-12-24  Tim KientzleBump trunk to version 3.0.900a in preparation for work on
2011-12-24  Tim KientzlePrepare for a production release:
2011-12-24  Tim KientzleLibarchive 3.0
2011-12-24  Michihiro NAKAJIMAFollow up with r3981 fixing __packed keyword on MSVC.
2011-12-24  Michihiro NAKAJIMAFix build failure using __packed on MSVC.
2011-12-24  Michihiro NAKAJIMAIssue 199: Merge r3835 from trunk.
2011-12-24  Tim KientzleVarious fixes merged from the FreeBSD tree.
2011-12-24  Tim KientzleMore fixes from FreeBSD, thanks to Martin Matuska.
2011-12-24  Tim KientzleVarious fixes from FreeBSD.
2011-12-24  Tim KientzleVarious fixes from FreeBSD.
2011-12-24  Tim KientzlePut BUGS section at end, following mdoc conventions.
2011-12-24  Tim Kientzle.Dt titles are traditionally in all uppercase
2011-12-24  Tim KientzleUse the preferred spelling of FreeBSD.org.
2011-12-24  Tim KientzleThere's no need to handle pipes differently here.
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.
next