2011-02-18 |
Björn Jacke | add CMake tests for AIX' EA interface |
commit | commitdiff | tree |
2011-02-18 |
Björn Jacke | add autoconf tests for AIX' EA interface |
commit | commitdiff | tree |
2011-02-16 |
Björn Jacke | clean.sh: use "rm" with "-f" so that it doens't complai... |
commit | commitdiff | tree |
2011-02-16 |
Björn Jacke | on Tru64 use the F_SETTIMES fcntl to restore timestamps. |
commit | commitdiff | tree |
2011-02-16 |
Björn Jacke | add ctime to the internal set_timeѕ() function |
commit | commitdiff | tree |
2011-02-13 |
Tim Kientzle | Work around broken PSXCRT unistd.h, which defines macros |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Issue 135: Have archive_write_data_block fail with... |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Issue 135: document archive_write_data_block and make... |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | On second thought, leave Jan Psota's tables alone and... |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Clarify that Jan Psota's test reflects invalid results |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Document some of the other items in the contrib directory. |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Cast size_t values to int so we can print them with %d. |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Don't iterate past the end of an octal field on |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Document the transition plan for archive_read_finish... |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | Restore basic documentation for archive_read_finish |
commit | commitdiff | tree |
2011-02-12 |
Tim Kientzle | archive_write_header() requires the pathname to be... |
commit | commitdiff | tree |
2011-02-11 |
Tim Kientzle | From Issue 138: properly cast before assigning unsigned... |
commit | commitdiff | tree |
2011-02-11 |
Tim Kientzle | Change mode and compress to int to match other option... |
commit | commitdiff | tree |
2011-02-11 |
Tim Kientzle | Improve an error message. |
commit | commitdiff | tree |
2011-02-11 |
Tim Kientzle | If no name is available, don't store one. |
commit | commitdiff | tree |
2011-02-11 |
Tim Kientzle | Detect when no format is set and return an error. |
commit | commitdiff | tree |
2011-02-09 |
Michihiro NAKAJIMA | Simply set -1 to a file offset not to appear before... |
commit | commitdiff | tree |
2011-02-06 |
Tim Kientzle | Followup on Issue 134: |
commit | commitdiff | tree |
2011-02-06 |
Tim Kientzle | Don't compress the Zip file in this test. |
commit | commitdiff | tree |
2011-02-06 |
Tim Kientzle | Extend test_open_failure to verify the case documented... |
commit | commitdiff | tree |
2011-02-06 |
Tim Kientzle | Issue 134: Fix libarchive 2.8 crashing in archive_writ... |
commit | commitdiff | tree |
2011-01-30 |
Tim Kientzle | Additional information on test failures. |
commit | commitdiff | tree |
2011-01-27 |
Tim Kientzle | Implement POSIX readdir_r checks in CMakeLists.txt. |
commit | commitdiff | tree |
2011-01-27 |
Tim Kientzle | Only recognize the POSIX-compliant version of readdir_r. |
commit | commitdiff | tree |
2011-01-27 |
Michihiro NAKAJIMA | Fix typo and comment. |
commit | commitdiff | tree |
2011-01-26 |
Tim Kientzle | Issue 130: Typos and cross-reference errors in man... |
commit | commitdiff | tree |
2011-01-26 |
Tim Kientzle | Having a "windows.h" header does not make you a Windows... |
commit | commitdiff | tree |
2011-01-25 |
Michihiro NAKAJIMA | Properly restore birthtime on Windows; use W32API direc... |
commit | commitdiff | tree |
2011-01-25 |
Michihiro NAKAJIMA | Avoid the warning about uninitialized variable which |
commit | commitdiff | tree |
2011-01-25 |
Michihiro NAKAJIMA | Improve checking of statfs in LSB. |
commit | commitdiff | tree |
2011-01-25 |
Tim Kientzle | Don't leave out required test files. |
commit | commitdiff | tree |
2011-01-24 |
Tim Kientzle | When fetching the file contents from disk, obey local... |
commit | commitdiff | tree |
2011-01-24 |
Tim Kientzle | Be consistent in when we choose to use the deep-directo... |
commit | commitdiff | tree |
2011-01-24 |
Tim Kientzle | Start using int64_t for uid/gid variables and int for... |
commit | commitdiff | tree |
2011-01-24 |
Michihiro NAKAJIMA | Some platoforms do not define NAME_MAX macro and some... |
commit | commitdiff | tree |
2011-01-23 |
Michihiro NAKAJIMA | If the offset of a file entry is zero, set -1 to the... |
commit | commitdiff | tree |
2011-01-23 |
Tim Kientzle | Ensure that int64_t, int32_t, int16_t, intmax_t, uint64... |
commit | commitdiff | tree |
2011-01-23 |
Michihiro NAKAJIMA | On Windows, set 'Creation time' to both birthtime and... |
commit | commitdiff | tree |
2011-01-22 |
Tim Kientzle | Eliminate a bunch of off_t uses. |
commit | commitdiff | tree |
2011-01-22 |
Tim Kientzle | Add autoconf logic to ensure we have int32_t, uint32_t... |
commit | commitdiff | tree |
2011-01-22 |
Tim Kientzle | On SCO 5, use "long long" as the 64-bit integer type... |
commit | commitdiff | tree |
2011-01-22 |
Tim Kientzle | Work around missing wmemcmp() |
commit | commitdiff | tree |
2011-01-21 |
Michihiro NAKAJIMA | Correct arguments order of assertion_utimes() function. |
commit | commitdiff | tree |
2011-01-21 |
Michihiro NAKAJIMA | Eliminate some warnings on Visual Studio. |
commit | commitdiff | tree |
2011-01-21 |
Michihiro NAKAJIMA | Use O_NOATIME flag to open() operation if we can. |
commit | commitdiff | tree |
2011-01-21 |
Michihiro NAKAJIMA | Fix build error on linux. |
commit | commitdiff | tree |
2011-01-21 |
Michihiro NAKAJIMA | Add the ability to restore atime to the directory trave... |
commit | commitdiff | tree |
2011-01-20 |
Michihiro NAKAJIMA | Drop unneeded O_NOFOLLOW because we already know what |
commit | commitdiff | tree |
2011-01-19 |
Michihiro NAKAJIMA | Avoid build error about unused get_xfer_size() function. |
commit | commitdiff | tree |
2011-01-19 |
Michihiro NAKAJIMA | Try to eliminate fchdir() operation as much as we can... |
commit | commitdiff | tree |
2011-01-19 |
Michihiro NAKAJIMA | Use readlinkat() function if platform has. |
commit | commitdiff | tree |
2011-01-19 |
Michihiro NAKAJIMA | Use extattr_list_fd/extattr_get_fd to get extended... |
commit | commitdiff | tree |
2011-01-19 |
Michihiro NAKAJIMA | Use flistxattr/fgetxattr to get extended attributes... |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | Add the experimental code using O_DIRECT in the read... |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | Do not set a default value to struct fileystem.xfer_ali... |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | Update comment for setup_current_filesystem(). |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | _PC_REC_XFER_* macros used for pathconf() are defined... |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | Reduce performing fchdir(). |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | pathconf(_PC_REC_INCR_XFER_SIZE) on some platform does... |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | At this time struct statvfs.f_namemax is usually not... |
commit | commitdiff | tree |
2011-01-18 |
Michihiro NAKAJIMA | Fix build warning on the platform which does not have... |
commit | commitdiff | tree |
2011-01-17 |
Michihiro NAKAJIMA | struct filesystem.name_max appears only HAVE_READDIR_R... |
commit | commitdiff | tree |
2011-01-17 |
Michihiro NAKAJIMA | Make sure do not use broken symlink path. |
commit | commitdiff | tree |
2011-01-17 |
Michihiro NAKAJIMA | Tweak setup_current_filesystem() for FreeBSD to be... |
commit | commitdiff | tree |
2011-01-17 |
Michihiro NAKAJIMA | Adjust a read buffer address to the current filesystem... |
commit | commitdiff | tree |
2011-01-17 |
Michihiro NAKAJIMA | Push down the code gettting maximum filename length... |
commit | commitdiff | tree |
2011-01-17 |
Michihiro NAKAJIMA | Fix build error on some platforme which has standard... |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Remove unneeded initialization on Windows. I forgot... |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Revert previous change. I was wrong. |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Do not read an unused variable. |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Remove the wrong initialization which caused invalid... |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Fix typo. |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Get a block size and an alignment of a filesystem for... |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Correctoly gather the file system statistics where... |
commit | commitdiff | tree |
2011-01-16 |
Michihiro NAKAJIMA | Use openat() operations at the directory traversals. |
commit | commitdiff | tree |
2011-01-15 |
Tim Kientzle | Issue 127: Always initialize restore_pwd so it always... |
commit | commitdiff | tree |
2011-01-15 |
Tim Kientzle | Issue 128: Don't initialize a static vtable more than... |
commit | commitdiff | tree |
2011-01-14 |
Michihiro NAKAJIMA | Add loop check to the directory traversals. |
commit | commitdiff | tree |
2011-01-14 |
Michihiro NAKAJIMA | Simply reduce "#ifdef HAVE_FCHDIR" lines. |
commit | commitdiff | tree |
2011-01-13 |
Michihiro NAKAJIMA | Avoid the difference between posix and Windows about... |
commit | commitdiff | tree |
2011-01-13 |
Michihiro NAKAJIMA | Clean up style. no funcational changes. |
commit | commitdiff | tree |
2011-01-13 |
Michihiro NAKAJIMA | We have already had GNU tar writer, and so it is unnece... |
commit | commitdiff | tree |
2011-01-13 |
Michihiro NAKAJIMA | Remove dated comment or comment for posix platform. |
commit | commitdiff | tree |
2011-01-12 |
Michihiro NAKAJIMA | Remove unneeded off_t from archive_read_disk_windows. |
commit | commitdiff | tree |
2011-01-12 |
Michihiro NAKAJIMA | Set PATH_MAX to the size the 2nd argument of getcwd... |
commit | commitdiff | tree |
2011-01-12 |
Michihiro NAKAJIMA | Make an archive_read_data_block of archive_read_disk... |
commit | commitdiff | tree |
2011-01-12 |
Michihiro NAKAJIMA | Fix a distribution file name. |
commit | commitdiff | tree |
2011-01-12 |
Michihiro NAKAJIMA | Prove that statfs is available. |
commit | commitdiff | tree |
2011-01-11 |
Michihiro NAKAJIMA | Update a test for directory traversals; |
commit | commitdiff | tree |
2011-01-11 |
Michihiro NAKAJIMA | Fix a symlink handling of directory traversals after... |
commit | commitdiff | tree |
2011-01-11 |
Michihiro NAKAJIMA | Improve directory traversals to be able to reopen. |
commit | commitdiff | tree |
2011-01-11 |
Brian Harring | use assertEqualInt instead; when it fails, it actually... |
commit | commitdiff | tree |
2011-01-10 |
Michihiro NAKAJIMA | Change a compression type of test_option_keep_newer_fil... |
commit | commitdiff | tree |
2011-01-08 |
Tim Kientzle | As discussed in Issue 125, we're misusing CHECK_SYMBOL_... |
commit | commitdiff | tree |
2011-01-06 |
Michihiro NAKAJIMA | Initialize a loop counter. |
commit | commitdiff | tree |
next |