summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_error_clear.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove bundled libzipNikita Popov2018-09-181-45/+0
|
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* update libzip to version 1.0.1Remi Collet2015-05-061-5/+3
|
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
|
* Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-041-1/+4
| | | | | | - update libzip to version 1.11.1. We don't use any private symbol anymore - new method ZipArchive::setPassword($password) - add --with-libzip option to build with system libzip
* - update to 0.9 (torrentzip support, files open only when necessary), ↵Pierre Joye2008-08-071-6/+3
| | | | windows fixes
* export symbols for use by other extensions like pharGreg Beaver2008-01-121-1/+1
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-2/+2
|
* - fix stat when used with freshly added entriesPierre Joye2006-11-011-0/+47
- add zip_clear_error, zip_file_clear_error and zip_stat_init in libzip - add addEmptyDir(name) method, creates an empty directory