| 2011-11-26 |
Tim Kientzle | Include some omitted files. |
commit | commitdiff | tree | snapshot |
| 2011-11-26 |
Tim Kientzle | r3839 broken length-at-end handling; if we're using... |
commit | commitdiff | tree | snapshot |
| 2011-11-26 |
Tim Kientzle | Add a -u (until failure) option to libarchive_test... |
commit | commitdiff | tree | snapshot |
| 2011-11-26 |
Tim Kientzle | When reading deflate data, we should still treat the... |
commit | commitdiff | tree | snapshot |
| 2011-11-26 |
Tim Kientzle | Fail if CE size/offset doesn't lie within the current... |
commit | commitdiff | tree | snapshot |
| 2011-11-24 |
Michihiro NAKAJIMA | Further the robustness of the ISO reader against corrup... |
commit | commitdiff | tree | snapshot |
| 2011-11-24 |
Tim Kientzle | Issue 152: With a little work, we actually can extract |
commit | commitdiff | tree | snapshot |
| 2011-11-24 |
Michihiro NAKAJIMA | Issue 199: Improve robustness against corrupted ISO... |
commit | commitdiff | tree | snapshot |
| 2011-11-23 |
Tim Kientzle | Issue 152: Now that we have a seeking Zip reader that... |
commit | commitdiff | tree | snapshot |
| 2011-11-23 |
Tim Kientzle | When we do an implicit data-skip during a header reques... |
commit | commitdiff | tree | snapshot |
| 2011-11-22 |
Tim Kientzle | New seeking Zip reader does read file modes. |
commit | commitdiff | tree | snapshot |
| 2011-11-22 |
Tim Kientzle | Refactor Zip read tests to exercise both seeking and... |
commit | commitdiff | tree | snapshot |
| 2011-11-22 |
Tim Kientzle | Extend test_write_format_zip to use both streaming... |
commit | commitdiff | tree | snapshot |
| 2011-11-22 |
Tim Kientzle | Extend empty zip writing test to also verify that we... |
commit | commitdiff | tree | snapshot |
| 2011-11-22 |
Tim Kientzle | Comments... |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Michihiro NAKAJIMA | Improve LZMA detection on Windows. |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Michihiro NAKAJIMA | Cast away __la_lseek(), use _lseeki64() instead. |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Michihiro NAKAJIMA | Add wchar_t filename support for archive_{read,write... |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Michihiro NAKAJIMA | Merge r3823 from trunk for issue 199. |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Michihiro NAKAJIMA | Fix issue 199; improve robustness to corrupted ISO... |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Tim Kientzle | Try to decrease the performance hit of seeking during... |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Tim Kientzle | Remove an outdated comment. |
commit | commitdiff | tree | snapshot |
| 2011-11-21 |
Tim Kientzle | There are now two different Zip |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Support the seek interface for archive_read_open_memory() |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Reduce the number of casts, fix up whitespac... |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Code cleanups. |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Use consistent typing to avoid extra casts. |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Use more-portable memcmp(). |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Remove a redundant variable. |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Use more portable memcmp() here. |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Issue 195: Code cleanup. |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Extend the specialized read_open_memory to provide... |
commit | commitdiff | tree | snapshot |
| 2011-11-20 |
Tim Kientzle | Refactor the test suite's read_open_memory a bit. |
commit | commitdiff | tree | snapshot |
| 2011-11-19 |
Tim Kientzle | Correct the detection of wincrypt.h and winioctl.h |
commit | commitdiff | tree | snapshot |
| 2011-11-19 |
Tim Kientzle | Support seeking in files. |
commit | commitdiff | tree | snapshot |
| 2011-11-19 |
Tim Kientzle | Improve portability to old Windows systems by using... |
commit | commitdiff | tree | snapshot |
| 2011-11-18 |
Michihiro NAKAJIMA | Windows' system() does not accept '' an empty string... |
commit | commitdiff | tree | snapshot |
| 2011-11-18 |
Michihiro NAKAJIMA | On Windows platform, we have made own lseek, which... |
commit | commitdiff | tree | snapshot |
| 2011-11-18 |
Tim Kientzle | Push int64_t down a bit; there's still a problem here... |
commit | commitdiff | tree | snapshot |
| 2011-11-18 |
Tim Kientzle | Regenerate Wiki manpages from the mdoc sources. |
commit | commitdiff | tree | snapshot |
| 2011-11-18 |
Michihiro NAKAJIMA | The additional elimination of bsdtar_windows.[ch]. |
commit | commitdiff | tree | snapshot |
| 2011-11-17 |
Michihiro NAKAJIMA | Fix a handling of an empty gname in ustar on Windows. |
commit | commitdiff | tree | snapshot |
| 2011-11-17 |
Tim Kientzle | Check the position before dereferencing the pointer. |
commit | commitdiff | tree | snapshot |
| 2011-11-16 |
Michihiro NAKAJIMA | bsdtar_windows.[ch] are no longer used in the bsdtar... |
commit | commitdiff | tree | snapshot |
| 2011-11-16 |
Michihiro NAKAJIMA | cpio_windows.h is no longer used in the cpio test suite. |
commit | commitdiff | tree | snapshot |
| 2011-11-16 |
Michihiro NAKAJIMA | Fix build failure caused by the change of r3794 on... |
commit | commitdiff | tree | snapshot |
| 2011-11-16 |
Michihiro NAKAJIMA | Update comments. |
commit | commitdiff | tree | snapshot |
| 2011-11-15 |
Michihiro NAKAJIMA | On Windows, we never get a correct number of the nlinks... |
commit | commitdiff | tree | snapshot |
| 2011-11-15 |
Michihiro NAKAJIMA | Eliminate some warnings on Visual Stdio. |
commit | commitdiff | tree | snapshot |
| 2011-11-15 |
Michihiro NAKAJIMA | I stupidly misunderstood a handling of CMake build... |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Libarchive 3.0.0a TEST release v3.0.0a |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Update NEWS with a (very brief) summary of key changes... |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Clarify INSTALL. |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Update README with new formats that have been added... |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Don't use // for comments, for compatibility with older... |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Align the test harnesses in each project. |
commit | commitdiff | tree | snapshot |
| 2011-11-13 |
Tim Kientzle | Don't use // for comments, for compatibility with older... |
commit | commitdiff | tree | snapshot |
| 2011-11-12 |
Tim Kientzle | Merge r3768 from trunk: Fix typo in dev/ino verificatio... |
commit | commitdiff | tree | snapshot |
| 2011-11-12 |
Tim Kientzle | Merge r3744 from trunk: Correctly return errors when... |
commit | commitdiff | tree | snapshot |
| 2011-11-12 |
Tim Kientzle | Issue 197: fix a typo; a test for 'ino' accidentally... |
commit | commitdiff | tree | snapshot |
| 2011-11-12 |
Tim Kientzle | Disable OpenSSL probe on Darwin. |
commit | commitdiff | tree | snapshot |
| 2011-11-12 |
Tim Kientzle | Issue 196: cpio format tests should verify that nlinks... |
commit | commitdiff | tree | snapshot |
| 2011-11-12 |
Tim Kientzle | Issue 192: Fix tests that fail when libarchive is delib... |
commit | commitdiff | tree | snapshot |
| 2011-11-10 |
Colin Percival | Garbage collect more vestigal name_cache bits. |
commit | commitdiff | tree | snapshot |
| 2011-11-10 |
Colin Percival | Garbage collect NO_NAME. It hasn't been used since... |
commit | commitdiff | tree | snapshot |
| 2011-11-09 |
Tim Kientzle | Issue 193: allow ctime/mtime filters to work accurately on |
commit | commitdiff | tree | snapshot |
| 2011-11-09 |
Tim Kientzle | Issue 191: Update the manpage for archive_entry_stat to |
commit | commitdiff | tree | snapshot |
| 2011-11-09 |
Tim Kientzle | Issue 191: Clear struct stat so that fields not explicitly |
commit | commitdiff | tree | snapshot |
| 2011-11-07 |
Tim Kientzle | Fill in some comments for the makerelease script. |
commit | commitdiff | tree | snapshot |
| 2011-11-07 |
Tim Kientzle | Put the list.h files with the test programs. |
commit | commitdiff | tree | snapshot |
| 2011-11-07 |
Tim Kientzle | Assign the intermediate value to a variable to |
commit | commitdiff | tree | snapshot |
| 2011-11-07 |
Tim Kientzle | Rename ARCHIVE_LIBTOOL_MAJOR to ARCHIVE_INTERFACE. |
commit | commitdiff | tree | snapshot |
| 2011-11-07 |
Tim Kientzle | Update iconv.m4 to the newest version. |
commit | commitdiff | tree | snapshot |
| 2011-11-06 |
Tim Kientzle | Update shared library version computation for upcoming... |
commit | commitdiff | tree | snapshot |
| 2011-11-06 |
Tim Kientzle | Issue 190: Fix build when liblzma is installed through... |
commit | commitdiff | tree | snapshot |
| 2011-11-06 |
Tim Kientzle | Rather than marking the LZMA variables "not advanced... |
commit | commitdiff | tree | snapshot |
| 2011-11-05 |
Tim Kientzle | Mask SIGPIPE for libarchive test, tar, and cpio. |
commit | commitdiff | tree | snapshot |
| 2011-11-05 |
Tim Kientzle | Actually, it's OpenSSL that's deprecated on Mac OS... |
commit | commitdiff | tree | snapshot |
| 2011-11-05 |
Tim Kientzle | Disable RMD160 checks on Darwin. |
commit | commitdiff | tree | snapshot |
| 2011-11-05 |
Tim Kientzle | Issue 165: Use GNU tar-style hHrRsS trailing flags to |
commit | commitdiff | tree | snapshot |
| 2011-11-05 |
Tim Kientzle | Add a test inspired by Issue #186. |
commit | commitdiff | tree | snapshot |
| 2011-11-04 |
Tim Kientzle | Issue 188: Bump maximum line length to 64k. |
commit | commitdiff | tree | snapshot |
| 2011-11-04 |
Tim Kientzle | Use the original filename for reporting errors, instead... |
commit | commitdiff | tree | snapshot |
| 2011-11-03 |
Tim Kientzle | When tar is appending one archive to another, |
commit | commitdiff | tree | snapshot |
| 2011-11-03 |
Tim Kientzle | Issue #189: Don't rely on dev/ino being zero when... |
commit | commitdiff | tree | snapshot |
| 2011-11-02 |
Colin Percival | Remove test for 'self == NULL' in bzip2_reader_init... |
commit | commitdiff | tree | snapshot |
| 2011-10-22 |
Tim Kientzle | Support FreeBSD's libmd library for common message... |
commit | commitdiff | tree | snapshot |
| 2011-10-22 |
Tim Kientzle | Use archive_clear_error() to clear the error markers. |
commit | commitdiff | tree | snapshot |
| 2011-10-22 |
Tim Kientzle | Correct spelling of getgrgid and getpwuid |
commit | commitdiff | tree | snapshot |
| 2011-10-22 |
Tim Kientzle | Port the --gname, --uname, --uid, --gid options from... |
commit | commitdiff | tree | snapshot |
| 2011-10-19 |
Tim Kientzle | Probes for libmd on FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2011-10-16 |
Tim Kientzle | First part of libmd support for FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2011-10-15 |
Tim Kientzle | Merge r3247 from trunk: Clear errors before returning |
commit | commitdiff | tree | snapshot |
| 2011-10-15 |
Tim Kientzle | Merge r1989: archive_clear_error should set errno... |
commit | commitdiff | tree | snapshot |
| 2011-10-05 |
Tim Kientzle | Fix a typo that prevented CommonCrypto (part of libSyst... |
commit | commitdiff | tree | snapshot |
| 2011-09-25 |
Michihiro NAKAJIMA | Issue 182. Merge r3702 from trunk. |
commit | commitdiff | tree | snapshot |
| 2011-09-25 |
Michihiro NAKAJIMA | Fix issue 174; largely merge r3692 from trunk. |
commit | commitdiff | tree | snapshot |
| 2011-09-24 |
Andres Mejia | Provide slightly more descriptive summary. |
commit | commitdiff | tree | snapshot |
| 2011-09-24 |
Andres Mejia | Make note that seek support is in the works. |
commit | commitdiff | tree | snapshot |
| 2011-09-24 |
Tim Kientzle | Remove a comment that describes how libarchive 1.x... |
commit | commitdiff | tree | snapshot |
| next |