]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-02-12  Tim Kientzlearchive_write_header() requires the pathname to be...
2011-02-11  Tim KientzleFrom Issue 138: properly cast before assigning unsigned...
2011-02-11  Tim KientzleChange mode and compress to int to match other option...
2011-02-11  Tim KientzleImprove an error message.
2011-02-11  Tim KientzleIf no name is available, don't store one.
2011-02-11  Tim KientzleDetect when no format is set and return an error.
2011-02-09  Michihiro NAKAJIMASimply set -1 to a file offset not to appear before...
2011-02-06  Tim KientzleFollowup on Issue 134:
2011-02-06  Tim KientzleDon't compress the Zip file in this test.
2011-02-06  Tim KientzleExtend test_open_failure to verify the case documented...
2011-02-06  Tim KientzleIssue 134: Fix libarchive 2.8 crashing in archive_writ...
2011-01-30  Tim KientzleAdditional information on test failures.
2011-01-27  Tim KientzleImplement POSIX readdir_r checks in CMakeLists.txt.
2011-01-27  Tim KientzleOnly recognize the POSIX-compliant version of readdir_r.
2011-01-27  Michihiro NAKAJIMAFix typo and comment.
2011-01-26  Tim KientzleIssue 130: Typos and cross-reference errors in man...
2011-01-26  Tim KientzleHaving a "windows.h" header does not make you a Windows...
2011-01-25  Michihiro NAKAJIMAProperly restore birthtime on Windows; use W32API direc...
2011-01-25  Michihiro NAKAJIMAAvoid the warning about uninitialized variable which
2011-01-25  Michihiro NAKAJIMAImprove checking of statfs in LSB.
2011-01-25  Tim KientzleDon't leave out required test files.
2011-01-24  Tim KientzleWhen fetching the file contents from disk, obey local...
2011-01-24  Tim KientzleBe consistent in when we choose to use the deep-directo...
2011-01-24  Tim KientzleStart using int64_t for uid/gid variables and int for...
2011-01-24  Michihiro NAKAJIMASome platoforms do not define NAME_MAX macro and some...
2011-01-23  Michihiro NAKAJIMAIf the offset of a file entry is zero, set -1 to the...
2011-01-23  Tim KientzleEnsure that int64_t, int32_t, int16_t, intmax_t, uint64...
2011-01-23  Michihiro NAKAJIMAOn Windows, set 'Creation time' to both birthtime and...
2011-01-22  Tim KientzleEliminate a bunch of off_t uses.
2011-01-22  Tim KientzleAdd autoconf logic to ensure we have int32_t, uint32_t...
2011-01-22  Tim KientzleOn SCO 5, use "long long" as the 64-bit integer type...
2011-01-22  Tim KientzleWork around missing wmemcmp()
2011-01-21  Michihiro NAKAJIMACorrect arguments order of assertion_utimes() function.
2011-01-21  Michihiro NAKAJIMAEliminate some warnings on Visual Studio.
2011-01-21  Michihiro NAKAJIMAUse O_NOATIME flag to open() operation if we can.
2011-01-21  Michihiro NAKAJIMAFix build error on linux.
2011-01-21  Michihiro NAKAJIMAAdd the ability to restore atime to the directory trave...
2011-01-20  Michihiro NAKAJIMADrop unneeded O_NOFOLLOW because we already know what
2011-01-19  Michihiro NAKAJIMAAvoid build error about unused get_xfer_size() function.
2011-01-19  Michihiro NAKAJIMATry to eliminate fchdir() operation as much as we can...
2011-01-19  Michihiro NAKAJIMAUse readlinkat() function if platform has.
2011-01-19  Michihiro NAKAJIMAUse extattr_list_fd/extattr_get_fd to get extended...
2011-01-19  Michihiro NAKAJIMAUse flistxattr/fgetxattr to get extended attributes...
2011-01-18  Michihiro NAKAJIMAAdd the experimental code using O_DIRECT in the read...
2011-01-18  Michihiro NAKAJIMADo not set a default value to struct fileystem.xfer_ali...
2011-01-18  Michihiro NAKAJIMAUpdate comment for setup_current_filesystem().
2011-01-18  Michihiro NAKAJIMA_PC_REC_XFER_* macros used for pathconf() are defined...
2011-01-18  Michihiro NAKAJIMAReduce performing fchdir().
2011-01-18  Michihiro NAKAJIMApathconf(_PC_REC_INCR_XFER_SIZE) on some platform does...
2011-01-18  Michihiro NAKAJIMAAt this time struct statvfs.f_namemax is usually not...
2011-01-18  Michihiro NAKAJIMAFix build warning on the platform which does not have...
2011-01-17  Michihiro NAKAJIMAstruct filesystem.name_max appears only HAVE_READDIR_R...
2011-01-17  Michihiro NAKAJIMAMake sure do not use broken symlink path.
2011-01-17  Michihiro NAKAJIMATweak setup_current_filesystem() for FreeBSD to be...
2011-01-17  Michihiro NAKAJIMAAdjust a read buffer address to the current filesystem...
2011-01-17  Michihiro NAKAJIMAPush down the code gettting maximum filename length...
2011-01-17  Michihiro NAKAJIMAFix build error on some platforme which has standard...
2011-01-16  Michihiro NAKAJIMARemove unneeded initialization on Windows. I forgot...
2011-01-16  Michihiro NAKAJIMARevert previous change. I was wrong.
2011-01-16  Michihiro NAKAJIMADo not read an unused variable.
2011-01-16  Michihiro NAKAJIMARemove the wrong initialization which caused invalid...
2011-01-16  Michihiro NAKAJIMAFix typo.
2011-01-16  Michihiro NAKAJIMAGet a block size and an alignment of a filesystem for...
2011-01-16  Michihiro NAKAJIMACorrectoly gather the file system statistics where...
2011-01-16  Michihiro NAKAJIMAUse openat() operations at the directory traversals.
2011-01-15  Tim KientzleIssue 127: Always initialize restore_pwd so it always...
2011-01-15  Tim KientzleIssue 128: Don't initialize a static vtable more than...
2011-01-14  Michihiro NAKAJIMAAdd loop check to the directory traversals.
2011-01-14  Michihiro NAKAJIMASimply reduce "#ifdef HAVE_FCHDIR" lines.
2011-01-13  Michihiro NAKAJIMAAvoid the difference between posix and Windows about...
2011-01-13  Michihiro NAKAJIMAClean up style. no funcational changes.
2011-01-13  Michihiro NAKAJIMAWe have already had GNU tar writer, and so it is unnece...
2011-01-13  Michihiro NAKAJIMARemove dated comment or comment for posix platform.
2011-01-12  Michihiro NAKAJIMARemove unneeded off_t from archive_read_disk_windows.
2011-01-12  Michihiro NAKAJIMASet PATH_MAX to the size the 2nd argument of getcwd...
2011-01-12  Michihiro NAKAJIMAMake an archive_read_data_block of archive_read_disk...
2011-01-12  Michihiro NAKAJIMAFix a distribution file name.
2011-01-12  Michihiro NAKAJIMAProve that statfs is available.
2011-01-11  Michihiro NAKAJIMAUpdate a test for directory traversals;
2011-01-11  Michihiro NAKAJIMAFix a symlink handling of directory traversals after...
2011-01-11  Michihiro NAKAJIMAImprove directory traversals to be able to reopen.
2011-01-11  Brian Harringuse assertEqualInt instead; when it fails, it actually...
2011-01-10  Michihiro NAKAJIMAChange a compression type of test_option_keep_newer_fil...
2011-01-08  Tim KientzleAs discussed in Issue 125, we're misusing CHECK_SYMBOL_...
2011-01-06  Michihiro NAKAJIMAInitialize a loop counter.
2011-01-06  Michihiro NAKAJIMAProperly reset working directory when a directory trave...
2011-01-06  Michihiro NAKAJIMASkip a test if platform does not have cat command.
2011-01-06  Michihiro NAKAJIMAFix compling error. A const pointer cannot be used...
2011-01-05  Michihiro NAKAJIMAChange a compression type of test_compat_mac_gnutar...
2011-01-05  Michihiro NAKAJIMARemove posix code from archive_read_disk_windows.
2011-01-05  Michihiro NAKAJIMAImprove r2857; If symlink is broken, use its directory...
2011-01-03  Michihiro NAKAJIMAAdd a nil terminator size to the size of archive_string...
2011-01-03  Michihiro NAKAJIMADo not find out a filesystem status when the symlink...
2011-01-03  Michihiro NAKAJIMAIf a platform cannot handle a symbolic link, do not...
2011-01-03  Michihiro NAKAJIMASkip a test for MSZIP of CAB reader if libarchive compi...
2011-01-03  Michihiro NAKAJIMACorrectly detect Windows full paths.
2011-01-02  Tim KientzleExtend tar/test/test_option_r to verify the bug that...
2011-01-02  Tim KientzleExtend the test of bsdtar -r to exercise larger file...
2011-01-01  Michihiro NAKAJIMAEliminate a warning.
2011-01-01  Michihiro NAKAJIMAPrevent a segmentation fault caused by a broken ISO...
next