]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2012-03-27  Dan McGeeRemove fallthough-based logic from iso9660 reader 11/head
2012-03-27  Dan McGeeFix segfault in iso9660 reader
2012-03-27  Dan McGeeUse memcmp to find SP extension bytes
2012-03-24  Michihiro NAKAJIMAChange the default permissions of the regular files...
2012-03-23  Tim KientzleIssue 253: Default to 0666 permissions on files, like...
2012-03-23  Tim KientzleFix a compiler warning about redundant 'r' declaration.
2012-03-22  Michihiro NAKAJIMAImprove the listing performance of CAB reader; Do not...
2012-03-22  Michihiro NAKAJIMAUse memcpy when copying an uncompressed block for CAB...
2012-03-21  Michihiro NAKAJIMAIssue 250:problem extracting from CAB file.
2012-03-21  Tim KientzleMerge pull request #10 from kientzle/c6508ec53bc0bfdd17...
2012-03-21  Tim KientzleAdd some mention of new formats to libarchive-formats... 10/head
2012-03-20  Tim KientzleMerge pull request #9 from ondrejholy/master
2012-03-20  Michihiro NAKAJIMAAn additional fix of issue 249.
2012-03-20  Michihiro NAKAJIMAImprove test_read_format_cab to just read file names...
2012-03-20  Michihiro NAKAJIMAFix the bug which the patch for issue 249 made, which...
2012-03-19  Michihiro NAKAJIMASeparate test_archive_string_normalization into NFC...
2012-03-18  Michihiro NAKAJIMAUse pattern matching to find a test. It's useful to...
2012-03-18  Tim KientzleMerge pull request #8 from kientzle/fix-email
2012-03-18  Tim KientzlePeople with questions should go to the mailing list... 8/head
2012-03-17  Michihiro NAKAJIMARename some internal functions as other related functions.
2012-03-17  Michihiro NAKAJIMASimplify creating an iconv object on Mac; stop using...
2012-03-16  Andres MejiaAllow verbosity level for test programs to be set via...
2012-03-15  Michihiro NAKAJIMAImpelment Unicode normalization Form D in libarchive...
2012-03-15  Michihiro NAKAJIMAIssue 249: Uncompressed CAB fails to read subfile when...
2012-03-12  Michihiro NAKAJIMASimlify a string conversion from WCS to MBS on Windows.
2012-03-11  Michihiro NAKAJIMAMove a definition of HAVE_LINUX_TYPES_H in build/cmake...
2012-03-11  Michihiro NAKAJIMAAdd a check of linux/types.h into configure.ac, which...
2012-03-11  Michihiro NAKAJIMASimplify a check whether the current filesystem libarch...
2012-03-08  Michihiro NAKAJIMARemove an outdated comment.
2012-03-08  Michihiro NAKAJIMAProperly reuse rar->filename.
2012-03-07  Michihiro NAKAJIMAAdd a unicode filename sample for test_read_format_rar...
2012-03-07  Michihiro NAKAJIMAAdditional fix to issue 247(Unicode filenames in RAR).
2012-03-06  Ondrej HolyIntroduce archive_write_add_fitler() 9/head
2012-03-06  Michihiro NAKAJIMAIssue 247:Unicode filenames inside RAR not working.
2012-03-06  Michihiro NAKAJIMAMove CMAKE_MINIMUM_REQUIRED to the top of CMakeLists...
2012-03-06  Michihiro NAKAJIMACMakePushCheckState module appeared from CMake 2.8.6.
2012-03-06  Michihiro NAKAJIMADo not overwrite CMAKE_BUILD_TYPE if it has already...
2012-03-05  Michihiro NAKAJIMAFind out what macro is needed or acceptable to use...
2012-03-04  Michihiro NAKAJIMAUse CMakePushCheckState module to save and restore...
2012-02-29  Michihiro NAKAJIMAFix a printf format type for id_t. FreeBSD's id_t is...
2012-02-29  Michihiro NAKAJIMAAvoid the error which Clang Static Analyzer says "Funct...
2012-02-28  Joerg SonnenbergerMerge pull request #6 from jsonn/master
2012-02-28  Joerg SonnenbergerAllow format string checking with GCC. 6/head
2012-02-28  Michihiro NAKAJIMAProperly call archive_read_close() after archive_read_d...
2012-02-28  Michihiro NAKAJIMAImprove previous change; reuse a directory traversals...
2012-02-28  Michihiro NAKAJIMAFix the problem that bsdtar with new directory traversa...
2012-02-27  Michihiro NAKAJIMAAvoid the error which Clang Static Analyzer says "Null...
2012-02-27  Michihiro NAKAJIMAAvoid the memory leak error which Clang Static Analyzer...
2012-02-27  Michihiro NAKAJIMAFix memory leaks found with Clang Static Analyzer....
2012-02-27  Michihiro NAKAJIMAFix the error which Clang Static Analyzer says "Divisio...
2012-02-27  Michihiro NAKAJIMAFix the error which Clang Static Analyzer says "Assigne...
2012-02-27  Michihiro NAKAJIMAFix build failure without zlib on Windows; avoid unreac...
2012-02-26  Michihiro NAKAJIMAFix build failure on linux.
2012-02-26  Michihiro NAKAJIMAImprove directory traversals on Windows to surely clear...
2012-02-26  Michihiro NAKAJIMARemove duplicate statements.
2012-02-26  Michihiro NAKAJIMAFix a comparison of file names in ISO images.
2012-02-26  Michihiro NAKAJIMAFix build failure with -Wunreachable-code compile optio...
2012-02-26  Michihiro NAKAJIMACleanup; use a for loop statement instead of a goto...
2012-02-26  Michihiro NAKAJIMARemove dead code in parsing Rockridge extension SL.
2012-02-26  Michihiro NAKAJIMAImprove directory traversals code for POSIX: split...
2012-02-26  Michihiro NAKAJIMAFix a wrong check on a result of lseek.
2012-02-26  Michihiro NAKAJIMARemove dead code.
2012-02-26  Michihiro NAKAJIMAMerge pull request #5 from mmatuska/master
2012-02-25  Martin MatuskaVarious manpage metadata fixes 5/head
2012-02-25  Michihiro NAKAJIMAEnable C4254,C4295,C4514 and C4702 on MSVC.
2012-02-25  Michihiro NAKAJIMAMake CMAKE_C_FLAGS_DEBUG readable.
2012-02-24  Andres MejiaAdd NEWS about where the mailing lists have stayed.
2012-02-24  Andres MejiaAdd -Wformat and -Wformat-security to default CFLAGS...
2012-02-24  Andres MejiaMake warnings enabled match what is enabled for cmake...
2012-02-22  Michihiro NAKAJIMAA header check for iconv.h should be done after AM_ICON...
2012-02-22  Michihiro NAKAJIMAEnable bsdtar -s option on Windows with libregex and...
2012-02-22  Michihiro NAKAJIMAFor MSVC, /WX option should be set to CMAKE_C_FLAGS_...
2012-02-22  Michihiro NAKAJIMAAvoid a miss detection of iconv prototype after we...
2012-02-22  Michihiro NAKAJIMAFix build failure on MSYS: rename a variable name ...
2012-02-21  Michihiro NAKAJIMAOn Windows, make sure libarchive does not store the...
2012-02-20  Michihiro NAKAJIMAOn Windows, it is possible that the program name should...
2012-02-20  Michihiro NAKAJIMAProperly remove leading slash letters and Windows drive...
2012-02-20  Michihiro NAKAJIMACorrect console I/O on Windows. Use CONIN$ and CONOUT...
2012-02-20  Michihiro NAKAJIMAFix a format parameter for a wide string in archive_wri...
2012-02-19  Michihiro NAKAJIMAEnable built-in functions on MSVC.
2012-02-19  Michihiro NAKAJIMAEnable aggressive warnings C4061,C4296,C4389 and C4505...
2012-02-19  Michihiro NAKAJIMAEnable an aggressive warning C4706 on MSVC.
2012-02-19  Michihiro NAKAJIMADo not overwrite the default setting of CMAKE_C_FLAGS...
2012-02-19  Michihiro NAKAJIMAImprove setting for compiling options for Rebug and...
2012-02-19  Michihiro NAKAJIMATreat warnings as error on MSVC.
2012-02-19  Michihiro NAKAJIMAFix a long standing warning at archive_ppmd7.c on Visua...
2012-02-18  Michihiro NAKAJIMAOn Visual Studio, Enable Warning 4244: 'conversion...
2012-02-18  Michihiro NAKAJIMACorrect a variable type.
2012-02-18  Michihiro NAKAJIMAIssue 243: CAB decompression doesn't work when libarchi...
2012-02-17  Michihiro NAKAJIMAFix remaining build failure in agressive warnings.
2012-02-17  Michihiro NAKAJIMAMake definitions, which I recently added, in archive...
2012-02-16  Michihiro NAKAJIMAFix build failure in aggressive warnings on msys.
2012-02-16  Michihiro NAKAJIMAFix up remaing work to turn to the current directory...
2012-02-15  Michihiro NAKAJIMAFix build failure on linux
2012-02-15  Michihiro NAKAJIMAFix test failure without zlib.
2012-02-15  Michihiro NAKAJIMAFix issue 242:libarchive-3.0.3 fails to build with...
2012-02-15  Michihiro NAKAJIMAFix issue 241:CAB decompression not 64bit compatible.
2012-02-15  Michihiro NAKAJIMAImprove directory traversals on POSIX system. Delay...
2012-02-15  Michihiro NAKAJIMAMinor clean up; remove duplicate code at directory...
2012-02-14  Michihiro NAKAJIMAFix build failure on FreeBSD/powerpc64.
next