Fix Bug 33384 - database drivers cannot be provided by extension
[lhc/web/wiklou.git] / includes / HttpFunctions.php
2011-12-22 Brion VibberAdd comments explaining that the funky multiple Locatio...
2011-11-20 Roan Kattouw(bug 310720) Make Http::request() (and, by extension...
2011-11-03 PlatonidesFollow-up r101808. Use canonical class name.
2011-11-03 Mark A. Hershbergertypo
2011-11-03 Antoine Mussocomment that isValidURI must reject file:// URI
2011-11-03 Mark A. Hershbergeruse isValidURI for redirect check
2011-10-29 Sam ReedMore documentation
2011-10-28 TobiasDisable proxy for local URLs instead of using a local...
2011-10-13 Sam ReedDocumentation
2011-09-08 Roan KattouwUse wfParseUrl() instead of parse_url() in MWHttpReques...
2011-09-08 Roan KattouwMove URL expansion from Http::request() (where it was...
2011-08-19 Roan KattouwExpand some more URLs: for feeds, referers and the...
2011-08-18 MaroonedRelative values of the "Location" header are incorrect...
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-07-18 Chad Horohoe(bug 29959) Installer fatal when cURL and allow_url_fop...
2011-07-08 KrinkleReverting r91642 per CR and pending review need-patch...
2011-07-07 Mark A. HershbergerBug #29755: Apply patch from Vitaliy Filippov so that...
2011-06-04 Mark A. Hershbergerfollow up r89278 — remove FTP support.
2011-06-01 Brion VibberAdd some doc comments on Cookie::validateCookieDomain...
2011-06-01 Mark A. HershbergerFix Bug #29231: PhpHttpRequest doesn't support HTTPS
2011-05-29 Sam ReedEven more documentation in various files
2011-05-27 Brion Vibber* (bug 29174) Fix regression in upload-by-URL: files...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-03-17 Sam Reed* (bug 27924) PhpHttpRequest doesn't return response...
2011-03-15 Sam ReedKill the oldtimeout stuff, with minimum PHP being 5.2.3
2011-03-15 Sam ReedAfter r83879, we're requiring php 5.2.3
2011-03-09 Antoine Mussotypo / space fix in HTTP class
2011-03-08 Mark A. Hershbergermisc w/s cleanups, “svn diff -x-w” clean
2011-03-08 Sam ReedLast few svn property fixes
2011-03-07 Sam ReedStrip cookie classes out of the middle of HttpFunctions...
2011-03-06 Brian Wolff(bug 27854) Http::isValidURI is way to lax. This is...
2011-03-02 Sam ReedFix typo in @param comment
2011-02-27 Jeroen De DauwMoved stuff so the cURL class can be used to post files...
2011-02-14 Chad HorohoeAllow callback to be set by options array, inspired...
2011-02-14 Sam ReedExplicitally define $domain
2010-12-29 PlatonidesFollow up r67663. Now with 100% less sugar, er.. @s!
2010-11-12 Brian Wolff(Bug 25872) Rename HttpRequest class to MWHttpRequest...
2010-10-21 Mark A. Hershberger* Followup r75064 — fix misleading doc comment
2010-10-20 Mark A. Hershbergerfollow up r75046 — Add getStatus() method to HttpRequest
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Mark A. Hershbergerw/s changes
2010-07-02 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-29 Tim StarlingLet CookieJar work for hostnames without dots in them...
2010-06-24 Derk-Jan HartmanAnd one more \n in wfDebug.
2010-06-24 Derk-Jan HartmanAdd a \n to the debug of the HTTP functions, so my...
2010-06-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-11 Tim Starling* Fix for r67684: in the curl backend, don't redirect...
2010-06-09 Tim StarlingFixes for r61911:
2010-06-08 PlatonidesFollow up r67663. Stay quiet, T_OPEN_TAG!
2010-06-08 PlatonidesEnable http compression.
2010-04-25 Andrew GarrettAs well as fixing the broken implementation of sslVerif...
2010-04-25 Andrew GarrettHttpFunctions: Fix bug where sslVerifyHost was only...
2010-04-09 Mark A. Hershberger* Fix a bug to keep consecutive HTTP requests from...
2010-03-17 Chad Horohoebug 18664, bug 19270: Relative URIs in interwiki table...
2010-02-22 Mark A. Hershberger* Fixes Bug #22268
2010-02-16 Tim StarlingFix call to nonexistent function from r61357
2010-02-09 Mark A. HershbergerFix problem of incorrect Status message use.
2010-02-09 Mark A. Hershbergerfix messages for http non-200 messages
2010-02-09 Mark A. HershbergerFix Http::request() so that it continues to return...
2010-02-08 Mark A. HershbergerAdd a bunch of tests and checks for cookie domain security.
2010-02-07 Mark A. HershbergerTest cases working with “make tap” but not just “phpuni...
2010-02-05 Mark A. HershbergerAdd domain checking to HTTP cookie checking.
2010-02-03 Mark A. HershbergerAdd preliminary API tests. Next step: UploadChunks...
2010-02-03 Mark A. Hershbergerfollow-up r61655 fill out the rest of the missing messages
2010-01-29 Mark A. Hershbergerfollow up r61357
2010-01-27 Mark A. HershbergerMake the instantiation tests actually work.
2010-01-23 Niklas LaxströmLog HTTP requests similar to SQL queries and other...
2010-01-23 Mark A. Hershbergerfollow up r61356 -- remove global
2010-01-22 Mark A. HershbergerFollow up 61352, address TimStarling's comments.
2010-01-22 Mark A. Hershbergerstylize, message fixups.
2010-01-22 Mark A. Hershbergerfollow up r61078, fixes bug 22224
2010-01-15 Raimond SpekkingRevert r61078/r61079 for now. Throws a lot of PHP warni...
2010-01-15 Jure KajzerFixed fatal error by defineing a blank function in...
2010-01-15 Mark A. Hershbergerfollow-up r60811 clean up code, write some tests for...
2010-01-07 Michael Dale* fix for bug 20512 ( in both trunk and js2-work branch )
2009-12-05 Alexandre EmsenhuberDoxygen fixes:
2009-11-28 Chad HorohoeFix header
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-06 Chad Horohoerm unused global
2009-10-20 Michael Dale* set the --wiki to wfWikiId
2009-09-10 Michael Dalemore (bug 20336)
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-01 Michael Dale* r55034#c3604 re-factored presently used curl options...
2009-08-26 Bryan Tong Minh* Code style & commenting on upload functions.
2009-08-19 Chad HorohoeFollowup r53884, use wfSuppressWarnings/wfRestoreWarnin...
2009-08-14 Michael Dalefixed variable name
2009-08-14 Michael Dalehttp:get was clearing opts array (fixed)
2009-08-14 Michael Dale* added curl option support for get requests
2009-08-13 Michael Daleadded memchached compatibility to background downloads.
2009-08-02 Brion VibberSuppress 'Expect: 100-continue' header on Http::post...
2009-07-30 Brion VibberAllow passing postdata in Http::post() options...
2009-07-28 Michael Dalechecking for session_id() was preventing updates (just...
2009-07-28 Michael Dale* ( bug 19932 ) simpleFileWriter::close was still issui...
2009-07-28 Niklas Laxström* formatSize is not static
2009-07-27 Michael Dale* ignorewarnings fixes
2009-07-27 Michael Dale* ( bug 19930 ) default to SYNC_DOWNLOAD
2009-07-27 Michael Dale* (bug 19932) added do_close_session_update to avoid...
2009-07-27 Michael Daleapplies patch from bug 19934
next