]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2010-04-11  Tim KientzleImprove the testing of tar -X and try to correctly...
2010-04-11  Tim KientzleRemove an unused header.
2010-04-11  Tim KientzleStyle: remove extra blank line
2010-04-11  Tim KientzleStyle: tab follows #define
2010-04-11  Tim KientzleRemove an unnecessary variable.
2010-04-11  Tim KientzleAdjust this test slightly so it doesn't depend on a
2010-04-10  Tim KientzleRefine the -C test a bit.
2010-04-10  Tim KientzleTest -C
2010-04-10  Tim KientzleTest cleanup:
2010-04-10  Tim KientzleSimplify by using assertMakeFile()
2010-04-10  Tim KientzleTest -b option
2010-04-10  Tim KientzleSimple test for tar -X
2010-04-10  Tim KientzleAdd basic test for --exclude
2010-04-04  Brian Harringremove pad_uncompressed; unused legacy bits
2010-04-04  Brian Harringfwrite is marked w/ check return, thus doing make check...
2010-03-31  Joerg Sonnenbergergetgrnam_r and getpwnam_r might not exist, so fallback...
2010-03-30  Joerg SonnenbergerSort arguments for calloc. Add comments about power...
2010-03-26  Joerg SonnenbergerExplicit test archive_read_next_header against ARCHIVE_OK
2010-03-24  Joerg SonnenbergerUse unsigned int for the link count to be consistent...
2010-03-24  Joerg Sonnenbergerres->buckets is always !NULL, so drop checks for it.
2010-03-24  Joerg Sonnenberger- Use calloc instead of malloc + zeroing
2010-03-24  Joerg SonnenbergerOnly run make maintainer-clean etc, if the Makefile...
2010-03-22  Tim KientzleSpeed up builds by just linking libarchive_test with...
2010-03-21  Tim KientzleAdd a TODO comment outlining a possible future optimiza...
2010-03-21  Tim KientzleChange raw_read_data_skip into a no-op. Remove the...
2010-03-21  Tim KientzleUpdate comments, remove a couple of unnecessary lines...
2010-03-21  Tim KientzleSwitch users of archive_read_skip() over to archive_rea...
2010-03-21  Tim KientzleFinish merging the archive_read_consume and archive_rea...
2010-03-21  Tim KientzleMake read_filter_skip be independent of read_filter_con...
2010-03-21  Tim KientzleClarify reporting of data errors in tests.
2010-03-21  Tim Kientzlearchive_read_skip_lenient() (which just returns the...
2010-03-21  Tim Kientzlearchive_read_filter_skip() is only used within archive_...
2010-03-21  Tim KientzleRework some of the Unicode handling to avoid alignment...
2010-03-15  Tim KientzleInclude "make dist-zip" as part of the autogen.sh script.
2010-03-15  Tim KientzleIssue 79: Fix build on Linux
2010-03-14  Joerg SonnenbergerUse mdoc2html, -T html doesn't work at least with the...
2010-03-13  Tim KientzleIssue 76: Correct segfault when Zip bidder sees a...
2010-03-12  Tim KientzleProvide format names that allow explicit setting of...
2010-03-12  Tim KientzleOn systems that can't read symlink ACLs, don't read...
2010-03-06  Tim KientzlePut the libarchive source directory at the beginning...
2010-03-06  Tim KientzleIssue 70: Consistently use O_BINARY when opening files.
2010-03-06  Tim KientzleInclude archive_crc32.h in the distribution.
2010-03-06  Tim KientzleStyle: remove trailing whitespace.
2010-03-06  Tim KientzleSet version to 2.8.900a for testing pre-3.0.
2010-03-06  Tim KientzleRework archive_write_set_options:
2010-03-06  Tim KientzleClean up a missing case.
2010-03-05  Tim KientzleIf we need iconv.h to do a test build, then we'll need...
2010-03-04  Tim KientzleCorrect the error message printed for a state failure.
2010-03-04  Tim KientzleSupport test specifications of the form 7-18 for runnin...
2010-03-04  Tim KientzleFix a memory leak by invoking the client closer at the
2010-03-01  Tim KientzleRename 'finish' to 'close' and 'destroy' to 'free'...
2010-03-01  Tim KientzleOpen a door to changing the current abort-on-state...
2010-02-28  Tim KientzleOn second thought, since this new man page basically...
2010-02-28  Tim KientzleFollowing Joerg's lead, split out the archive_write...
2010-02-28  Tim KientzleCorrect the comment to match the real spelling of these...
2010-02-27  Tim KientzleMinor fixups for the raw handler: Use "raw" as the...
2010-02-26  Michihiro NAKAJIMAUnbreak build on msys; further portability.
2010-02-26  Michihiro NAKAJIMAAdd aliases "iso" and "cd9660" to iso9660.
2010-02-26  Tim KientzleUse archive_clear_error() to wipe the error info.
2010-02-25  Michihiro NAKAJIMADo not break for-loop even if there is a wrong entry.
2010-02-25  Michihiro NAKAJIMAPortability.
2010-02-25  Michihiro NAKAJIMAOn Windows, use _mkgmtime64() which is like timegm...
2010-02-25  Tim Kientzlearchive_write_disk uses a series of chdir() operations...
2010-02-25  Tim KientzleUse st_size to size the buffer for reading a symbolic...
2010-02-25  Tim KientzleSet archive_error_number to zero here. I'm a little...
2010-02-25  Joerg SonnenbergerSort out the remaining format string vs argument types...
2010-02-25  Joerg SonnenbergerAdd __LA_PRINTF to enable format-string checks for...
2010-02-25  Joerg SonnenbergerSupport z for (s)size_t.
2010-02-25  Joerg SonnenbergerAdd missing argument for archive_set_error to match...
2010-02-25  Joerg SonnenbergerFix some types for printf-like functions.
2010-02-25  Michihiro NAKAJIMAExplicit cast to intmax_t for uid and gid in archive_wr...
2010-02-25  Michihiro NAKAJIMAIntroduce ISO writer.
2010-02-25  Michihiro NAKAJIMASimplify the handling of the MSDOS style dates, which...
2010-02-25  Michihiro NAKAJIMAEliminate the cause of segfault at test_write_disk_perm...
2010-02-25  Michihiro NAKAJIMAEliminate warnings, which are singed/unsigned mismatch...
2010-02-24  Michihiro NAKAJIMAUnbreak build on mingw.
2010-02-24  Michihiro NAKAJIMAMSDOS-style date/time can handle only dates between...
2010-02-24  Tim KientzleClarify that archive_errno() cannot be reliably used...
2010-02-24  Tim Kientzlesvn:ignore update
2010-02-24  Tim Kientzlesvn:ignore updates.
2010-02-23  Michihiro NAKAJIMAAvoid failing some libarchive_test on Windows and some...
2010-02-23  Tim KientzleOops. Forgot to initialize the is_disk_like variable...
2010-02-22  Joerg SonnenbergerBe consistent and complete and document all available...
2010-02-22  Joerg SonnenbergerDocument the various long options and use consistent...
2010-02-22  Joerg SonnenbergerFix a typo. Annotate that archive_entry_mode is the...
2010-02-22  Joerg Sonnenbergerarchive_entry_set_XXX is an alias for archive_entry_cop...
2010-02-22  Joerg SonnenbergerReduce to the basic creation/destroy functions and...
2010-02-22  Joerg SonnenbergerAdd description of archive_entry_perm/archive_entry_set...
2010-02-22  Joerg SonnenbergerHook up the remaining man pages.
2010-02-22  Joerg SonnenbergerThe majority of the stat(2) like interface.
2010-02-22  Joerg SonnenbergerSimplify birthtime handling and ensure that it is unset...
2010-02-22  Joerg SonnenbergerAdd archive_entry_strmode. Spaces around em-dash.
2010-02-22  Joerg SonnenbergerSplit functions related to Unix permission model from...
2010-02-22  Tim KientzleRemove a stray comment.
2010-02-22  Joerg SonnenbergerMention difference between _set and _copy.
2010-02-22  Tim KientzleFix libarchive tests to work correctly with the candida...
2010-02-22  Tim KientzleRework the file handling here to explicitly probe the...
2010-02-21  Tim KientzleFill in archive_entry_perm() as the read counterpart to
2010-02-21  Joerg SonnenbergerMan page for the path name related functions.
2010-02-21  Tim KientzlePrepare for the 3.0 ABI by switching a bunch of uses...
next