aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/HTTPClient.php
Commit message (Expand)AuthorAge
* fix(HTTPClient): add handling for 204: No Content responsesMichael Große2018-04-13
* move class DokuHTTPClient behind HTTPClientpeterdd2018-01-30
* Remove insecure SSLv3 fallback, use TLS 1.2 if possibleNiklas Keller2017-09-24
* refactor: more extensible Content-Type header handlingMichael Große2017-08-27
* HTTPClient always set Content-Lenght with body. fixes #1782Andreas Gohr2017-01-18
* URI scheme is only relevant for TLS if not proxy connection #1526Andreas Gohr2016-04-11
* use SSL if scheme is httpsMichael Grosse2016-04-11
* Pass URL query through SSL proxyMarty Lee2015-12-22
* 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