summaryrefslogtreecommitdiff
path: root/pear/PEAR
Commit message (Expand)AuthorAgeFilesLines
* remove the check, cause i don't really know, if content has to be an array ev...Christian Dickmann2002-11-241-1/+1
* add some checks to increase cache integrityChristian Dickmann2002-11-241-2/+4
* add errormessage, but that does not fix the problemChristian Dickmann2002-11-241-0/+3
* * fix config-show outputStig Bakken2002-11-221-1/+1
* * convert to englishStig Bakken2002-11-201-6/+6
* * fix doc for config-{set,get}Stig Bakken2002-11-201-2/+4
* * allow config-get in the default layerStig Bakken2002-11-191-1/+1
* Added error codes for the PEAR_Dependency classStig Bakken2002-11-143-45/+125
* Add new tag to package.xml named <warnings>.\nThis warnings are printed when ...Christian Dickmann2002-11-133-2/+30
* make cache (get/set) binary safeChristian Dickmann2002-11-111-2/+9
* * implement transactions for uninstallStig Bakken2002-11-101-20/+24
* * implemented file transactions so installs may be safely abortedStig Bakken2002-11-101-11/+150
* * add foldsStig Bakken2002-11-101-0/+9
* * fix path prependsStig Bakken2002-11-081-3/+2
* * Fix bug #20207.Martin Jansen2002-11-011-0/+2
* * make *_dir config parameters available for substitution in theStig Bakken2002-10-221-0/+6
* * add transactions member array (for queueing file transactions)Stig Bakken2002-10-221-0/+5
* * add some signature handling config optionsStig Bakken2002-10-221-1/+32
* * Fixed a nasty bug preventing installation of pecl exts.Tal Peer2002-10-141-1/+2
* * added "pear makerpm" command for wrapping PEAR packages in RPMsStig Bakken2002-10-121-0/+117
* * CLI layout adjustmentStig Bakken2002-10-121-1/+3
* * verify md5 checksums during installStig Bakken2002-10-121-4/+27
* * include platform file attribute!Stig Bakken2002-10-121-0/+3
* * the actual implementation of the installroot optionStig Bakken2002-10-101-16/+53
* * add --installroot / -R option to install/upgrade commandsStig Bakken2002-10-101-0/+20
* * $this->destdir is not usedStig Bakken2002-10-101-1/+0
* * options displayed in "pear help" did not have option parameters listedStig Bakken2002-10-101-21/+12
* * fix a diff/patch screwupStig Bakken2002-10-091-7/+7
* * Nuke warning when $php_errormsg is not set.Martin Jansen2002-10-041-1/+2
* * add support for http proxy authorization (thanks Arnaud)Stig Bakken2002-10-023-10/+24
* * no longer neededStig Bakken2002-09-091-139/+0
* * more consistent outputStig Bakken2002-09-091-2/+2
* * remove debug outputStig Bakken2002-09-091-1/+0
* * how did those DOS newlines get here?Stig Bakken2002-09-091-4/+1
* Replace horrendous code :)Pierre Joye2002-08-261-1/+3
* Remove $_ENV usages, getenv() is used insteadPierre Joye2002-08-251-13/+14
* * Fix bug #18918.Martin Jansen2002-08-151-2/+42
* Changed Windows 9x detection code (reported by Alex Merz)Tomas V.V.Cox2002-08-061-1/+1
* * added "upgrade-all" commandStig Bakken2002-07-281-0/+58
* * don't abort install if errors are found in the package, displayStig Bakken2002-07-281-2/+7
* download package if force is setTomas V.V.Cox2002-07-261-1/+4
* Use DIRECTORY_SEPARATOR instead of hardcoded '/'Tomas V.V.Cox2002-07-261-1/+2
* * support "zend" dependency typeStig Bakken2002-07-211-11/+31
* * tiniest optimizationStig Bakken2002-07-091-1/+2
* * typoStig Bakken2002-07-091-1/+1
* * added "pear sign" commandStig Bakken2002-07-071-7/+58
* * use System::mktempStig Bakken2002-07-071-2/+25
* * made rebuildFileMap method public, added caching and checkFileMap methodStig Bakken2002-07-071-10/+95
* Let 'pear build' work on windows for building pecl extensions.Shane Caraveo2002-07-071-0/+99
* * use System::mktemp rather than PEAR_Common::mkTempDirStig Bakken2002-07-071-2/+6