]> git.saurik.com Git - redis.git/history - ziplist.h
ziplistDelete no longer needs a direction now ziplistPrev is fixed
[redis.git] / ziplist.h
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