Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace hand written offsets with structures. | Narayan Kamath | 2014-06-10 | 2 | -160/+272 |
* | Fix build. | Narayan Kamath | 2014-06-06 | 1 | -2/+2 |
* | Reject zip files that have trailing bytes after their CD. | Narayan Kamath | 2014-06-05 | 2 | -12/+38 |
* | Fix host 64-bit build. | Ying Wang | 2014-05-16 | 1 | -2/+2 |
* | libziparchive: off64_t is not int64_t (part deux) | Mark Salyzyn | 2014-05-08 | 1 | -4/+4 |
* | libziparchive: off64_t is not int64_t | Mark Salyzyn | 2014-05-08 | 1 | -10/+10 |
* | libziparchive: 64 bit issues | Mark Salyzyn | 2014-05-08 | 1 | -12/+13 |
* | libziparchive: Turn on -Werror | Mark Salyzyn | 2014-05-07 | 2 | -6/+11 |
* | libziparchive: 64 bit compile issues | Mark Salyzyn | 2014-03-14 | 1 | -29/+29 |
* | Add free to CloseArchive. | Mathieu Chartier | 2014-03-04 | 1 | -7/+1 |
* | Fix logging errors inside ALOGV | Colin Cross | 2014-02-07 | 1 | -1/+1 |
* | Fix entry handling for 0 length entries. | Narayan Kamath | 2014-01-24 | 2 | -2/+46 |
* | Merge "Fix a sporadic build breakage." | Elliott Hughes | 2014-01-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix a sporadic build breakage. | Narayan Kamath | 2014-01-03 | 1 | -1/+1 |
* | | Change a debug log to a verbose log. | Narayan Kamath | 2014-01-02 | 1 | -1/+1 |
|/ | |||||
* | Fix ExtractEntryToFile. | Narayan Kamath | 2013-12-13 | 2 | -4/+53 |
* | Merge "Get rid of some log spam." | Narayan Kamath | 2013-12-12 | 1 | -1/+1 |
|\ | |||||
| * | Get rid of some log spam. | Narayan Kamath | 2013-12-12 | 1 | -1/+1 |
* | | Use FileMap from libcutil instead of rolling our own. | Narayan Kamath | 2013-12-11 | 2 | -75/+43 |
|/ | |||||
* | Add unit tests for libziparchive. | Narayan Kamath | 2013-12-10 | 4 | -15/+155 |
* | Fix return code for ended iteration. | Narayan Kamath | 2013-12-09 | 1 | -6/+6 |
* | Unify zipfile implementations : Step 1. | Narayan Kamath | 2013-12-04 | 3 | -0/+1173 |