Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / memcached-client.php
2010-11-30 Sam ReedFew braces and spaces
2010-11-26 PlatonidesFix per r76545 CR.
2010-11-11 PlatonidesDocummentation minor fixes.
2010-10-18 Sean ColomboDid some testing to beef up the documentation a bit...
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2010-07-04 Alexandre EmsenhuberRemoved error suppression opertators (per bug 24159)
2010-05-25 Alexandre EmsenhuberFixed some doxygen warnings
2010-01-21 OverlordQAdded configuration option for memcached timeout based...
2009-12-13 Jack Phoenix*coding style cleanup
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-20 Alexandre EmsenhuberFix for r59289 and 59293: finish to rename the class...
2009-11-20 Alexandre Emsenhuber*STAB STAB STAB* Fix for r59289: forgot to rename the...
2009-11-20 Alexandre Emsenhuber* (bug 21403) memcached class renamed to MWMemecached...
2009-11-12 Alexandre EmsenhuberOne more fix for r58949: convert these lines too *STAB*
2009-11-12 Alexandre EmsenhuberFix for r58949: correct indentation
2009-11-12 Alexandre EmsenhuberUse tabs for indentation, not spaces
2009-10-27 Domas Mituzasset read/write timeouts to 50ms down from 1s
2009-10-27 Domas Mituzaswtf:)
2009-10-27 Domas Mituzasfix blacklist of dead servers
2009-10-27 Domas Mituzasfirst few changes to memcached client:
2008-09-28 Tim StarlingSimpler method for mixing and clipping when computing...
2008-09-27 Aaron SchulzSuppress errors on count increment (bug 13758)
2008-09-27 Aaron SchulzAvoid strange negative bucket key values in certain...
2008-08-26 Aaron Schulzadd more info
2008-08-26 Aaron Schulzlog strange anomaly
2008-07-09 Brion VibberRevert r37295 "(bug 14159) Use of MEMCACHE_COMPRESSED...
2008-07-08 Chad Horohoe(bug 14159) Use of MEMCACHE_COMPRESSED constant causes...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-07 Tim StarlingShorter debug output
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Tim StarlingFixed a couple of potential catchable fatal errors...
2008-03-18 Domas Mituzasmove global constants to class-specific constants,...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-27 Yuri AstrakhanAPI: Enabled API login throttling (with amidaniel's...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-09-08 Tim StarlingImplemented short connection timeout with retries and...
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-09-07 Tim StarlingWorked around lack of timeouts in fwrite(), using non...
2005-01-21 Tim Starlingstream timeout option
2005-01-17 Brion VibberMemcached data compression fixes:
2004-09-25 Tim StarlingMore debugging info, better hashing function - crc32...
2004-09-25 Jens FrankAvoid warning when incrementing non-existing element...
2004-06-15 Gabriel Wickesilence list, not sure if the port should always be set
2004-06-01 Tim StarlingFixed horribly broken hashing function
2004-04-22 Gabriel WickeSkinPHPTal:
2004-04-22 Gabriel Wickeanother warning fix- please review the mamcached change...
2004-04-22 Gabriel Wickesilence sprintf
2004-04-07 Tim Starlingfixed notices
2004-01-25 Mr. E23Overridable debug printouts in new memcached client.
2004-01-24 Mr. E23Replaced old memcached client with new one