* (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
[lhc/web/wiklou.git] / includes / HttpFunctions.php
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
2009-07-25 Jack Phoenixcoding style tweaks
2009-07-25 Alex ZFix a couple notices/strict warnings
2009-07-23 Michael Dalefixes bug 19736
2009-07-21 Alexandre Emsenhuberremove debugging code *stab*
2009-07-21 Alexandre Emsenhuber* don't require allow_url_fopen enabled when cURL is...
2009-07-17 Michael Dalefixed php based request path (uses fopen instead of...
2009-07-15 Michael Dale* addressed r53282#c3209 moved conditional inclusion...
2009-07-15 Roan KattouwFix another fatal in r53282
2009-07-15 Roan KattouwFix fatal in r53282
2009-07-15 Michael Dalerestored bc for Http::request per comments on r53282
2009-07-15 Niklas LaxströmOnly whitespace changes
2009-07-15 Jack Phoenixfollow-up to r53282:
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-01-08 Chad HorohoeFix odd edge case for POST Http::request()'s. I inciden...
2008-11-18 Chad Horohoe* Move user-agent construction to its own method, so...
2008-10-11 Tim StarlingRevert r41445: static members invite permanent use...
2008-09-30 Chad HorohoeAdd some more debugging goodies to this. $lastCurlErrno...
2008-09-30 Brion VibberCurl sanity -- dump non-200 return codes and error...
2008-09-29 Chad Horohoe* Remove unneeded ini_set() from a very long time ago...
2008-09-29 Chad HorohoeCleanup some docs :)
2008-09-22 Chad HorohoeMake file_get_contents() respect our timeout settings...
2008-09-20 Chad HorohoeFix more doxygen stuff.
2008-09-19 Chad HorohoeFix some doxygen stuff.
2008-09-11 Chad HorohoeAdd $options param to Http::get() and friends. Now...
2008-09-03 Chad HorohoeAdd @ingroup definitions to these. Created new group...
2008-05-15 Brion VibberRevert r34877 -- duplicates wfExpandUrl()
2008-05-15 Bryan Tong MinhForce output of a full URL in Special:Filepath and...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-05 Alexandre Emsenhuberreplacing some calls from deprecated global functions...
2007-08-31 Tim StarlingDon't return truncated output
2007-07-17 Brion VibberA little more cleanup on the fallback (non-cURL) HttpFu...
2007-07-17 Brion Vibber* (bug 10615) Fix for transwiki import when CURL not...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-10 River TarnellPHP Fatal error: Call to undefined function request...
2007-05-10 River Tarnell- Http::request(), Http::post()
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-01 Tim StarlingVarious improvements to interwiki transclusion. Introdu...
2006-01-31 Tim StarlingFixes and improvements to interwiki transclusion:
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
next