aboutsummaryrefslogtreecommitdiffstats
path: root/includes/HistoryBlob.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Many more function case mismatchesReedy2016-03-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-4/+4
* Fix for Ia9baaf0b: Make previously public variables public againStephan Gambke2014-08-291-6/+6
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-2/+2
* Revert more visibility changes in HistoryBlob.phpKevin Israel2014-05-251-4/+4
* Revert visibility change on DiffHistoryBlob::$mCompressedBrad Jorsch2014-05-231-1/+1
* Make phpcs-strict pass on includes/ (7/7)Siebrand Mazeland2014-05-151-41/+52
* Fixed some @params documentation (includes/*)umherirrender2014-04-221-22/+25
* Fix formatting of some php docsumherirrender2014-03-151-1/+3
* HistoryBlobCurStub: correct setting name in doc commentKevin Israel2013-10-271-1/+1
* DiffHistoryBlob: don't check for mhash extensionKevin Israel2013-07-301-10/+9
* Fixed spacing around parenthesis in includesumherirrender2013-04-281-1/+1
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-7/+7
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-03-071-2/+0
* fix some spacingumherirrender2013-02-041-5/+5
* fix some spacingumherirrender2013-01-271-1/+1
* Remove orphan call to wfProfileOut()Platonides2013-01-061-4/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-16/+16
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-1/+21
* Clarified comment per CR r111701Tim Starling2012-02-171-2/+3
* (bug 34428) Fixed hash mismatch errors in DiffHistoryBlob::patch() by simulat...Tim Starling2012-02-161-8/+28
* Temp patch for bug 34428, merged from 1.19wmf1 r111602Tim Starling2012-02-161-1/+2
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-3/+3
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* Revert r89925, setting disable_functions in php.ini is definitely the wrong w...Tim Starling2011-06-141-1/+1
* safer check if mhash is available (and I'm about to make it unavailable by di...Ariel Glenn2011-06-121-1/+1
* Removed some usage of error suppression operatorAlexandre Emsenhuber2011-06-091-2/+2
* And some more....Sam Reed2011-05-281-0/+17
* And more documentation. YaaaaySam Reed2011-05-281-5/+56
* Change old php4 style constructorSam Reed2010-12-151-1/+1
* Remove public from interface defintion, as decleration in an interface is not...Sam Reed2010-12-151-3/+3
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-2/+2
* Convert $wgBlobCache into a static class member.Platonides2010-08-121-12/+12
* * Fixed some doxygen warningsAlexandre Emsenhuber2010-02-271-4/+9
* Use xdiff_string_rabdiff() instead of xdiff_string_bdiff()Tim Starling2008-12-291-2/+2
* Convert from old DiffHistoryBlob format. Untested, committing for test by Jelte.Tim Starling2008-11-011-8/+17
* Implemented xdiff_string_bpatch() in pure PHP, allowing DiffHistoryBlob objec...Tim Starling2008-11-011-7/+62
* New DiffHistoryBlob storage format and compression method, which maintains a ...Tim Starling2008-11-011-36/+139
* * Added recompressTracked.php, the second part of the recompression project. ...Tim Starling2008-10-291-20/+28
* Revert revert r41578 of r41531 and fix compressOld.php. Tim Starling2008-10-171-63/+160
* Backing r41531 out for now ("Concept for diff-based compression using the new...Brion Vibber2008-10-031-159/+61
* * Concept for diff-based compression using the new xdiff beta. Acheives massi...Tim Starling2008-10-021-61/+159
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+0
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-4/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1