]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2012-03-26  Tim KientzleMerge master into release.
2012-03-24  Tim KientzleFix a compiler warning about redundant 'r' declaration.
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 NAKAJIMAMerge from master branch.
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  Michihiro NAKAJIMAIssue 250:problem extracting from CAB file.
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 NAKAJIMAAn additional fix of issue 249.
2012-03-20  Michihiro NAKAJIMAFix the bug which the patch for issue 249 made, which...
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-19  Michihiro NAKAJIMAClean up: style fix and remove unneeded statements...
2012-03-19  Michihiro NAKAJIMAAvoid the memory leak error which Clang Static Analyzer...
2012-03-19  Michihiro NAKAJIMAFix build failure on MSYS: rename a variable name ...
2012-03-18  Brad KingRename isoent_rr_move_dir parameter isoent => curent
2012-03-18  Brad KingReplace integer constant LL suffix with cast to int64_t
2012-03-18  Tim KientzleRename read_open_memory2 to read_open_memory_minimal...
2012-03-18  Michihiro NAKAJIMAUse pattern matching to find a test. It's useful to...
2012-03-18  Michihiro NAKAJIMAAvoid possibility to pass zero to the first argument...
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  Andres MejiaUpdate URL section in test files for RPMs.
2012-03-17  Tim KientzleIssue 234: Fix typos in comments
2012-03-17  Andres MejiaRemove duplicate SYNOPSIS section.
2012-03-17  Brad KingDeclare mbstate_t and wcrtomb for Borland
2012-03-17  Brad KingImplement custom lseek for Borland
2012-03-17  Andres MejiaAdd library section for all library function manpages.
2012-03-17  Andres MejiaRemove LIBRARY section from manpages.
2012-03-17  Brad KingFix typo in CheckFileOffsetBits
2012-03-17  Andres MejiaAdd generated dist tarball to .gitignore.
2012-03-17  Andres MejiaAdd generated doc files to .gitignore.
2012-03-17  Andres MejiaAdd generated files from cmake to .gitignore.
2012-03-17  Andres MejiaAdd .gitignore file.
2012-03-17  Michihiro NAKAJIMAAdd a description of 7-Zip into README.
2012-03-17  Andres MejiaUpdate README, pointing to new home for development...
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-15  Michihiro NAKAJIMAIssue 249: Uncompressed CAB fails to read subfile when...
2012-03-13  Michihiro NAKAJIMAFix issue 238.
2012-03-12  Michihiro NAKAJIMASimlify a string conversion from WCS to MBS on Windows.
2012-03-12  Michihiro NAKAJIMAMove a definition of HAVE_LINUX_TYPES_H in build/cmake...
2012-03-12  Michihiro NAKAJIMAAdd a check of linux/types.h into configure.ac, which...
2012-03-12  Michihiro NAKAJIMASimplify a check whether the current filesystem libarch...
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-11  Michihiro NAKAJIMAAvoid the error which Clang Static Analyzer says "Funct...
2012-03-11  Michihiro NAKAJIMAFix a long standing warning at archive_ppmd7.c on Visua...
2012-03-11  Michihiro NAKAJIMAAvoid a miss detection of iconv prototype after we...
2012-03-11  Andres MejiaFix crypto checks in cmake builds.
2012-03-11  Brad KingInclude linux/types.h before linux/fiemap.h
2012-03-11  Brad KingDefine _XOPEN_SOURCE=500 on HP-UX
2012-03-11  Brad KingCleanup after ZLIB_WINAPI check
2012-03-11  Brad KingCheck for 'struct statvfs' member 'f_iosize'
2012-03-11  Brad KingFix Windows NT API usage in VS 6
2012-03-08  Michihiro NAKAJIMARemove an outdated comment.
2012-03-08  Michihiro NAKAJIMAProperly reuse rar->filename.
2012-03-07  Michihiro NAKAJIMAIssue 247:Unicode filenames inside RAR not working.
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 NAKAJIMADo not overwrite CMAKE_BUILD_TYPE if it has already...
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 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 NAKAJIMAFix memory leaks found with Clang Static Analyzer....
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  Martin MatuskaVarious manpage metadata fixes
2012-02-26  Michihiro NAKAJIMAFix a comparison of file names in ISO images.
2012-02-26  Michihiro NAKAJIMAFix a wrong check on a result of lseek.
2012-02-26  Michihiro NAKAJIMAA header check for iconv.h should be done after AM_ICON...
next