index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Memcached_DataObject.php
Age
Commit message (
Expand
)
Author
2010-01-02
Merge branch 'master' into 0.9.x
Evan Prodromou
2010-01-02
return false from Memcached_DataObject::staticGet() on not found, like DB_Dat...
Evan Prodromou
2010-01-02
change harmless check of to check of in Memcached_DataObject
Evan Prodromou
2010-01-01
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou
2010-01-01
Revert "add cleanup method to cleanup a single row"
Evan Prodromou
2010-01-01
Merge branch 'master' into 0.9.x
Evan Prodromou
2010-01-01
add cleanup method to cleanup a single row
Evan Prodromou
2010-01-01
stop using DB_DataObject's staticGet() which caches
Evan Prodromou
2009-12-30
Take Memcached_DataObject destructor back out to check whether it might be ca...
Brion Vibber
2009-12-30
Revert debugging code
Brion Vibber
2009-12-30
subbug debug info to check on free ordering
Brion Vibber
2009-12-23
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou
2009-12-22
Merge branch 'testing'
Evan Prodromou
2009-12-22
Skip DB_DataObject's in-process cache for static gets on CLI processes.
Brion
2009-12-15
call DB_DataObject::__destruct() if it exists
Evan Prodromou
2009-12-15
take out DB_DataObject destructor
Evan Prodromou
2009-12-14
Add destructor on Memcached_DataObject to free DB_DataObject's global storage...
Brion Vibber
2009-12-11
Debug check to track down live error -- wrong data type sometimes being sent ...
Brion Vibber
2009-11-10
Bringing Sphinx search support up to code: broken out to a plugin, now suppor...
Brion Vibber
2009-08-26
define LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
a distributed -> the distributed
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-07-27
better check for existing DB connection runs SET NAMES UTF8 less
Evan Prodromou
2009-07-05
Revert "Merge branch '0.8.x' into cachenonexistent"
Evan Prodromou
2009-07-05
cache failure to find in memcached
Evan Prodromou
2009-06-21
Add like for search
Evan Prodromou
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2009-06-18
Make sure we have a DB connection before setting its charset
Zach Copley
2009-05-30
Use mysql_set_charset for connection instead of SET NAMES
Evan Prodromou
2009-05-27
optionally use SET NAMES for utf8 to DB
Evan Prodromou
2009-04-26
Revert "Revert "run 'set names' after each connection to deal with UTF8 corre...
Evan Prodromou
2009-04-26
Revert "run 'set names' after each connection to deal with UTF8 correctly"
Evan Prodromou
2009-04-26
run 'set names' after each connection to deal with UTF8 correctly
Evan Prodromou
2009-01-22
Was accidentally not saving cached items (doh!)
Evan Prodromou
2009-01-22
Fixed bug in caching of queries
Evan Prodromou
2009-01-22
Return $inst, not $cls, if no cache in Memcached_DataObject
Evan Prodromou
2009-01-22
Add a method the memcached_object that lets it cache query results
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-12-10
always return a variable by reference
Evan Prodromou
2008-11-23
sphinx: fallback if no connection
millette
2008-11-20
sphinx search for notices
millette
2008-10-02
add methods to Memcached_DataObject for caching compound keys
Evan Prodromou
2008-09-30
don't encache on insert; misses timestamps
Evan Prodromou
2008-09-27
slightly better check on $orig in update()
Evan Prodromou
2008-09-26
move memcache connections to util.php
Evan Prodromou
2008-09-26
handle multiple memcached servers
Evan Prodromou
[next]