summaryrefslogtreecommitdiff
path: root/src/vm.c
Commit message (Expand)AuthorAgeFilesLines
* Manual merge after cherry-pickantirez2011-07-121-4/+4
* VM/direct-saving fixesantirez2011-04-201-4/+4
* yet more manual backporting from unstableantirez2011-04-201-1/+1
* API change function name fixantirez2011-04-201-1/+1
* Backport patch: object swappability for encoded sorted setsPieter Noordhuis2011-03-221-8/+18
* Stop using /dev/null to find out the serialized object lengthPieter Noordhuis2010-11-211-4/+2
* Stop using the freelist robj* cachePieter Noordhuis2010-11-041-1/+0
* Object approximated LRU algorithm enhanced / fixed / refactored. This is used...antirez2010-10-141-1/+1
* added some comment and changed coding style for fix for 237antirez2010-09-031-3/+5
* fix for issue 237Anko painting2010-09-021-0/+3
* fix for the prev fixantirez2010-08-271-1/+1
* Fix for bug 312, yet to verify in a couple of minutes...antirez2010-08-271-2/+13
* computeObjectSwappability is now able to compute swappability for intset enco...antirez2010-08-261-9/+14
* Add zcalloc and use it where appropriateBenjamin Kramer2010-07-251-2/+1
* fix rare condition where 'key' would already be destroyed while is was needed...Pieter Noordhuis2010-07-221-0/+6
* redis.c split into many different C files.antirez2010-07-011-0/+1126