cleanup to mwsuggest.js & fix some things suggested by JSLint
[lhc/web/wiklou.git] / includes / HttpFunctions.php
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~ +$~~
2005-12-04 Antoine Mussosome useless calls / unitialized $matches arrays
2005-12-04 Antoine MussoClean up unused globals!
2005-11-01 Tim StarlingCheck for error response codes, don't proxy via localho...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-03 River Tarnell- proxy support for wfGetHTTP()
2005-06-26 Brion Vibberlive hack
2005-06-26 Tim StarlingMade a SiteConfiguration object generally available...