]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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...
2010-02-21  Tim KientzleGCC on Mac OS is picky about pointer arithmetic.
2010-02-21  Tim KientzleMacs don't have tape drives, but they do define _PATH_D...
2010-02-21  Tim KientzleRemove an old debugging printf.
2010-02-21  Joerg SonnenbergerKill a trailing comma at the end of the .Nm list.
2010-02-21  Joerg SonnenbergerImprove detection of SHA2 functions in OpenSSL to deal...
2010-02-21  Joerg SonnenbergerInstall archive_entry_acl.3 and archive_entry_time.3.
2010-02-21  Joerg SonnenbergerFix the description of ctime as noticed by Tim.
2010-02-21  Tim KientzleRemove calls to set_compression_none(), since it does...
2010-02-21  Tim KientzleThe only place blocking is really needed is just before...
2010-02-21  Michihiro NAKAJIMAUnbreak build on Visual Studio.
2010-02-21  Joerg Sonnenbergermdoclint.
2010-02-21  Joerg SonnenbergerFirst draft of a man page for the ACL functions.
2010-02-20  Joerg SonnenbergerKill some trailing whitespace.
2010-02-20  Joerg SonnenbergerSplit time field documentation into a separate man...
2010-02-20  Joerg SonnenbergerSpell my own name :)
2010-02-20  Joerg SonnenbergerSimplify the line reader:
2010-02-20  Joerg SonnenbergerAdd a basic man page for the linkresolver code.
2010-02-20  Tim KientzleRemove some debugging printfs
2010-02-20  Joerg SonnenbergerProvide a sane default strategy for the various formats.
2010-02-20  Joerg SonnenbergerMake sure that len is initialised even if no filters...
2010-02-20  Joerg SonnenbergerFix spacing
2010-02-20  Tim KientzleCorrect the spelling of 'hierarchy'
2010-02-20  Joerg SonnenbergerThe second argument for lafe_line_reader has been chang...
2010-02-20  Tim KientzleImprove the detection of seekable devices so we can...
2010-02-20  Tim KientzleStackable write filter support. This ended up touching...
2010-02-20  Tim KientzleReturning ARCHIVE_WARN when someone tries to write...
2010-02-20  Tim KientzleUse the non-deprecated archive_version_string()
2010-02-20  Joerg SonnenbergerDo not leak setup_xattr into the global name space.
2010-02-17  Michihiro NAKAJIMARemove unused macros in archive_windows.h.
2010-02-17  Tim KientzleIn libarchive 3.0, archive_entry_ino() returns int64_t...
2010-02-17  Tim KientzleStarting with libarchive 3.0, archive_entry_set_ino...
2010-02-17  Tim KientzleUse archive_version_string() instead of archive_version().
2010-02-17  Tim KientzleDon't use archive_version(), which is going away in...
2010-02-17  Tim KientzleModernize this test. Add additional assertions to...
2010-02-17  Tim KientzleVerify the correct formats are being reported when...
2010-02-17  Tim KientzleBreak a long line.
2010-02-17  Tim KientzleModernize this test a bit.
next