2011-12-01 |
Tim Kientzle | Refactor the Zip header read: |
commit | commitdiff | tree |
2011-12-01 |
Tim Kientzle | Check the PK\003\004 signature within zip_local_file_he... |
commit | commitdiff | tree |
2011-12-01 |
Tim Kientzle | If we lack libz, just drop the compression selector. |
commit | commitdiff | tree |
2011-12-01 |
Tim Kientzle | Issue 201: Since we're using the seeking Zip reader... |
commit | commitdiff | tree |
2011-11-30 |
Michihiro NAKAJIMA | Set a clear error message about BCJ2. |
commit | commitdiff | tree |
2011-11-30 |
Michihiro NAKAJIMA | Update comments in 7-Zip reader. |
commit | commitdiff | tree |
2011-11-30 |
Michihiro NAKAJIMA | Fix build failure without liblzma. A change of r3884... |
commit | commitdiff | tree |
2011-11-29 |
Michihiro NAKAJIMA | Enable BCJ + LZMA1 in the 7-Zip reader. |
commit | commitdiff | tree |
2011-11-28 |
Michihiro NAKAJIMA | If ENABLE_ICONV is OFF, clean up ICONV variables in... |
commit | commitdiff | tree |
2011-11-28 |
Michihiro NAKAJIMA | Fix some tests failure on using iconv on Windows. |
commit | commitdiff | tree |
2011-11-28 |
Michihiro NAKAJIMA | Add a 7-Zip PPMd sample file into test_fuzz entries. |
commit | commitdiff | tree |
2011-11-28 |
Michihiro NAKAJIMA | Add support for PPMd. |
commit | commitdiff | tree |
2011-11-27 |
Tim Kientzle | Libarchive 3.0.1b TEST release v3.0.1b |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Unbreak build. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Simplify 7-Zip codec ID handing. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Eliminate warnings on Visual Studio. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Replace "7Zip" by "7-Zip". |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | The memory leaks I fixed in r3854 happened when liblzma... |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Add support for 7-Zip SFX archive files. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Remove unneeded statements. |
commit | commitdiff | tree |
2011-11-27 |
Tim Kientzle | Update NEWS with recent changes. |
commit | commitdiff | tree |
2011-11-27 |
Tim Kientzle | archive_string_sprintf (used by archive_set_error)... |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Correct a bit flag check. do not confuse SCONV_FROM_UTF... |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Fix memory leaks. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Fix build failure on linux. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Add support for 7-Zip. |
commit | commitdiff | tree |
2011-11-27 |
Michihiro NAKAJIMA | Support UTF-16LE for archive_string for reading from... |
commit | commitdiff | tree |
2011-11-26 |
Tim Kientzle | Include some omitted files. |
commit | commitdiff | tree |
2011-11-26 |
Tim Kientzle | r3839 broken length-at-end handling; if we're using... |
commit | commitdiff | tree |
2011-11-26 |
Tim Kientzle | Add a -u (until failure) option to libarchive_test... |
commit | commitdiff | tree |
2011-11-26 |
Tim Kientzle | When reading deflate data, we should still treat the... |
commit | commitdiff | tree |
2011-11-26 |
Tim Kientzle | Fail if CE size/offset doesn't lie within the current... |
commit | commitdiff | tree |
2011-11-24 |
Michihiro NAKAJIMA | Further the robustness of the ISO reader against corrup... |
commit | commitdiff | tree |
2011-11-24 |
Tim Kientzle | Issue 152: With a little work, we actually can extract |
commit | commitdiff | tree |
2011-11-24 |
Michihiro NAKAJIMA | Issue 199: Improve robustness against corrupted ISO... |
commit | commitdiff | tree |
2011-11-23 |
Tim Kientzle | Issue 152: Now that we have a seeking Zip reader that... |
commit | commitdiff | tree |
2011-11-23 |
Tim Kientzle | When we do an implicit data-skip during a header reques... |
commit | commitdiff | tree |
2011-11-22 |
Tim Kientzle | New seeking Zip reader does read file modes. |
commit | commitdiff | tree |
2011-11-22 |
Tim Kientzle | Refactor Zip read tests to exercise both seeking and... |
commit | commitdiff | tree |
2011-11-22 |
Tim Kientzle | Extend test_write_format_zip to use both streaming... |
commit | commitdiff | tree |
2011-11-22 |
Tim Kientzle | Extend empty zip writing test to also verify that we... |
commit | commitdiff | tree |
2011-11-22 |
Tim Kientzle | Comments... |
commit | commitdiff | tree |
2011-11-21 |
Michihiro NAKAJIMA | Improve LZMA detection on Windows. |
commit | commitdiff | tree |
2011-11-21 |
Michihiro NAKAJIMA | Cast away __la_lseek(), use _lseeki64() instead. |
commit | commitdiff | tree |
2011-11-21 |
Michihiro NAKAJIMA | Add wchar_t filename support for archive_{read,write... |
commit | commitdiff | tree |
2011-11-21 |
Michihiro NAKAJIMA | Merge r3823 from trunk for issue 199. |
commit | commitdiff | tree |
2011-11-21 |
Michihiro NAKAJIMA | Fix issue 199; improve robustness to corrupted ISO... |
commit | commitdiff | tree |
2011-11-21 |
Tim Kientzle | Try to decrease the performance hit of seeking during... |
commit | commitdiff | tree |
2011-11-21 |
Tim Kientzle | Remove an outdated comment. |
commit | commitdiff | tree |
2011-11-21 |
Tim Kientzle | There are now two different Zip |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Support the seek interface for archive_read_open_memory() |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Reduce the number of casts, fix up whitespac... |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Code cleanups. |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Use consistent typing to avoid extra casts. |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Use more-portable memcmp(). |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Remove a redundant variable. |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Use more portable memcmp() here. |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Issue 195: Code cleanup. |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Extend the specialized read_open_memory to provide... |
commit | commitdiff | tree |
2011-11-20 |
Tim Kientzle | Refactor the test suite's read_open_memory a bit. |
commit | commitdiff | tree |
2011-11-19 |
Tim Kientzle | Correct the detection of wincrypt.h and winioctl.h |
commit | commitdiff | tree |
2011-11-19 |
Tim Kientzle | Support seeking in files. |
commit | commitdiff | tree |
2011-11-19 |
Tim Kientzle | Improve portability to old Windows systems by using... |
commit | commitdiff | tree |
2011-11-18 |
Michihiro NAKAJIMA | Windows' system() does not accept '' an empty string... |
commit | commitdiff | tree |
2011-11-18 |
Michihiro NAKAJIMA | On Windows platform, we have made own lseek, which... |
commit | commitdiff | tree |
2011-11-18 |
Tim Kientzle | Push int64_t down a bit; there's still a problem here... |
commit | commitdiff | tree |
2011-11-18 |
Tim Kientzle | Regenerate Wiki manpages from the mdoc sources. |
commit | commitdiff | tree |
2011-11-18 |
Michihiro NAKAJIMA | The additional elimination of bsdtar_windows.[ch]. |
commit | commitdiff | tree |
2011-11-17 |
Michihiro NAKAJIMA | Fix a handling of an empty gname in ustar on Windows. |
commit | commitdiff | tree |
2011-11-17 |
Tim Kientzle | Check the position before dereferencing the pointer. |
commit | commitdiff | tree |
2011-11-16 |
Michihiro NAKAJIMA | bsdtar_windows.[ch] are no longer used in the bsdtar... |
commit | commitdiff | tree |
2011-11-16 |
Michihiro NAKAJIMA | cpio_windows.h is no longer used in the cpio test suite. |
commit | commitdiff | tree |
2011-11-16 |
Michihiro NAKAJIMA | Fix build failure caused by the change of r3794 on... |
commit | commitdiff | tree |
2011-11-16 |
Michihiro NAKAJIMA | Update comments. |
commit | commitdiff | tree |
2011-11-15 |
Michihiro NAKAJIMA | On Windows, we never get a correct number of the nlinks... |
commit | commitdiff | tree |
2011-11-15 |
Michihiro NAKAJIMA | Eliminate some warnings on Visual Stdio. |
commit | commitdiff | tree |
2011-11-15 |
Michihiro NAKAJIMA | I stupidly misunderstood a handling of CMake build... |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Libarchive 3.0.0a TEST release v3.0.0a |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Update NEWS with a (very brief) summary of key changes... |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Clarify INSTALL. |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Update README with new formats that have been added... |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Don't use // for comments, for compatibility with older... |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Align the test harnesses in each project. |
commit | commitdiff | tree |
2011-11-13 |
Tim Kientzle | Don't use // for comments, for compatibility with older... |
commit | commitdiff | tree |
2011-11-12 |
Tim Kientzle | Merge r3768 from trunk: Fix typo in dev/ino verificatio... |
commit | commitdiff | tree |
2011-11-12 |
Tim Kientzle | Merge r3744 from trunk: Correctly return errors when... |
commit | commitdiff | tree |
2011-11-12 |
Tim Kientzle | Issue 197: fix a typo; a test for 'ino' accidentally... |
commit | commitdiff | tree |
2011-11-12 |
Tim Kientzle | Disable OpenSSL probe on Darwin. |
commit | commitdiff | tree |
2011-11-12 |
Tim Kientzle | Issue 196: cpio format tests should verify that nlinks... |
commit | commitdiff | tree |
2011-11-12 |
Tim Kientzle | Issue 192: Fix tests that fail when libarchive is delib... |
commit | commitdiff | tree |
2011-11-10 |
Colin Percival | Garbage collect more vestigal name_cache bits. |
commit | commitdiff | tree |
2011-11-10 |
Colin Percival | Garbage collect NO_NAME. It hasn't been used since... |
commit | commitdiff | tree |
2011-11-09 |
Tim Kientzle | Issue 193: allow ctime/mtime filters to work accurately on |
commit | commitdiff | tree |
2011-11-09 |
Tim Kientzle | Issue 191: Update the manpage for archive_entry_stat to |
commit | commitdiff | tree |
2011-11-09 |
Tim Kientzle | Issue 191: Clear struct stat so that fields not explicitly |
commit | commitdiff | tree |
2011-11-07 |
Tim Kientzle | Fill in some comments for the makerelease script. |
commit | commitdiff | tree |
2011-11-07 |
Tim Kientzle | Put the list.h files with the test programs. |
commit | commitdiff | tree |
2011-11-07 |
Tim Kientzle | Assign the intermediate value to a variable to |
commit | commitdiff | tree |
2011-11-07 |
Tim Kientzle | Rename ARCHIVE_LIBTOOL_MAJOR to ARCHIVE_INTERFACE. |
commit | commitdiff | tree |
2011-11-07 |
Tim Kientzle | Update iconv.m4 to the newest version. |
commit | commitdiff | tree |
next |