Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libziparchive: fix issue with a directory with one file | Mykola Kondratenko | 2015-03-19 | 1 | -0/+16 |
* | Add close_file flag to OpenArchiveFd() | Dmitriy Ivanov | 2015-01-30 | 1 | -0/+21 |
* | Replace char* with ZipEntryName in ziparchive API. | Piotr Jastrzebski | 2014-08-15 | 1 | -6/+45 |
* | Prevent the accidental closure of fd[0] for missing zip files. | Neil Fuller | 2014-07-25 | 1 | -0/+9 |
* | Replace hand written offsets with structures. | Narayan Kamath | 2014-06-10 | 1 | -4/+19 |
* | Reject zip files that have trailing bytes after their CD. | Narayan Kamath | 2014-06-05 | 1 | -7/+24 |
* | Fix host 64-bit build. | Ying Wang | 2014-05-16 | 1 | -2/+2 |
* | Fix entry handling for 0 length entries. | Narayan Kamath | 2014-01-24 | 1 | -1/+38 |
* | Fix ExtractEntryToFile. | Narayan Kamath | 2013-12-13 | 1 | -1/+42 |
* | Add unit tests for libziparchive. | Narayan Kamath | 2013-12-10 | 1 | -14/+140 |
* | Unify zipfile implementations : Step 1. | Narayan Kamath | 2013-12-04 | 1 | -0/+46 |