summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify that Jan Psota's test reflects invalid resultsTim Kientzle2011-02-122-4/+7
* Document some of the other items in the contrib directory.Tim Kientzle2011-02-121-1/+25
* Cast size_t values to int so we can print them with %d.Tim Kientzle2011-02-121-2/+2
* Don't iterate past the end of an octal field onTim Kientzle2011-02-121-1/+1
* Document the transition plan for archive_read_finish to beTim Kientzle2011-02-121-0/+8
* Restore basic documentation for archive_read_finishTim Kientzle2011-02-125-5/+42
* archive_write_header() requires the pathname to be set.Tim Kientzle2011-02-121-1/+1
* From Issue 138: properly cast before assigning unsigned long to int.Tim Kientzle2011-02-111-2/+2
* Change mode and compress to int to match other option-processing variables.Tim Kientzle2011-02-111-3/+2
* Improve an error message.Tim Kientzle2011-02-111-1/+1
* If no name is available, don't store one.Tim Kientzle2011-02-111-1/+3
* Detect when no format is set and return an error.Tim Kientzle2011-02-111-0/+7
* Simply set -1 to a file offset not to appear before any directories;Michihiro NAKAJIMA2011-02-095-2/+282
* Don't compress the Zip file in this test.Tim Kientzle2011-02-061-1/+0
* Extend test_open_failure to verify the case documented in Issue 134.Tim Kientzle2011-02-061-0/+17
* Additional information on test failures.Tim Kientzle2011-01-301-0/+6
* Implement POSIX readdir_r checks in CMakeLists.txt.Tim Kientzle2011-01-272-2/+7
* Only recognize the POSIX-compliant version of readdir_r.Tim Kientzle2011-01-271-1/+10
* Fix typo and comment.Michihiro NAKAJIMA2011-01-261-11/+11
* Issue 130: Typos and cross-reference errors in man pages.Tim Kientzle2011-01-263-6/+6
* Having a "windows.h" header does not make you a Windows platform.Tim Kientzle2011-01-251-2/+2
* Properly restore birthtime on Windows; use W32API directly inMichihiro NAKAJIMA2011-01-254-176/+88
* Avoid the warning about uninitialized variable whichMichihiro NAKAJIMA2011-01-251-1/+1
* Improve checking of statfs in LSB.Michihiro NAKAJIMA2011-01-254-7/+12
* Don't leave out required test files.Tim Kientzle2011-01-251-0/+1
* When fetching the file contents from disk, obey local systemTim Kientzle2011-01-231-0/+10
* Be consistent in when we choose to use the deep-directory logic.Tim Kientzle2011-01-231-1/+1
* Start using int64_t for uid/gid variables and int for mode variables.Tim Kientzle2011-01-231-8/+7
* Some platoforms do not define NAME_MAX macro and some platforms define butMichihiro NAKAJIMA2011-01-232-3/+9
* If the offset of a file entry is zero, set -1 to the offset, which isMichihiro NAKAJIMA2011-01-231-2/+5
* Ensure that int64_t, int32_t, int16_t, intmax_t, uint64_t, uint32_t,Tim Kientzle2011-01-232-81/+185
* On Windows, set 'Creation time' to both birthtime and ctime, becauseMichihiro NAKAJIMA2011-01-223-3/+8
* Eliminate a bunch of off_t uses.Tim Kientzle2011-01-228-74/+26
* Add autoconf logic to ensure we have int32_t, uint32_t, int16_t, and uint16_tTim Kientzle2011-01-221-3/+7
* On SCO 5, use "long long" as the 64-bit integer type in the publicTim Kientzle2011-01-222-23/+25
* Work around missing wmemcmp()Tim Kientzle2011-01-221-0/+8
* Correct arguments order of assertion_utimes() function.Michihiro NAKAJIMA2011-01-211-1/+1
* Eliminate some warnings on Visual Studio.Michihiro NAKAJIMA2011-01-214-5/+5
* Use O_NOATIME flag to open() operation if we can.Michihiro NAKAJIMA2011-01-211-4/+30
* Fix build error on linux.Michihiro NAKAJIMA2011-01-212-0/+6
* Add the ability to restore atime to the directory traversals.Michihiro NAKAJIMA2011-01-217-75/+575
* Drop unneeded O_NOFOLLOW because we already know what Michihiro NAKAJIMA2011-01-201-2/+1
* Avoid build error about unused get_xfer_size() function.Michihiro NAKAJIMA2011-01-191-6/+16
* Try to eliminate fchdir() operation as much as we can in the directoryMichihiro NAKAJIMA2011-01-191-6/+28
* Use readlinkat() function if platform has.Michihiro NAKAJIMA2011-01-197-3/+17
* Use extattr_list_fd/extattr_get_fd to get extended attributes on FreeBSDMichihiro NAKAJIMA2011-01-191-6/+12
* Use flistxattr/fgetxattr to get extended attributes on LinuxMichihiro NAKAJIMA2011-01-194-9/+23
* Add the experimental code using O_DIRECT in the read disk object andMichihiro NAKAJIMA2011-01-181-11/+17
* Do not set a default value to struct fileystem.xfer_align and relatedMichihiro NAKAJIMA2011-01-181-10/+20
* Update comment for setup_current_filesystem().Michihiro NAKAJIMA2011-01-181-4/+8