summaryrefslogtreecommitdiff
path: root/inc/HTTPClient.php
Commit message (Expand)AuthorAge
* fixed HTTPS proxy tests, our tests now run on httpbin.orgAndreas Gohr2015-03-18
* give better error message in HTTPClient for failed crypto setupAndreas Gohr2015-03-18
* seems we need to do SSL/TLS checks the other way roundAndreas Gohr2014-12-12
* set correct peer name when connecting through a SSL tunnel proxyAndreas Gohr2014-12-11
* prefer TLS for SSL Tunnel connections #915Andreas Gohr2014-12-11
* Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* scrutinizer documentations issuesGerrit Uitslag2014-09-29
* HTTPClient don't omit headers with value 0Andreas Gohr2014-07-28
* allow for easier HTTPClient debuggingAndreas Gohr2014-07-04
* removed some unused lines in HTTPClientAndreas Gohr2014-05-25
* fixed parameter typeAndreas Gohr2014-05-19
* Fix https proxy authentication, the header was missing a colon so thatAlex2014-04-29
* fixed proxy authentication in SSL tunnelingAndreas Gohr2014-02-23
* make HTTPclient check for SSL supportAndreas Gohr2014-02-13
* HTTPClient: correctly abort a proxy connectionAndreas Gohr2014-02-11
* fix proxy CONNECT where HTTP 1.1 answer is givenAndreas Gohr2013-10-20
* HTTPClient don't pull too much bytes when no content-length is givenAndreas Gohr2013-08-02
* use http_build_query() in HTTPClientAndreas Gohr2013-08-01
* HTTPClient: Implement handling of two-dimensional data arraysMichael Hamann2013-08-01
* don't send empty cookie headerAndreas Gohr2013-03-24
* stream select parameters need to be reset for each callAndreas Gohr2013-03-24
* HTTPclient: print number of received bytes on errorAndreas Gohr2013-02-16
* HTTPClient: updated function commentsAndreas Gohr2013-02-16
* HTTPClient: fixed max_bodysize when using keep-aliveAndreas Gohr2013-02-16
* better HTTPClient debug output on CLIAndreas Gohr2013-02-16
* Merge branch 'master' into proxyconnectAndreas Gohr2012-11-08
|\
| * fix regression bug in HTTPClient FS#2621Andreas Gohr2012-11-06
* | support CONNECT for tunneling SSL via HTTP proxies FS#2431Andreas Gohr2012-07-28
|/
* Avoid timeout when content-length is 0Tom N Harris2012-06-27
* Limit size of reads when max_bodysize is set or content-length is presentTom N Harris2012-06-27
* Skip over chunk extensions that nobody uses because RFC2616 says soTom N Harris2012-06-20
* HTTPClient will read up to max_bodysize if it canTom N Harris2012-06-20
* Validate the size of a chunk before reading from the socketTom N Harris2012-06-20
* Efficiently wait on socketsTom N Harris2012-06-20
* HTTP headers are already parsed, there is no need for regexpTom N Harris2012-06-19
* Utility function for writing to a socketTom N Harris2012-06-19
* Utility functions for reading from a socket.Tom N Harris2012-06-18
* Raise an exception on socket errors.Tom N Harris2012-06-18
* Correct handling of chunked transfer encoding. (FS#2535)Tom N Harris2012-06-18
* Avoid strict warnings about unset array keys.Tom N Harris2012-06-18
* Reference static variable through 'self::' as you're supposed to.Tom N Harris2012-06-18
* Fixed call to new constructor nameTim Roes2012-03-18
* coding style updatesAndreas Gohr2012-03-16
* simpler/more robust header parsing in HTTPClientAndreas Gohr2012-02-22
* suppress errors on stream_select FS#2276Andreas Gohr2011-11-27
* avoid 100% cpu usage when reading HTTP headers FS#2304Andreas Gohr2011-08-21
* better stream writing in HTTPClient FS#2036Andreas Gohr2011-02-06
* Merge branch 'master' of github.com:splitbrain/dokuwikiAdrian Lang2011-01-14
|\
| * fixed bracketsAndreas Gohr2011-01-12
| * removed setter/getter to match coding styleAndreas Gohr2011-01-12