[commits] Horde branch master updated. e2984cb1018cff62bb72b95daea3cfb265556f1d

Jan Schneider jan at horde.org
Tue Jan 12 11:46:55 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: baa6bef4c2697f04ac77f3d96055b8cb80c136b5

061b2b1 Fix phpdoc.
e58cfac Add proxy port.
20af0ab Unused
7b73493 Document HTTP authentication parameters.
0b96bc1 More phpdoc.
0e19a1a Take into account that curl returns multiple headers in the response, if the actions required multiple requests. Take HTTP response code from curlinfo.
e2984cb Try any authentication by default.

-----------------------------------------------------------------------

commit 061b2b10df1e85c7977b46c7cfc1b780c34b734b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 11:05:56 2010 +0100

    Fix phpdoc.

 framework/Http/lib/Horde/Http/Client.php |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Client.php?rt=horde-git&r1=7fea7de25f11a170af32ededf9d2ff0d27ac2b32&r2=061b2b10df1e85c7977b46c7cfc1b780c34b734b

-----------------------------------------------------------------------

commit e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 11:06:19 2010 +0100

    Add proxy port.

 framework/Http/lib/Horde/Http/Client.php           |    1 +
 framework/Http/lib/Horde/Http/Request/Base.php     |    6 ++++++
 framework/Http/lib/Horde/Http/Request/Curl.php     |    3 +++
 framework/Http/lib/Horde/Http/Request/Fopen.php    |    3 +++
 framework/Http/lib/Horde/Http/Request/Peclhttp.php |    3 +++
 5 files changed, 16 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Client.php?rt=horde-git&r1=061b2b10df1e85c7977b46c7cfc1b780c34b734b&r2=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Base.php?rt=horde-git&r1=cf91d4474782519166b1a4c6b3290dd81a03d0ad&r2=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Curl.php?rt=horde-git&r1=4a8a5f54fb3480ad8a7e961be296e09cade42b15&r2=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Fopen.php?rt=horde-git&r1=4a8a5f54fb3480ad8a7e961be296e09cade42b15&r2=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Peclhttp.php?rt=horde-git&r1=98829fdd119f5676976cefd7cd3a377acb0c036a&r2=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f

-----------------------------------------------------------------------

commit 20af0ab514156f0a233fe73007b580084c87b795
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 11:10:05 2010 +0100

    Unused

 framework/Http/lib/Horde/Http/Request/Base.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Base.php?rt=horde-git&r1=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f&r2=20af0ab514156f0a233fe73007b580084c87b795

-----------------------------------------------------------------------

commit 7b73493b8cda7aa8af664684c29e94c4cf50a3bf
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 11:11:15 2010 +0100

    Document HTTP authentication parameters.

 framework/Http/lib/Horde/Http/Client.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Client.php?rt=horde-git&r1=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f&r2=7b73493b8cda7aa8af664684c29e94c4cf50a3bf

-----------------------------------------------------------------------

commit 0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 11:20:20 2010 +0100

    More phpdoc.

 framework/Http/lib/Horde/Http/Client.php            |   20 +++++++----
 framework/Http/lib/Horde/Http/Request/Curl.php      |   12 +++++-
 framework/Http/lib/Horde/Http/Request/Fopen.php     |    6 +++
 framework/Http/lib/Horde/Http/Request/Peclhttp.php  |    2 +
 framework/Http/lib/Horde/Http/Response/Base.php     |   37 +++++++++++--------
 framework/Http/lib/Horde/Http/Response/Curl.php     |   17 ++++-----
 framework/Http/lib/Horde/Http/Response/Fopen.php    |   12 ++++---
 framework/Http/lib/Horde/Http/Response/Peclhttp.php |    7 ++--
 8 files changed, 71 insertions(+), 42 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Client.php?rt=horde-git&r1=7b73493b8cda7aa8af664684c29e94c4cf50a3bf&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Curl.php?rt=horde-git&r1=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Fopen.php?rt=horde-git&r1=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Peclhttp.php?rt=horde-git&r1=e58cfac5e28fdffa18a92f9d01f99cfff7ab9f6f&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Base.php?rt=horde-git&r1=4dfca4614d1acdedb7741e9e37f2f9bc6dd4c140&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Curl.php?rt=horde-git&r1=4dfca4614d1acdedb7741e9e37f2f9bc6dd4c140&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Fopen.php?rt=horde-git&r1=4dfca4614d1acdedb7741e9e37f2f9bc6dd4c140&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06
http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Peclhttp.php?rt=horde-git&r1=918949364536dc0e09b15858ab9de69108b15b2b&r2=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06

-----------------------------------------------------------------------

commit 0e19a1aeecb19c0ce34b38af23e9eb4dd0a3c5ce
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 12:26:42 2010 +0100

    Take into account that curl returns multiple headers in the response, if the
    actions required multiple requests.
    Take HTTP response code from curlinfo.

 framework/Http/lib/Horde/Http/Response/Curl.php |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Curl.php?rt=horde-git&r1=0b96bc120fcff8ebaf5899c2bd0509b4b823ac06&r2=0e19a1aeecb19c0ce34b38af23e9eb4dd0a3c5ce

-----------------------------------------------------------------------

commit e2984cb1018cff62bb72b95daea3cfb265556f1d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 12 12:45:05 2010 +0100

    Try any authentication by default.

 framework/Http/lib/Horde/Http/Request/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Request/Base.php?rt=horde-git&r1=20af0ab514156f0a233fe73007b580084c87b795&r2=e2984cb1018cff62bb72b95daea3cfb265556f1d




More information about the commits mailing list