Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-17 | package: Add possibility to disable deflating in a thread | Matúš Kukan | 1 | -13/+30 |
2014-11-17 | package: Finally implement parallel zip entries deflating | Matúš Kukan | 7 | -72/+121 |
2014-11-17 | package: Call writeLOC always after putNextEntry explicitly | Matúš Kukan | 5 | -38/+39 |
2014-11-17 | package: Do not use hacky bit 1<<4 in ZipEntry::nFlag | Matúš Kukan | 3 | -34/+11 |
2014-11-17 | There is no XZipOutputEntry interface | Matúš Kukan | 2 | -10/+4 |
2014-11-17 | package: Use memory stream for compressing zip entries | Matúš Kukan | 6 | -20/+26 |
2014-11-17 | ZipOutputEntry: m_pCurrentEntry is always set | Matúš Kukan | 1 | -45/+38 |
2014-11-17 | package: Zipping STORED entry is the same as rawWrite and we don't encrypt it | Matúš Kukan | 3 | -71/+58 |