aboutsummaryrefslogtreecommitdiffstats
path: root/includes/HttpFunctions.php
Commit message (Expand)AuthorAgeFilesLines
* Restore compatibility with curl < 7.16.2Kevin Israel2013-12-091-1/+6
* Fixed spacingumherirrender2013-12-011-2/+2
* Fix spacing and break some linesumherirrender2013-08-241-1/+1
* Merge "Added SSL verification to PHPHttpRequest."jenkins-bot2013-06-261-4/+20
|\
| * Added SSL verification to PHPHttpRequest.Tyler Anthony Romeo2013-06-041-4/+20
* | Follow up I6e64a missing global deceleration for $wgHTTPConnectTimeoutBrian Wolff2013-06-051-1/+1
|/
* Allow setting of connection timeouts for HTTP requests using cURLChad Horohoe2013-06-041-0/+10
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-2/+2
* Support HTTP timeout detection in curl backendChad Horohoe2013-04-161-1/+4
* Most important documentation fixChad Horohoe2013-04-041-1/+1
* Remove non-functional handling of curl_error()Chad Horohoe2013-04-021-12/+1
* fix some spacingumherirrender2013-03-251-12/+11
* wfProfile fixes:Platonides2013-03-191-6/+4
* Added profiling to MWHttpRequest and Http.Tyler Anthony Romeo2013-03-181-1/+30
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-8/+8
* fix some spacingumherirrender2013-03-071-2/+1
* Preserve caller expectations for behaviour of sslVerifyHostTim Starling2013-02-271-19/+4
* remove space before semicolonumherirrender2013-02-091-1/+1
* fix some spacingumherirrender2013-02-041-4/+4
* (bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgiAlex Monk2013-01-281-1/+1
* Http function logic cleanups and comments.Aaron Schulz2013-01-181-1/+4
* Merge "Made SSL validation in Curl HTTP requests the default."IAlex2012-11-151-2/+12
|\
| * Made SSL validation in Curl HTTP requests the default.Tyler Anthony Romeo2012-10-251-2/+12
* | Fix tabs inside/between statements/textumherirrender2012-10-261-2/+2
|/
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+2
* Make MWHttpRequest::__construct() protected.Liangent2012-07-301-1/+1
* converts '@fixme' to '@todo FIXME'Antoine Musso2012-07-101-1/+1
* Revert "Treat truncated HTTP requests as errors."Reedy2012-05-211-6/+0
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-0/+22
* Merge "HTTP: Fix ded6170bd2072971f72db794f3ab1625a8e13475, which broke all HT...Krinkle2012-05-091-1/+1
|\
| * HTTP: Fix ded6170bd2072971f72db794f3ab1625a8e13475, which broke all HTTP calls.Aaron2012-05-091-1/+1
* | Typo in commentPlatonides2012-05-081-1/+1
|/
* Treat truncated HTTP requests as errors.Platonides2012-05-071-0/+6
* Ensure MWHttpRequest::method gets set with strtoupper() since codeawjrichards2012-04-201-0/+5
* Avoid setting multiple Content-Type headers.Mark A. Hershberger2012-03-281-1/+3
* r111588: refactored proxy/noProxy code slightly for simplicityAaron Schulz2012-02-291-10/+9
* Make userAgent also work as an option to MWHttpRequest::factory() and MWHttpR...Tim Starling2012-02-271-3/+3
* important fix inside HttpFunctions.php. I noticed that when you call HttpRequ...Thomas Gries2012-02-151-7/+10
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-4/+0
* * (bug 32341) Add upload by URL domain limitation.Sam Reed2012-01-191-1/+1
* Add comments explaining that the funky multiple Location headers stuff is a C...Brion Vibber2011-12-221-0/+4
* (bug 310720) Make Http::request() (and, by extension, get() and post() as wel...Roan Kattouw2011-11-201-0/+5
* Follow-up r101808. Use canonical class name.Platonides2011-11-031-1/+1
* typoMark A. Hershberger2011-11-031-1/+1
* comment that isValidURI must reject file:// URIAntoine Musso2011-11-031-0/+2
* use isValidURI for redirect checkMark A. Hershberger2011-11-031-1/+1
* More documentationSam Reed2011-10-291-0/+27