summaryrefslogtreecommitdiff
path: root/inc/HTTPClient.php
Commit message (Expand)AuthorAge
* 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
| * do not reuse errornous http connectionsTobias Sarnowski2011-01-12
| * keep http connections application wide aliveTobias Sarnowski2011-01-12
| * added keep-alive capabilities to the http clientTobias Sarnowski2011-01-12
* | tmpAdrian Lang2010-12-08
|/
* renamed variable initialization in HTTPClientAndreas Gohr2010-12-02
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* - fix phpdocElan Ruusamäe2010-10-07
* Small fixes / cleanupAdrian Lang2010-09-28
* ignore wrong content-encoding header FS#2037Andreas Gohr2010-09-24
* fixed request server port issue in httpclientai2010-09-17
* Convenience function in HTTPClientAndreas Gohr2010-08-02
* added proxy exception regexp FS#1247Andreas Gohr2010-06-26
* some more coding standard compliance updatesAndreas Gohr2010-01-15
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
* Handle relative redirects correctly FS#1741Andreas Gohr2009-09-04
* Added support for multipart/form-data in HTTPClientAndreas Gohr2009-08-30
* more robustness in gzip decoding in HTTPClient FS#1718Andreas Gohr2009-07-25
* Moved HTTPCLIENT_REQUEST_SEND eventAndreas Gohr2009-06-05
* Don't accept gzip encoding in HTTP client when content is expected to be trun...Andreas Gohr2009-06-05
* fixed limit typo in explode callAndreas Gohr2009-06-03
* Clean up cookie handler in HTTPClientTom N Harris2009-05-28