| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed crash in zip extract method (possible CWE-170) | Pierre Joye | 2010-11-30 | 1 | -0/+3 |
* | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2... | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | fix bug #48640: cleaned up ifdef whoes, removed duplicate code. | Guenter Knauf | 2009-08-26 | 1 | -38/+15 |
* | MFB: Fixed 2 memory corruptions in zip extension idenfied by | Ilia Alshanetsky | 2009-03-01 | 1 | -3/+6 |
* | - Fixed a crash on extract in zip when files or directories entry names contain | Pierre Joye | 2009-02-05 | 1 | -1/+285 |
* | - MFH: fix filename property read | Pierre Joye | 2009-01-02 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - MFH: Removed unused variables | Felipe Pena | 2008-11-12 | 1 | -3/+0 |
* | - MFH: | Pierre Joye | 2008-11-12 | 1 | -5/+5 |
* | - MFH | Pierre Joye | 2008-10-23 | 1 | -96/+261 |
* | - reflect the correct version | Pierre Joye | 2008-01-18 | 1 | -2/+2 |
* | MF5.3: install headers, use correct zip version | Greg Beaver | 2008-01-18 | 1 | -1/+1 |
* | MFH: export libzip symbols | Greg Beaver | 2008-01-14 | 1 | -23/+33 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fix protos | Hannes Magnusson | 2007-12-15 | 1 | -27/+27 |
* | MFH: - Fix isset/empty($ZipArchive->property) | Hannes Magnusson | 2007-08-06 | 1 | -0/+50 |
* | fix ws | Antony Dovgal | 2007-06-04 | 1 | -2/+2 |
* | - fix logic (goto is a gift, I should use it :) | Pierre Joye | 2007-06-03 | 1 | -1/+2 |
* | - pecl bug #11216, better fix, leak removed and improved test | Pierre Joye | 2007-06-03 | 1 | -7/+15 |
* | - PECL #11216, addEmptyDir crashes if the directory already exists | Pierre Joye | 2007-06-03 | 1 | -1/+21 |
* | - use the same checks for zip_stat | Pierre Joye | 2007-05-19 | 1 | -3/+3 |
* | CS fixes | Ilia Alshanetsky | 2007-05-19 | 1 | -28/+23 |
* | Fixed a possible memory leak on open_basedir validation | Ilia Alshanetsky | 2007-03-14 | 1 | -0/+1 |
* | - MFH: openbasedir and safemode check in ::open() | Pierre Joye | 2007-03-14 | 1 | -0/+4 |
* | - MFH: Fixed possible relative path issues in zip_open in TS mode (old API) | Pierre Joye | 2007-03-14 | 1 | -0/+11 |
* | - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without | Pierre Joye | 2007-03-14 | 1 | -9/+4 |
* | - #40228, ZipArchive::extractTo does create empty directories | Pierre Joye | 2007-01-29 | 1 | -14/+21 |
* | Fixed memory leaks on error | Ilia Alshanetsky | 2007-01-07 | 1 | -0/+3 |
* | fix a few memleaks and double-free()s on error conditions | Nuno Lopes | 2007-01-06 | 1 | -3/+9 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -2/+2 |
* | Fix typo | Hannes Magnusson | 2006-12-24 | 1 | -1/+1 |
* | Safety checks | Ilia Alshanetsky | 2006-12-23 | 1 | -12/+11 |
* | - fix warning | Pierre Joye | 2006-11-28 | 1 | -4/+4 |
* | fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt) | Nuno Lopes | 2006-11-12 | 1 | -1/+3 |
* | fix leaks within zip entries in several tests | Nuno Lopes | 2006-11-11 | 1 | -2/+9 |
* | statification of local functions and variables. | Nuno Lopes | 2006-11-09 | 1 | -73/+60 |
* | - MFH: | Pierre Joye | 2006-11-03 | 1 | -58/+79 |
* | - #38943, properties in extended class cannot be set | Pierre Joye | 2006-09-24 | 1 | -4/+1 |
* | - MFH: PECL Bug #8700, zipArchive::getFromIndex() fails | Pierre Joye | 2006-09-15 | 1 | -2/+6 |
* | - PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH, | Pierre Joye | 2006-09-12 | 1 | -1/+1 |
* | - bump version, 5.2.0 will have zip-2.0.0-stable | Pierre Joye | 2006-09-06 | 1 | -1/+1 |
* | - wrong cast, strlen is int | Pierre Joye | 2006-09-06 | 1 | -3/+3 |
* | MFH zend_parse_parameters() fixes | Nuno Lopes | 2006-09-06 | 1 | -6/+8 |
* | - MFH: zip_open takes only one parameter (Thx Nuno L.) | Pierre Joye | 2006-09-06 | 1 | -4/+3 |
* | - don't rely/use VCWD_REALPATH, use expand_filepath instead | Pierre Joye | 2006-08-26 | 1 | -1/+1 |
* | - bundled matches pecl 1.7.1 | Pierre Joye | 2006-08-25 | 1 | -1/+1 |
* | - solve the relative path issues in TS environment | Pierre Joye | 2006-08-24 | 1 | -4/+14 |
* | - nuke unused parameter (not present in old versions) | Pierre Joye | 2006-08-14 | 1 | -7/+6 |