]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2010-12-31  Tim KientzleSupport --numeric-owner for tar extraction as well...
2010-12-31  Michihiro NAKAJIMAliblzma 5.0 provides a better solution for memory usage...
2010-12-31  Michihiro NAKAJIMAPrevent buffer over flow in decoding LZX when reading...
2010-12-31  Tim KientzleIf the size field is negative (which can happen with...
2010-12-31  Tim KientzleCorrectly format the value -9223372036854775808.
2010-12-30  Michihiro NAKAJIMAAdd a lzh test data file in the distribution.
2010-12-30  Michihiro NAKAJIMAPrevent another infinity loop in ISO 9660 reader.
2010-12-30  Michihiro NAKAJIMAFix a buffer over flow at reading bit lengths of huffma...
2010-12-30  Michihiro NAKAJIMAMake a check strict to SUSP CE extension.
2010-12-30  Michihiro NAKAJIMAPrevent inifity loop when reading broken CAB file.
2010-12-30  Michihiro NAKAJIMADo not trust a compression type in CAB file.
2010-12-29  Michihiro NAKAJIMAAdd the ability to decode LZX, which is one of compress...
2010-12-25  Michihiro NAKAJIMAAvoid compling error by mingw32-gcc.
2010-12-24  Michihiro NAKAJIMARename some macro names. Those conflict with macro...
2010-12-24  Michihiro NAKAJIMACorrect spelling.
2010-12-23  Michihiro NAKAJIMARemove a check for archive_entry_mtime from cab reader...
2010-12-23  Michihiro NAKAJIMAUpdate how to make sample files for cab reader test.
2010-12-22  Michihiro NAKAJIMAAdd support for Microsoft Cabinet(.cab) format.
2010-12-20  Michihiro NAKAJIMAAdd support for lha/lzh archive format.
2010-12-20  Tim KientzleIssue 124: Correct some references to getpwuid and...
2010-12-17  Michihiro NAKAJIMAMake sure a check of a filename in joliet extension...
2010-12-16  Michihiro NAKAJIMARemove unneeded assignment. 'seenJoliet' has already...
2010-12-16  Michihiro NAKAJIMAMake sure a returned pointer is not NULL.
2010-12-16  Michihiro NAKAJIMAFix a wrong scope to hex.
2010-12-16  Michihiro NAKAJIMARemove dead code.
2010-12-16  Michihiro NAKAJIMAAvoid clang static analyze error at archive_entry_sparse.c
2010-12-11  Tim KientzleFix a test that breaks on systems where GID 17 is actually
2010-12-07  Michihiro NAKAJIMAFix issue 119.
2010-12-07  Michihiro NAKAJIMAFix issue 119.
2010-12-07  Tim KientzleRename archive_wstrappend_mbs to archive_wstrcpy_mbs...
2010-12-07  Tim KientzleMerge r2814 from trunk: Fix Issue 121
2010-12-07  Tim KientzleDon't try to copy entry data if the entry has zero...
2010-12-06  Michihiro NAKAJIMAProperly set a wcs length.
2010-12-05  Tim KientzleClear the "contents" data before parsing the next mtree...
2010-12-05  Tim KientzleFirst part of the NFS4 ACL support.
2010-12-05  Tim KientzleMerge r2811 from trunk: Don't try to verify that compr...
2010-12-05  Tim KientzleDon't assert that compression-level=0 produces larger...
2010-12-05  Joerg SonnenbergerAdjust cut-off condition to correctly return INT_MAX...
2010-11-29  Tim KientzleRestore ACLs after calls to chmod().
2010-11-29  Tim KientzlePass the ACL into set_acl(), not the entire entry.
2010-11-29  Tim KientzlePass the fd and name down into the ACL setting routine.
2010-11-29  Tim KientzleFix an annoying build problem where you could
2010-11-29  Tim KientzleAdd explicit arguments to set_acls() for the file descr...
2010-11-28  Tim KientzleRefactor test_basic a bit, add checks to verify the...
2010-11-25  Michihiro NAKAJIMADo not assume that all platforms have readdir_r function.
2010-11-23  Michihiro NAKAJIMAAllocate memory as much as we need in test_write_format...
2010-11-23  Michihiro NAKAJIMAUse readdir_r instead of readdir in directory traversals.
2010-11-21  Tim KientzleInclude some missing test data files in the distribution.
2010-11-21  Tim KientzleAdd a couple of files that were omitted from Makefile.am
2010-11-21  Tim KientzleRevert a change that was inadvertently picked up in...
2010-11-21  Tim KientzleMake sure 'tempdir' variable gets initialized correctly.
2010-11-21  Tim KientzleMove var declaration to the start of the function,...
2010-11-20  Tim KientzleThe other part of r2794.
2010-11-20  Tim KientzleVisual Studio 9 does not like this use of 'inline'.
2010-11-20  Tim KientzleMove the abstract ACL manipulations into a separate...
2010-11-20  Tim KientzleFix a typo in the cpio test.
2010-11-19  Tim KientzleBig string overhaul:
2010-11-17  Tim KientzleAn ACL is a collection of ACEs.
2010-11-12  Tim KientzleAdd %ls and %S to archive_string_sprintf() for formatti...
2010-11-12  Tim KientzleStrip the Windows-specific code out of the POSIX direct...
2010-11-12  Tim KientzleSplit the archive_read_disk traversal into separate...
2010-11-12  Tim KientzleIssue 114: Remove duplicate include.
2010-11-12  Tim KientzleIssue 113: Include an error message when the size...
2010-11-10  Tim KientzleIssue 94: When writing into an fd that's not seekable...
2010-11-10  Tim KientzleIssue 113: When writing headers, return ARCHIVE_FAILED
2010-11-07  Tim KientzleIf we see junk when we're expecting a 'PK' signature
2010-11-03  Tim KientzleDeclare a function that was omitted.
2010-10-31  Tim KientzleReturn NULL if there is no error message.
2010-10-31  Tim KientzleA test for r2769: Truncated compressed inputs should
2010-10-31  Tim KientzleRemove an outdated comment.
2010-10-31  Tim KientzleAllow failure(NULL) to clear the failure detail message.
2010-10-31  Tim Kientzle__archive_write_filter returns a status, not a count...
2010-10-31  Tim KientzleReconcile the test harnesses across libarchive, tar...
2010-10-31  Tim Kientzlesvn:ignore Mac OS .dylib files
2010-10-31  Tim KientzleInclude an actual text error message if the gzip, bzip2...
2010-10-30  Tim KientzleHandle umask a little more carefully: Instead of setti...
2010-10-26  Tim KientzleAfter removing support for writing SCHILY.dev/ino/nlink...
2010-10-26  Tim KientzleIssue 112: Use int64_t for tracking total size of entry
2010-10-06  Tim KientzleAccept both '!' and '^' for a negated character class.
2010-09-27  Brian Harringfix a bug introduced in the last set of cleanups to...
2010-09-27  Brian Harringfix a read_ahead/consume pairing that was missed in...
2010-09-27  Brian Harringintercept dumb requests, and return immediately
2010-09-27  Brian Harringfix more read_ahead/consume pairings to ensure that...
2010-09-25  Brian Harringupdate iso archive for proper read_(ahead|consume)...
2010-09-25  Brian Harringupdate zip for proper read_(ahead|consume).
2010-09-25  Brian Harringcleanup xar's readahead/consume pairing... pretty clean...
2010-09-25  Brian Harringfinish conversion over to tar_flush_unconsumed, and...
2010-09-25  Brian Harringmore work to pair tar's readahead/consume; this still...
2010-09-24  Brian Harringinitial cleanup of tar readahead/consume pairing; not...
2010-09-24  Brian Harringupdate raw w/ proper read_ahead/consume pairing
2010-09-23  Brian Harringadd a format level data skip to cpio
2010-09-23  Brian Harringconsume only when the read_ahead data is no longer...
2010-09-23  Brian Harringhopefully the last ar mod needed; same thing as the...
2010-09-23  Brian Harringreplace an adhoc consume/skip invocation with a proper...
2010-09-23  Brian Harringminor tweak; trust the unconsumed value returned back...
2010-09-23  Brian Harringnot hugely happy with the implementation (specifically...
2010-09-23  Brian Harringfix another mispairing of read_ahead/consume
2010-09-23  Brian Harringcorrect a mismatch- you tell libarchive something is...
2010-09-22  Brian Harringfix an overlapping memcpy identified by valgrind; use...
2010-09-22  Brian Harringfix out of bounds access; confirm the size, than do...
next