]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2010-05-30  Michihiro NAKAJIMACheck if xar writer is supported.
2010-05-28  Michihiro NAKAJIMAAdd xar writer.
2010-05-21  Michihiro NAKAJIMAOn Mac OS X, HASH functions are available in libSystem...
2010-05-20  Michihiro NAKAJIMAEnable HAVE_SYS_TYPES_H macro during HASH detecting...
2010-05-18  Michihiro NAKAJIMATRY_COMPILE requires specific include paths and library...
2010-05-18  Michihiro NAKAJIMAFor the second time and later, Prevent unneeded HASH...
2010-05-16  Tim KientzleOoops. r2403 accidentally included some debugging...
2010-05-16  Tim KientzleRetry the read() operation on EINTR. In particular...
2010-05-16  Tim KientzleHAVE_SIGACTION is required by tar.
2010-05-16  Tim KientzleProperly support filter(-1) as a shorthand for "the...
2010-05-15  Michihiro NAKAJIMAMsys requires wincypt.h to use CALG_* macros.
2010-05-14  Tim KientzleFix a return-value mixup when time restore failed.
2010-05-14  Michihiro NAKAJIMADivide the code detecting ARCHIVE_HASH_*_WIN from CHECK...
2010-05-13  Joerg SonnenbergerNo empty BUGS section. It's not like they don't exist...
2010-05-13  Joerg Sonnenberger\\ -> \e
2010-05-12  Michihiro NAKAJIMA__la_hash_*() are defined at archive_windows.c, those...
2010-05-12  Michihiro NAKAJIMAThis is a part of r2388. I forgot.
2010-05-12  Michihiro NAKAJIMAAvoid TRY_COMPILE() failure when detecting ARCHIVE_HASH...
2010-05-12  Michihiro NAKAJIMASimplify an MD_CHECK macro in CMakeLists.txt.
2010-05-12  Michihiro NAKAJIMASet a proper include directory path for hash detecting...
2010-05-12  Michihiro NAKAJIMAMove the definitions related to hash in archive_windows...
2010-05-12  Tim KientzleRemove an unused variable.
2010-05-11  Brian Harringfix fwrites... remember, semi modern glibc's, the retur...
2010-05-11  Michihiro NAKAJIMA_WIN32_WINNT has been defined at config.h.
2010-05-10  Michihiro NAKAJIMAAdd "__la_" prefix to our hash functions defined at...
2010-05-10  Michihiro NAKAJIMATweak archive_windows.[ch] for ARCHIVE_HASH_*, new...
2010-05-10  Michihiro NAKAJIMAAdd ARCHIVE_HASH_*_WIN macro for CMake build system.
2010-05-10  Michihiro NAKAJIMADo not always compile for ARCHIVE_HASH_* on CMake build...
2010-05-09  Joerg SonnenbergerRewrite the hash function detection. Build an actual...
2010-05-09  Tim KientzleImprove the sample code in archive_write.3
2010-05-06  Michihiro NAKAJIMAAdd lzip write filter and --lzip option to bsdtar.
2010-05-05  Michihiro NAKAJIMAAdd a compatibity test for lzip.
2010-05-05  Michihiro NAKAJIMAFor liblzma initialization for lzip, use lzma_raw_decod...
2010-05-04  Michihiro NAKAJIMAFix comments.
2010-05-04  Michihiro NAKAJIMAAdd support for lzip (read filter).
2010-05-04  Michihiro NAKAJIMARename a variable name from lzma_stram_init to lzma_str...
2010-05-04  Michihiro NAKAJIMAGive a value to HAVE_GETGRNAM_R and HAVE_GETPWNAM_R.
2010-05-04  Michihiro NAKAJIMAFix build error with liblzma on MSVC.
2010-05-03  Michihiro NAKAJIMARewrite the procedure finding a hardlink target on...
2010-05-03  Tim KientzleCmake updates:
2010-05-03  Tim KientzleFix 'make dist': build/windows no longer exists
2010-05-02  Michihiro NAKAJIMATest that ISO writer can treat the entry which has...
2010-05-02  Michihiro NAKAJIMAWhile entries are added, return ARCHIVE_FAILED if the...
2010-05-02  Tim KientzleTest tar --gid --gname --uid --uname options
2010-05-02  Michihiro NAKAJIMARemove uid= and gid= options from ISO writer.
2010-05-02  Michihiro NAKAJIMATweak the result of comparing identifiers for __archive...
2010-05-02  Michihiro NAKAJIMAUse ARCHIVE_RB_TREE_FOREACH() macro.
2010-05-02  Tim KientzleMove the private ACL parser declaration out of the...
2010-05-02  Tim KientzleClarify the explanation of archive_write_finish_entry.
2010-05-02  Tim KientzleRemove the old manually-maintained Windows build files...
2010-05-02  Tim KientzleSince extattrs get written to disk at file close, the...
2010-05-02  Tim KientzleAdd cmake test for EXTATTR_NAMESPACE_USER to fix extatt...
2010-05-01  Tim KientzleAdd --gid, --gname, --uid, --uname options to tar.
2010-05-01  Tim Kientzle-vV is a synonym for -v
2010-05-01  Tim KientzleSome Solaris systems seem to give root a gid of 1.
2010-05-01  Tim Kientzletest cpio -0
2010-04-30  Joerg SonnenbergerFix archive_rb_iterate for the min/max case.
2010-04-29  Michihiro NAKAJIMAUse __archive_rb_tree_init() instead of directly initia...
2010-04-29  Joerg SonnenbergerUse custom include guard
2010-04-29  Michihiro NAKAJIMASplit the procedure, which is removing a child from...
2010-04-29  Michihiro NAKAJIMAAdd some test pattern to ISO writer.
2010-04-29  Michihiro NAKAJIMASwitch red black tree routine to use __archive_rb_...
2010-04-29  Michihiro NAKAJIMAAdd __archive_ prefix to rb_tree_remove_node().
2010-04-29  Michihiro NAKAJIMAUnbreak build on Windows.
2010-04-28  Joerg SonnenbergerHook up archive_rb.[ch] to the build.
2010-04-28  Joerg SonnenbergerPort NetBSD's rb.c. Changes here are:
2010-04-28  Michihiro NAKAJIMARewrite the shortcut of finding a parent entry.
2010-04-28  Michihiro NAKAJIMARemove unused code.
2010-04-28  Michihiro NAKAJIMArb_INSERT() can tell us if there is the same entry.
2010-04-28  Michihiro NAKAJIMAFix a build failure.
2010-04-28  Michihiro NAKAJIMAFix a comment terminater.
2010-04-28  Michihiro NAKAJIMACheck if there is the same name entry before inserting...
2010-04-28  Michihiro NAKAJIMAMake sure the return value of get_path_component()...
2010-04-28  Michihiro NAKAJIMADo not access a released memory.
2010-04-28  Michihiro NAKAJIMARewrite the code building ISO9660/joliet identifiers...
2010-04-28  Michihiro NAKAJIMANormalize red block tree routine.
2010-04-28  Michihiro NAKAJIMAInitial implement of red black tree to speed up making...
2010-04-27  Michihiro NAKAJIMARemove relaxed-filenames option.
2010-04-27  Michihiro NAKAJIMASpeed up a lot of directory traversal.
2010-04-27  Michihiro NAKAJIMARemove an allow-pvd-lowercase option.
2010-04-27  Michihiro NAKAJIMAUnbreak build on the system which does not have zlib.
2010-04-27  Michihiro NAKAJIMAClean up the code finding a child from its parent direc...
2010-04-26  Joerg SonnenbergerMake sure that fd has a valid value.
2010-04-26  Michihiro NAKAJIMAMove isoent_find_entry() to proper place for maintenance.
2010-04-26  Michihiro NAKAJIMAFix memory leaks.
2010-04-26  Michihiro NAKAJIMAThe type of a zisofs option is now boolean.
2010-04-26  Michihiro NAKAJIMARemove an allow-period option.
2010-04-26  Brian Harringadd test_filter_count to cmake... dual build frameworks...
2010-04-26  Michihiro NAKAJIMARemove an allow-sharp-tilde option.
2010-04-26  Michihiro NAKAJIMARemove an allow-multidot option.
2010-04-26  Michihiro NAKAJIMARemove an allow-lowercase option.
2010-04-26  Michihiro NAKAJIMARemove an allow-ldot option.
2010-04-26  Brian Harringadd the test implementation I missed in the last commit
2010-04-26  Brian Harringfix archive_filter_count to actually work; implementati...
2010-04-25  Michihiro NAKAJIMAget_parent_and_basename() is used when HAVE_ZLIB_H...
2010-04-25  Michihiro NAKAJIMAUnbreak build on cygwin.
2010-04-25  Michihiro NAKAJIMATo be simple, remove zisofs-exclude option.
2010-04-25  Michihiro NAKAJIMAFix an ISO writer test failure, which cannot write...
2010-04-25  Michihiro NAKAJIMATo be simple, remove zisofs=indirect option.
2010-04-25  Michihiro NAKAJIMAUnbreak build on Visual Studio.
next