Differences From Artifact [a48a2c4468]:
- File src/zip.c — part of check-in [e0199bfc43] at 2014-07-31 21:13:24 on branch trunk — /zip now ignores the .zip extension, analog to how /tar does. Minor doc improvements in /zip and /tar from the ML. (user: stephan size: 12923) [more...]
To Artifact [c4810f0178]:
- File src/zip.c — part of check-in [579ae389ce] at 2014-08-18 17:13:26 on branch miniz — Replaced zlib usage with local copy of miniz. Seems to work. (user: stephan size: 12923)
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | ** ******************************************************************************* ** ** This file contains code used to generate ZIP archives. */ #include "config.h" #include <assert.h> |
| ︙ |