]> git.saurik.com Git - redis.git/history - ziplist.h
Fixed deps in makefile and mkreleasehdr.sh script to really take advantage of the...
[redis.git] / ziplist.h
2010-06-12  antirezMerge branch 'expire' of git://github.com/pietern/redis
2010-06-11  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-09  Pieter Noordhuisremove pop function and the sds dependency; can be...
2010-06-04  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-05-31  Pieter Noordhuisfixed signedness and disambiguate variable names
2010-05-31  Pieter NoordhuisziplistDelete no longer needs a direction now ziplistPr...
2010-05-31  Pieter NoordhuisziplistPrev should return the tail when the argument...
2010-05-29  Pieter Noordhuischange delete function to accept a direction argument...
2010-05-29  Pieter Noordhuisexpose extra functionality from ziplist.c
2010-05-29  Pieter NoordhuisziplistIndex now accepts negative indices
2010-05-29  Pieter Noordhuisfix compile warnings
2010-05-29  Pieter Noordhuisadd function to retrieve ziplist size in bytes
2010-05-29  Pieter Noordhuisadd function to retrieve length of ziplist
2010-05-29  Pieter Noordhuisadded header ziplist.h
2010-05-29  Pieter Noordhuisimplementation for a ziplist with push and pop support