]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-08-19  Michihiro NAKAJIMAFix issue 168.
2011-08-19  Tim KientzleFix build on VS2005.
2011-08-19  Michihiro NAKAJIMAExplicit no argument function definitions. Some compile...
2011-08-18  Michihiro NAKAJIMACorrect a total number of file entries in test_read_for...
2011-08-18  Andres MejiaFixup errors, distinguising between errors caused by...
2011-08-17  Andres MejiaFix memory access errors reading corrupted RAR file...
2011-08-17  Tim KientzleTry to workaround the fact that zconf.h defines Byte...
2011-08-17  Tim KientzleFix screw-up with r3624. Thanks to Michihiro for point...
2011-08-17  Andres MejiaMake sure to go back to previous directory after test...
2011-08-16  Andres MejiaAdd test cases for improper use of -C.
2011-08-16  Andres MejiaFix build failure with implicit declaration of bsdtar_w...
2011-08-16  Colin PercivalQuash compiler warnings by explicitly casting to unsign...
2011-08-16  Colin PercivalCanonicalize spelling of "less than or equal to": ...
2011-08-16  Colin PercivalRemove unnecessary call to strlen; we already know...
2011-08-16  Colin PercivalFix file flag setting on linux in the event that EXT2_I...
2011-08-16  Tim KientzleRelax the bidder to accept images created by buggy...
2011-08-16  Tim KientzleThe old "compression" terminology will be retired in...
2011-08-16  Colin PercivalSquawk if we read '-C' '' from consecutive lines.
2011-08-16  Colin Percivalmemcpy(new_str, NULL, 0) is _technically_ undefined...
2011-08-16  Colin Percival-C '' is meaningless; complain and die if we are given it.
2011-08-16  Colin PercivalSpelling: similiar -> similar.
2011-08-16  Colin PercivalReference the correct file name.
2011-08-16  Colin PercivalFix whitespace.
2011-08-16  Colin PercivalDelete unused "cur_offset" field.
2011-08-16  Colin PercivalUpdate comment: pformat_data went away years ago.
2011-08-16  Colin PercivalTypos in comments: "a archive" -> "an archive", "formts...
2011-08-16  Colin PercivalError out of copy_data if get_extract fails.
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.
next