aboutsummaryrefslogtreecommitdiff
path: root/zipstream.php
AgeCommit message (Collapse)AuthorFilesLines
2009-03-09fix version information for winzippabs1-2/+3
2009-01-29update version to 0.2.0 and add php version requirements to documentationpabs1-1/+5
2009-01-29add php5ismspabs1-11/+11
2009-01-29revert appnote version to 6.3pabs1-3/+4
2009-01-29increment version number, add ZipStream::$VERSIONpabs1-0/+2
2009-01-29last windows testpabs1-2/+2
2009-01-29another crack at xppabs1-3/+3
2009-01-29another attempt at version supportpabs1-2/+2
2009-01-29revert verion needed changespabs1-2/+2
2009-01-29update version again to test for window ssupportpabs1-2/+2
2009-01-29adjust version needed to try and fix windowspabs1-3/+3
2009-01-29strip external file attributes (test for xp extraction support)pabs1-3/+3
2009-01-29another attemptpabs1-2/+2
2009-01-29fix typopabs1-1/+1
2009-01-29second attempt at windows fixerypabs1-3/+2
2008-10-23add workaround for windows archive viewer bug (fixes #34)pabs1-0/+5
2007-09-20Fix crc32 calculation.pabs1-3/+6
2007-08-28Add large file support.pabs1-30/+192
2007-08-23Added README, COPYING, and APPNOTE.TXT reference. Cleaned up APIpabs1-3/+63
documentation.
2007-08-23remove errant comma.pabs1-1/+1
2007-08-23api cleanup. added full documentation.pabs1-54/+162
2007-08-23minor formatting cleanups.pabs1-6/+4
2007-08-23subtract 1980 from datestamp years.pabs1-0/+7
2007-08-23add missing paren.pabs1-1/+1
2007-08-23$date => $d.pabs1-1/+1
2007-08-23add archive comment and dos timestamp support.pabs1-20/+39
2007-08-23fix filename length in cdr recs.pabs1-1/+1
2007-08-23test with deflate instead of compress.pabs1-1/+2
2007-08-23fix crc names.pabs1-2/+2
2007-08-23minor header cleanups.pabs1-7/+6
2007-08-22correct ordering of arguments to add_cdr_file().pabs1-3/+3
2007-08-22add "version made by" to cdr header.pabs1-0/+1
2007-08-22set archive bit in add_cdr_file().pabs1-1/+1
2007-08-22fix call_user_func_array() in pack_fields().pabs1-2/+3
2007-08-22fix format string in pack_fields().pabs1-1/+1
2007-08-22Send CDR footer.pabs1-0/+3
2007-08-22Remove extra paren.pabs1-1/+1
2007-08-22Fix typos.pabs1-3/+3
2007-08-22Added send_http_headers and constructor.pabs1-6/+33
2007-08-22Initial commit.pabs1-0/+181