]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2010-09-01  Brian Harringfix tcp.sh to work (looks like upon importation it...
2010-08-22  Tim KientzleRemove the SCHILY dev/ino/nlink attributes, since noone...
2010-08-15  Tim KientzleWhen -R is specified, make sure to clear the uname...
2010-08-10  Tim KientzleUpdate config_freebsd.h
2010-08-10  Tim KientzleFix a signed mismatch on 64-bit architectures.
2010-08-10  Tim KientzleCorrect some signed/unsigned mismatches on 64-bit platf...
2010-08-10  Tim KientzleRemove unused STDIN_FILNO, STDOUT_FILENO, STDERR_FILENO...
2010-08-08  Tim KientzleRemove a couple of unused arguments from internal funct...
2010-08-08  Tim KientzlePreserve const when casting.
2010-08-08  Tim Kientzlembstowcs returns size_t, so store the result in a size_t.
2010-08-08  Tim KientzleUse the same type for both branches of the ternary...
2010-08-08  Tim KientzleUnused variable.
2010-08-01  Tim KientzleDisable sparse file support on Linux.
2010-07-31  Tim KientzleAccept and ignore multiple PVDs.
2010-07-31  Tim KientzleAdd the new libarchive/test/test_open_failure.c to the
2010-07-25  Tim KientzleNew test: Verify that failures of the client opener
2010-07-25  Tim KientzleInstead of trying a read-ahead after each filter stage,
2010-07-25  Tim KientzleIf opening the filter pipeline fails, immediately
2010-07-20  Andreas HenrikssonTreat ENOSYS as ENOTSUP for optional features to avoid...
2010-07-19  Tim KientzleAs reported by Aaron W Hsu, some ISO writers put a
2010-07-17  Tim KientzleVirtualize archive_read_next_header(). In particular...
2010-07-15  Joerg SonnenbergerFix typo
2010-07-13  Tim KientzleAs discussed on the libarchive-discuss mailing list,
2010-07-09  Michihiro NAKAJIMAOn Windows, use UNICODE version APIs to exceed the...
2010-07-08  Michihiro NAKAJIMAOn Windows, use BY_HANDLE_FILE_INFORMAION directly...
2010-07-08  Michihiro NAKAJIMATrim \r from each line of archive_read_disk.c
2010-07-08  Tim KientzleDon't abuse typecasts, fix a build failure on FreeBSD...
2010-07-04  Tim KientzleRework minitar example to use archive_read_disk directory
2010-07-03  Tim KientzleFor libarchive 3.0, use int64_t instead of uid_t, gid_t...
2010-07-03  Tim KientzleFinish fixing the breakage from r2522: In particular...
2010-07-03  Tim KientzleFix a counting error in the Mac pathname editing.
2010-07-03  Tim KientzlePush support for writing Mac attributes into tar archives
2010-07-02  Andreas Henrikssoniso9660: disable trailing dot stripping code in joliet...
2010-07-01  Andreas Henrikssoniso9660: fix joliet version/dot stripping code to handl...
2010-06-30  Joerg SonnenbergerReflect various merges for 2.8.4. v2.8.4
2010-06-30  Tim KientzleBasic test for tar --newer-than option. So far, this
2010-06-29  Tim KientzleFix Issue 100: Allow a zero for the Type M Path Table...
2010-06-29  Tim KientzleReport the filename that appeared as a duplicate.
2010-06-29  Andreas Henrikssoniso9660/joliet: enable version stripping code.
2010-06-29  Andreas Henrikssontest: add joliet iso with versioned files testcase.
2010-06-28  Joerg SonnenbergerMerge r2511:
2010-06-28  Joerg SonnenbergerAdd two more cases where wcscmp is needed. From Hauke...
2010-06-27  Joerg SonnenbergerMerge r2498:
2010-06-27  Tim KientzleMerge branches/wstring: This adds a new archive_wstring
2010-06-26  Tim KientzleChoose the copy buffer size used for reading files
2010-06-26  Tim KientzleUse -b setting when interpolating archives.
2010-06-26  Tim KientzleUse intmax_t for %jd printf arguments.
2010-06-25  Tim KientzleVarious tar format improvements:
2010-06-25  Tim KientzleClear a new fixup_entry. Otherwise, the fixup pass
2010-06-25  Tim Kientzlecast DWORD to int to match %d printf specifier
2010-06-24  Joerg SonnenbergerImprove support for systems without modern wctype.h...
2010-06-21  Joerg SonnenbergerMerge r2495: Fix distribution list to include all cpio...
2010-06-21  Joerg SonnenbergerDon't compile in wide char test cases if wcscpy is...
2010-06-21  Joerg SonnenbergerFix distribution list to include all cpio testcases.
2010-06-20  Joerg SonnenbergerMerge 2493:
2010-06-20  Joerg SonnenbergerBe nice to ancient bzlib.h, it needs stdio.h.
2010-06-19  Joerg SonnenbergerMerge r2490 and r2491:
2010-06-19  Joerg SonnenbergerMust define constants to 1 for #if to work.
2010-06-19  Joerg SonnenbergerFall back to getgrgid and getpwuid if the reentrant...
2010-06-19  Joerg SonnenbergerMerge 2488: Deal with bzip2 before 1.0 by not using it.
2010-06-19  Joerg SonnenbergerDeal with bzip2 before 1.0 by not using it.
2010-06-19  Tim KientzleAdd ARCHIVE_EXTRACT_MAC_METADATA flag to archive_write_...
2010-06-18  Tim KientzleIncrease the amount of context when assertEqualMem...
2010-06-17  Joerg SonnenbergerMerge 2482: stdint.h is needed on QNX for the test...
2010-06-17  Joerg SonnenbergerQNX needs stdint.h in the test cases as well.
2010-06-16  Joerg SonnenbergerMerge r2480:
2010-06-16  Joerg SonnenbergerIf no equal sign was found in the buffer, don't use...
2010-06-16  Joerg SonnenbergerMerge r2269 and part of r2359:
2010-06-16  Joerg SonnenbergerMerged r2058, r2366, r2375-r2380, r2385-r2392, r2395...
2010-06-16  Joerg SonnenbergerRevert r2412 and require autoconf 2.65 instead.
2010-06-15  Joerg SonnenbergerOnly use poll(2) if either poll.h or sys/poll.h exists.
2010-06-14  Michihiro NAKAJIMAFix a segmentation fault.
2010-06-14  Michihiro NAKAJIMAMake EXT2_IOC_GETFLAGS enabled and fix build error.
2010-06-14  Michihiro NAKAJIMAUse __FreeBSD__ macro instead of HAVE_GETVFSBYNAME...
2010-06-14  Michihiro NAKAJIMAOn Windows, remove chdir/SetCurrentDirectory from archi...
2010-06-14  Tim KientzleFix an overflow in the compression ratio calculation.
2010-06-11  Michihiro NAKAJIMAUse FindFirstFile for the first entry to detect whether...
2010-06-11  Michihiro NAKAJIMAAdd support for archive_read_disk_current_filesystem_is...
2010-06-11  Michihiro NAKAJIMAIt seems OpenBSD does not set MNT_LOCAL/ST_LOCAL to...
2010-06-11  Michihiro NAKAJIMARename filesystem_information to setup_current_filesyst...
2010-06-11  Michihiro NAKAJIMAAdd support for archive_read_disk_current_filesystem_is...
2010-06-11  Michihiro NAKAJIMATweak a test for directory traversals.
2010-06-11  Michihiro NAKAJIMAAdd support for archive_read_disk_current_filesystem_is...
2010-06-11  Michihiro NAKAJIMAAdd archive_read_disk_current_filesystem_is_synthetic and
2010-06-10  Michihiro NAKAJIMAAdd archive_read_disk_current_filesystem which returns...
2010-06-10  Michihiro NAKAJIMASupport archive_read_data_block in archive_read_disk.
2010-06-10  Michihiro NAKAJIMAAdditional test calling archive_read_disk with a regula...
2010-06-10  Michihiro NAKAJIMABackout __la_lstat.
2010-06-09  Michihiro NAKAJIMAAdd __la_lstat similar to lstat.
2010-06-09  Michihiro NAKAJIMAAdd test code for using wildcard on Windows.
2010-06-09  Michihiro NAKAJIMAUse struct archive_string for handling a path name...
2010-06-09  Michihiro NAKAJIMABring the code supporting directory traversals from...
2010-06-08  Michihiro NAKAJIMAFix my previous committed code; eliminate build error...
2010-06-08  Michihiro NAKAJIMAMake archive_read_next_header2 and archive_read_data_bl...
2010-06-05  Tim KientzleSupport for reading Mac OS-style metadata blobs.
2010-06-05  Tim KientzleLimit the scope of a variable.
2010-06-05  Tim KientzleIf the temporary file gets truncated for any reason...
2010-06-04  Tim KientzleSwitch version to 3.0; we should be exercising the...
2010-06-04  Tim KientzleAn lzip test reference file was omitted from the distri...
2010-06-03  Tim Kientzlearchive_read_data_block is public, even in libarchive...
next