summaryrefslogtreecommitdiff
path: root/inc/TarLib.class.php
Commit message (Collapse)AuthorAge
* Correct the phpdoc license tag of TarLib.class.phpTanguy Ortolo2010-12-18
| | | | | | | | | | | | | The author of MaxgTar (original name of this file) wrote an incorrect phpdoc license tag mentionning the “GPL” without a version number. Contacted to clarify the licensing situation of this file, he explained that he wanted to use the LGPL-2.1: > I am the author of MaxgTar and I must say I am more than slightly > surprised to hear about it. > […] > I have no doubt that my intention was to use the GNU Lesser General > Public License, version 2.1.
* - spelling fixesElan Ruusamäe2010-10-07
|
* Small fixes / cleanupAdrian Lang2010-09-28
|
* Make constants in TarLib.class.php class constantsChristopher Smith2010-03-16
| | | | | The constants are required by the class constructor, which effectively means before the autoloader is triggered. This change fixes that issue.
* fixed variable misspelling in TarLib FS#1871Andreas Gohr2010-01-27
|
* some more coding standard compliance updatesAndreas Gohr2010-01-15
|
* Windows path handling error in TarLib.classhakan.sandell2009-04-28
| | | | darcs-hash:20090428172025-9a5f4-adf1e1a58cc35066d019490c1dc8fb9b264e376c.gz
* fix incorrectly spelled "feof()" + some comment spelling/grammarChris Smith2009-03-08
| | | | darcs-hash:20090308062316-f07c6-d7090f4706fbecaddb13d028368061c559811840.gz
* Fix tgz extraction bug on Windows SystemsFrank Muehlschlegel2008-11-30
| | | | | | This patch fixes a problem in the TarLib when running on Windows-Systems. darcs-hash:20081130140738-ed43e-4cd9586d41184911f968a9fd860b2bec821d7db6.gz
* more verbose errors in tarlib when needed ext is missingAndreas Gohr2008-08-23
| | | | darcs-hash:20080823111603-7ad00-8c6f664b96fa6c959f77965d0d1b721aecedc92c.gz
* Don't depend on plugin for Zip/TarLibTom N Harris2008-02-26
| | | | darcs-hash:20080226005222-6942e-20808aa2678aec95a22c93fce81c1f822975493d.gz
* phpdoc comments added for TarLibAndreas Gohr2007-06-25
| | | | | | Added documentation from http://docs.maxg.info/index.php?script darcs-hash:20070625181003-7ad00-aaafe79332bf17ced0293b9f044628f81b399925.gz
* move tar and zip libs to incAndreas Gohr2007-01-15
Move the compression libs of the plugin manager toa mre common place to make them available to plugin authors. darcs-hash:20070115192414-7ad00-0d53e8faf26fa1eeb1026ffab8e0593f015147de.gz