summaryrefslogtreecommitdiff
path: root/pear/PEAR/Remote.php
Commit message (Expand)AuthorAgeFilesLines
* - fix bad revert and make the xmlrpc ext detections fallbackPierre Joye2005-08-181-2/+3
* re-enable XML_RPC 1.4.0Greg Beaver2005-08-171-2/+2
* Remove pear/XML_RPC dependency for the pear installerRasmus Lerdorf2005-08-111-3/+2
* fix bug #1378: user/pass must be urldecoded from parse_url in Remote.phpGreg Beaver2004-06-081-4/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* fix noticeGreg Beaver2003-12-041-1/+2
* - Fix RPC call without proxy (silence warnings&notices)Pierre Joye2003-10-161-2/+4
* Fix proxy detection with the xmlrpc C extensionTomas V.V.Cox2003-08-041-5/+4
* Another $fp test fix (thanks Jan)Tomas V.V.Cox2003-08-041-1/+1
* - Typo in cache file creationTomas V.V.Cox2003-08-041-4/+1
* Added support for spaces in path names (thanks Greg!)Tomas V.V.Cox2003-08-031-3/+3
* fix invalid $fp check (by nicox@php.net)Tomas V.V.Cox2003-08-021-1/+1
* Added proxy support for remote commands using the xmlrcp C extTomas V.V.Cox2003-07-121-13/+41
* updating license information in the headers.James Cox2003-06-101-3/+3
* * email address changeStig Bakken2003-03-181-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* * fix one missing DIRECTORY_SEPARATOR and a typoStig Bakken2002-12-161-5/+5
* 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
* make cache (get/set) binary safeChristian Dickmann2002-11-111-2/+9
* * add foldsStig Bakken2002-11-101-0/+9
* * fix a diff/patch screwupStig Bakken2002-10-091-7/+7
* * add support for http proxy authorization (thanks Arnaud)Stig Bakken2002-10-021-1/+8
* * tiniest optimizationStig Bakken2002-07-091-1/+2
* add local XMLRPC cacheChristian Dickmann2002-07-061-9/+73
* * dohStig Bakken2002-06-171-4/+6
* * add xmlrpc request to debug output (verbosity level 4+)Stig Bakken2002-06-171-0/+4
* * if verbosity config is > 3, display xmlrpc responseStig Bakken2002-06-141-3/+7
* Fixed XML RPC sending of args - lets try and get the right tag :)Alan Knowles2002-06-141-2/+4
* * be nice to PEAR_Common::detectDepdencencies()Stig Bakken2002-05-261-1/+5
* * typo caught by PEAR_Common::detectDependencies :)Stig Bakken2002-05-251-1/+1
* Make pear -vv XXX set the XML_RPC debug flagTomas V.V.Cox2002-05-221-3/+6
* * better wordingStig Bakken2002-05-211-1/+1
* * disable debug in XML_RPC fallbackStig Bakken2002-05-201-1/+1
* * fall back to XML_RPC if xmlrpc-epi is not loadedStig Bakken2002-05-141-3/+90
* * implemented stub for XML_RPC fallback if xmlrpc-epi is not installedStig Bakken2002-04-281-2/+39
* * add cookie authentication to PEAR_Remote (temporarily in addition to http a...Stig Bakken2002-04-131-0/+1
* * oops, config object was copiedStig Bakken2002-03-311-1/+3
* * pass on xmlrpc faults as pear errorsStig Bakken2002-03-291-0/+7
* * rename PEAR_CommandUI* to PEAR_Frontend*Stig Bakken2002-03-221-1/+1
* - Implement command level optionsTomas V.V.Cox2002-03-211-1/+1
* * fix http auth bugStig Bakken2002-03-191-10/+11
* * Refactoring of "pear" command internals. Highlights:Stig Bakken2002-03-181-10/+31
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* * don't use ext/overload yetStig Bakken2002-02-131-27/+6
* * use new overloading API properlyStig Bakken2002-01-021-10/+17
* * make do without overload functionStig Bakken2001-12-121-1/+3
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * now using ext/overloadStig Bakken2001-12-101-1/+14
* * pearweb xmlrpc layer now handles PEAR errorsStig Bakken2001-10-311-1/+21