]> git.saurik.com Git - redis.git/history - redis.c
Fixed the same problem in ZREVRANK
[redis.git] / redis.c
2010-03-15  antirezFixed the same problem in ZREVRANK
2010-03-15  antirezFixed a ZRANK bug
2010-03-15  antirezzipmap to hash conversion in HSET
2010-03-14  antirezmax zipmap entries and max zipmap value parameters...
2010-03-14  antirezHDEL and some improvement in DEBUG OBJECT command
2010-03-14  antirezAppend only file support for hashes
2010-03-12  antirezA minor fix and a few debug messages removed
2010-03-12  antirezApplied the replication bug patch provided by Jeremy...
2010-03-11  antirezFix for HGET against non Hash type, debug messages...
2010-03-09  Pieter Noordhuisfix: use zmalloc instead of malloc
2010-03-09  antirezMerged zsetops branch from Pietern
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-09  antirezMerged ZREVRANK from Pietern
2010-03-09  Pieter Noordhuisuse a struct to store both a dict and its weight for...
2010-03-09  antirezHash auto conversion from zipmap to hash table, type...
2010-03-09  Pieter Noordhuisreplaced ZMERGE by ZUNION and ZINTER. note: key preload...
2010-03-08  antirezHashes saving / fixes
2010-03-08  Pieter Noordhuisuse ZMERGE as starting point
2010-03-07  antirezHSET fixes, now the new pointer is stored back in the...
2010-03-07  Pieter Noordhuisadded ZREVRANK
2010-03-06  antirezFix for replicaiton with over 2GB dump file initial...
2010-03-06  antirezfirst implementation of HSET/HSET. More work needed
2010-03-05  antirezzipmaps functions to get, iterate, test for existence...
2010-03-04  Pieter Noordhuismoved code to delete a single node from a zset to a...
2010-03-04  Pieter Noordhuisrename zslDeleteRange to zslDeleteRangeByScore (to...
2010-03-04  Pieter Noordhuisuse 1-based rank across zsl*Rank functions consistently
2010-03-04  Pieter Noordhuisimplemented ZREMBYRANK
2010-03-04  antirezA fix for initialization of augmented skip lists
2010-03-04  antirezA fix for an invalid access when VM is disabled
2010-03-04  antirezMerge branch 'zsl-get-rank' of git://github.com/pietern...
2010-03-04  Pieter Noordhuismerged memory reduction patch
2010-03-04  antirezNow list push commands return the length of the new...
2010-03-04  Pieter Noordhuisfirst check if starting point is trivial (head or tail...
2010-03-04  Pieter Noordhuisuse rank to find starting point for ZRANGE and ZREVRANGE
2010-03-04  Pieter Noordhuislookup rank of a zset entry in a different function
2010-03-04  antirezSUBSTR fix for integer encoded vals
2010-03-04  Pieter Noordhuisfix ZRANK (realize that rank is 1-based due to the...
2010-03-03  antirezinitial implementation of SUBSTR
2010-03-03  Pieter Noordhuisuse less memory as element->span[0] will always be...
2010-03-03  Pieter Noordhuisrank is very unlikely to overflow integer range
2010-03-03  Pieter Noordhuisx->backward never equals zsl->header
2010-03-03  Pieter Noordhuisinitial implementation for augmented zsets and the...
2010-03-03  antirezMerge remote branch 'djanowski/interactive'
2010-03-02  antirezminor fix for a Linux warning
2010-03-01  antirezBetter to increment the version minor number when a...
2010-03-01  antirezFixed a subtle VM bug... was not flushing the buffer...
2010-03-01  antirezKEYS now returns a multi bulk reply
2010-03-01  Damian JanowskiAdd DISCARD command to discard queued MULTI commands.
2010-03-01  antirezSwappability bug due to a typo fixed thanks to code...
2010-02-27  antirezBug #169 fixed (BLOP/BRPOP interrupted connections...
2010-02-22  antirezFixed 32bit make target to work on Linux out of the box
2010-02-19  antirezA problem with replication with multiple slaves connect...
2010-02-09  antirezVM now is able to block clients on swapped keys for...
2010-02-07  antirezZRANGEBYSCORE now supports open intervals, prefixing...
2010-02-07  antirezWITHSCORES in ZRANGEBYSCORE thanks to Sam Hendley
2010-02-06  Sam HendleyAdded "withscores" option to zrangebyscore command...
2010-02-06  antirezDEBUG OBJECT provide info about serialized object lengt...
2010-02-06  antirezmulti bulk requests in redis-benchmark, default fsync...
2010-02-04  antirezAPPEND command
2010-02-02  antirezFaster version of the function hashing possibly encoded...
2010-02-02  antirezfaster Set loading time from .rdb file resizing the...
2010-02-02  antirezLog time taken to load the DB at startup, in seconds
2010-01-31  antirezFixed VM corruption due to child fclosing the VM file...
2010-01-28  antirezloading side of the threaded VM
2010-01-23  antirezFixed memory human style memory reporting, removed...
2010-01-22  antirezVM tuning thanks to redis-stat vmstat. Now it performs...
2010-01-21  antirezREDIS_MAX_COMPLETED_JOBS_PROCESSED is now in percentage...
2010-01-20  antirezfixed a deadlock caused by too much finished processes...
2010-01-19  antirezremoved a bug in the function to cancel an I/O job
2010-01-16  antirezremoved support for REDIS_HELGRIND_FRIENDLY since Helgr...
2010-01-15  antirezCreate swap file only if not exists
2010-01-15  antirezI hate warnings
2010-01-15  antirezfixed a minor memory leak in configuration file parsing
2010-01-15  antirezminor fix
2010-01-15  antirezsupport for named VM swap file. Fixed a few important...
2010-01-15  antirezuseless debugging messages removed
2010-01-15  antirezthread safe zmalloc used memory counter
2010-01-15  antirezA define to make Redis more helgrind friendly
2010-01-15  antirezremoved a few races from threaded VM
2010-01-14  antirezFixed a never experienced, theoretical bug that can...
2010-01-14  antirezSet the new threads stack size to a LZF friendly amount
2010-01-13  antirezaccess to already freed job structure fixed by statemen...
2010-01-13  antirezremoved a useless debugging message
2010-01-13  antirezWait zero active threads condition before to fork(...
2010-01-13  antirezlist API is now thread safe
2010-01-13  antirezminor TODO and debugging info changes
2010-01-12  antirezsupport for blocking VM in config file
2010-01-12  antirezmore non blocking VM changes
2010-01-12  antireza few more stuff in INFO about VM. Test #11 changed...
2010-01-12  antirezAdded a define to configure how many completed IO jobs...
2010-01-12  antirezFixed a bug in the IO Job canceling funtion
2010-01-11  antirezmore steps towards a working non blocking VM
2010-01-11  antirezconverted random printfs in debug logs
2010-01-11  antirezremoved a bug introduced with non blocking VM
2010-01-11  antireza few non blocking VM bugs fixed
2010-01-11  antirezMore work on non-blocking VM. Should work in a few...
2010-01-11  antirezMore threaded I/O VM work + Redis init script
2010-01-10  antirezmore work on VM threaded I/O. Still nothing of usable
2010-01-09  antireznon-blocking VM data structures, just a start
2010-01-08  antirezused_memory_human added to INFO output. Human readable...
next