]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-08-16  Colin PercivalDon't leak memory if realloc fails.
2011-08-16  Colin PercivalCorrect indentation.
2011-08-16  Colin PercivalAdd missing \n to debug printf.
2011-08-16  Colin PercivalPassing -C '' to tar is meaningless; complain about it.
2011-08-16  Colin PercivalFix grammar: it's -> its.
2011-08-16  Colin PercivalFix typo: arc -> argc.
2011-08-15  Andres MejiaFix build failure on Visual Studio.
2011-08-15  Tim KientzleAdd a test to check whether ISO images that interleave...
2011-08-15  Michihiro NAKAJIMAImprove crc32 in archive_crc32.h for its performance.
2011-08-15  Michihiro NAKAJIMAMinor improvement. Adopt the part of the changes in...
2011-08-15  Michihiro NAKAJIMARework the handling of a copy of decode data in the...
2011-08-14  Andres MejiaFixup bsdcpio_test so it can be called using relative...
2011-08-14  Andres MejiaFixup bsdtar_test so it can be called using relative...
2011-08-13  Andres MejiaUpdate pkgconfig file to return path to installed libar...
2011-08-11  Michihiro NAKAJIMAFix passing a wrong variable to archive_string_conversi...
2011-08-11  Tim KientzleMove the parser state into the bsdtar structure.
2011-08-11  Tim KientzleBe a little more verbose about fundamental sanity failures.
2011-08-11  Michihiro NAKAJIMAIf FHD_UNICODE is set but no unicode data, that file...
2011-08-11  Michihiro NAKAJIMAThe size of a symlink file should be zero since it...
2011-08-11  Michihiro NAKAJIMAImprove the handling of a string conversion object...
2011-08-10  Michihiro NAKAJIMAModify r3575. Do not include zlib.h secretly in archive...
2011-08-10  Michihiro NAKAJIMAFix a memory leak in the rar reader.
2011-08-10  Michihiro NAKAJIMAFix memory leaks in the cab reader.
2011-08-10  Michihiro NAKAJIMAFurther plug memory leaks made by reading a broken...
2011-08-10  Michihiro NAKAJIMAPlug remaining memory leaks made by reading a broken...
2011-08-10  Michihiro NAKAJIMAPlug memory leaks in the RAR reader.
2011-08-10  Michihiro NAKAJIMARemove redundant code about EOF in RAR reader.
2011-08-09  Michihiro NAKAJIMADo not go on extracting ppmd after a ppmd context was...
2011-08-09  Michihiro NAKAJIMAReduce L1,L2 cache miss in the rar reader.
2011-08-09  Michihiro NAKAJIMAReduce the sum of a calling of write system-call in...
2011-08-09  Michihiro NAKAJIMAImprove lzss_emit_match() to be faster than previous...
2011-08-09  Michihiro NAKAJIMAUse zlib's crc32 function if available.
2011-08-09  Michihiro NAKAJIMAImplement a CRC check of uncompressed data of a RAR...
2011-08-09  Andres MejiaModify ppmd7 code to minimize symbols leaked into the...
2011-08-09  Andres MejiaDon't leak PPMD7_kExpEscape into global symbol space.
2011-08-08  Andres MejiaAdd proper locations where reference files can be found...
2011-08-08  Andres MejiaAdd missing reference test files for inclusion in tarball.
2011-08-08  Andres MejiaFix generation of tarball.
2011-08-08  Andres MejiaRename archive_ppmd*.h headers to archive_ppmd*private.h.
2011-08-08  Michihiro NAKAJIMAProperly check a header CRC to avoid reading a broken...
2011-08-08  Michihiro NAKAJIMAFix a part of r3559. Correct a condition of realloc...
2011-08-08  Michihiro NAKAJIMAKill the possibility that a huffman table can be made...
2011-08-08  Michihiro NAKAJIMASanity check to a copy length of decoded data in order...
2011-08-08  Michihiro NAKAJIMAAdd a check of remaining bits in the cache buffer of...
2011-08-08  Michihiro NAKAJIMAGive __archive_read_ahead a correct header size. there...
2011-08-08  Michihiro NAKAJIMAFix a bug in lha reader. Give plenty bits to a pattern...
2011-08-08  Michihiro NAKAJIMAFix a bug in lha reader. Correctly read remaining bits...
2011-08-08  Michihiro NAKAJIMAProperly check the result of realloc() in order not...
2011-08-08  Michihiro NAKAJIMAendian.h and sys/endian.h, which I added to use in...
2011-08-08  Andres MejiaAdd basic test for rar file with binary data.
2011-08-07  Andres MejiaProvide better test for ppmd lzss conversions in RAR...
2011-08-07  Andres MejiaOnly call rar_br_preparation once.
2011-08-07  Tim KientzlePartial merge of r2431 from trunk: Retry writes on...
2011-08-07  Andres MejiaMake sure amount of bits needed is read ahead.
2011-08-07  Andres MejiaFix problem with reading RAR files that convert from...
2011-08-07  Michihiro NAKAJIMAAdd a flag to check if PPMd is initialized in order...
2011-08-07  Michihiro NAKAJIMAEffectively read compressed data into a cache buffer...
2011-08-07  Andres MejiaPlace source in proper alphabetical order.
2011-08-07  Andres MejiaFix builds using cmake for new ppmd code added.
2011-08-07  Andres MejiaSupport conversions between ppmd blocks and lzss blocks.
2011-08-07  Michihiro NAKAJIMArar_br_read_ahead() must be invoked before using both...
2011-08-07  Michihiro NAKAJIMAThrow out a macro optimization for byte swap on x86...
2011-08-06  Andres MejiaDon't use #pragma pack.
2011-08-06  Andres MejiaImplement support for RAR files compressed using "best...
2011-08-06  Tim KientzleMerge r2516, r2536 from trunk: Allow path table offset...
2011-08-06  Michihiro NAKAJIMABack to simply invoke lha_crc16(). Crrently the total...
2011-08-06  Michihiro NAKAJIMABack out r3539. It was a wrong file I committed.
2011-08-06  Michihiro NAKAJIMAImprove a CRC16 calculation to be faster.
2011-08-05  Michihiro NAKAJIMAIt would be better to return ARCHIVE_FAILED instead...
2011-08-05  Michihiro NAKAJIMAIf a extracted size is zero, return ARCHIVE_FAILED...
2011-08-05  Michihiro NAKAJIMABring a bit stream reader from our LHA reader.
2011-08-04  Michihiro NAKAJIMAWe should use int64_t instead of off_t in libarchive...
2011-08-04  Michihiro NAKAJIMAFix my silly typo in r3532.
2011-08-04  Michihiro NAKAJIMAFurther robustness to the decoding lzss of RAR.
2011-08-03  Michihiro NAKAJIMAStop extracting a RAR file if making huffman table...
2011-08-03  Michihiro NAKAJIMAFurther sanity checks and properly invoke __archive_rea...
2011-08-03  Michihiro NAKAJIMAAdd several sanity checks for a RAR header.
2011-08-03  Michihiro NAKAJIMAWhen Skipping data in a store mode, use rar->bytes_rema...
2011-08-03  Michihiro NAKAJIMACheck the return value of __archive_read_consume in...
2011-08-03  Michihiro NAKAJIMAIn case reading a RAR file in a store mode, properly...
2011-08-03  Michihiro NAKAJIMAProperly check the return value of __archive_read_consu...
2011-08-03  Michihiro NAKAJIMAProperly set a error message when memory allocation...
2011-08-03  Michihiro NAKAJIMAFix a part of r3506. It broke a RAR unicode conversion.
2011-08-03  Michihiro NAKAJIMAFix build on Visual Studio.
2011-08-03  Michihiro NAKAJIMAMerge from trunk/r3519.
2011-08-03  Michihiro NAKAJIMAFix the uu filter. That did not extract uuencoded data...
2011-08-03  Michihiro NAKAJIMAFix build failure about INTMAX_MIN and INTMAX_MAX on...
2011-08-03  Michihiro NAKAJIMACorrect lzx_le32dec.
2011-08-03  Michihiro NAKAJIMAIn archive_string_vsprintf, increase robustness. use...
2011-08-03  Michihiro NAKAJIMARework lzh and lzx decoding to improve its performance.
2011-08-02  Colin PercivalFix printing of INT(MAX|64)_MIN. In append_int we...
2011-08-02  Colin PercivalMake sure that the argument to --strip-components is...
2011-08-01  Michihiro NAKAJIMAReduce a use of memory for decoding huffman code in...
2011-08-01  Colin PercivalFix mtree_atol16. There was a missing ++(*p), with...
2011-08-01  Colin PercivalFix overflow handling in mtree_atol10. Prior to this...
2011-07-28  Michihiro NAKAJIMAImprove the performance of the mtree bidder as uudecode...
2011-07-28  Michihiro NAKAJIMAAllow 128K -1 bytes of extra data before uuencode data...
2011-07-28  Michihiro NAKAJIMAImprove the performance of the uudecode bidder when...
2011-07-27  Michihiro NAKAJIMAFix build failure on Ubuntu (with gcc 4.5.2).
2011-07-26  Michihiro NAKAJIMAImprove test_read_format_rar for a CP932 locale which...
next