]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2012-04-23  Con KolivasAdd silent build rules for lrzip.
2012-04-23  Con KolivasAdd basic archive read and write filter support for...
2012-04-21  Tim KientzleFix the setup_acls placeholder used on systems where...
2012-04-09  Tim KientzleResuscitate the old NFS4 support code and make it work...
2012-04-06  Michihiro NAKAJIMAFix the dereference of null pointer, which Clang Static...
2012-04-06  Michihiro NAKAJIMAFix a memory leak.
2012-04-06  Michihiro NAKAJIMAAvoid a warning that Clang Static Analyzer complained
2012-04-06  Michihiro NAKAJIMARemove unneeded code.
2012-04-05  Michihiro NAKAJIMAFix the build failure of libarchive_test on Visual...
2012-04-04  Michihiro NAKAJIMAFix build failure on Visual Studio.
2012-04-03  Dan McGeeFixes for GCC 4.7.0
2012-04-02  Michihiro NAKAJIMAInitialize the buffer used for FIEMAP to avoid the...
2012-04-02  Tim KientzleOnly look for libmd if OpenSSL is not present.
2012-03-28  Tim KientzleMerge pull request #2 from amejia1/multivolume
2012-03-28  Tim KientzleMerge pull request #11 from toofishes/iso9660
2012-03-28  Andres MejiaRemove developer flags from release. v3.0.4
2012-03-28  Tim KientzleLibarchive 3.0.4.
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-26  Tim KientzleMerge master into release.
2012-03-26  Andres MejiaImplement support for reading multivolume RAR archive... 2/head
2012-03-26  Andres MejiaImplement support for reading from multiple data object...
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...
next