summaryrefslogtreecommitdiff
path: root/pear/PEAR/Remote.php
Commit message (Expand)AuthorAgeFilesLines
* MFH fix bug #1378: user/pass must be urldecoded from parse_url in Remote.phpGreg Beaver2004-06-081-4/+4
* MFHPierre Joye2004-01-261-1/+1
* MFHGreg Beaver2003-12-061-1/+2
* MFH for 4.3.4RC2Tomas V.V.Cox2003-10-201-2/+4
* MFH for RC3Tomas V.V.Cox2003-08-061-20/+44
* MFH,(4.3.3RC1)Pierre Joye2003-06-171-3/+3
* MFHStig Bakken2003-04-111-1/+1
* * import PEAR 1.0.1Stig Bakken2003-02-151-5/+5
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHStig Bakken2002-11-251-1/+3
* 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
* * improved error reporting in PEAR_Remote::callStig Bakken2001-10-301-2/+4
* * implemented "pear list-packages", the first sub-command using xmlrpcStig Bakken2001-10-261-9/+11
* * PEAR_Config class to maintain system and per-user configuration forStig Bakken2001-10-261-0/+78