Pieter Noordhuis
|
306974f5d7
|
remove pop function and the sds dependency; can be implemented using get+delete
|
2010-06-09 11:36:58 +02:00 |
|
Pieter Noordhuis
|
b6eb970394
|
fixed signedness and disambiguate variable names
|
2010-05-31 22:26:32 +02:00 |
|
Pieter Noordhuis
|
6a8e35ad92
|
ziplistDelete no longer needs a direction now ziplistPrev is fixed
|
2010-05-31 20:18:35 +02:00 |
|
Pieter Noordhuis
|
8632fb3040
|
ziplistPrev should return the tail when the argument is ZIP_END
|
2010-05-31 20:17:21 +02:00 |
|
Pieter Noordhuis
|
0f3dfa87bc
|
change delete function to accept a direction argument, so "p" can be properly updated
|
2010-05-30 01:39:41 +02:00 |
|
Pieter Noordhuis
|
033fb554be
|
expose extra functionality from ziplist.c
|
2010-05-30 01:38:56 +02:00 |
|
Pieter Noordhuis
|
c03206fdf1
|
ziplistIndex now accepts negative indices
|
2010-05-29 22:17:16 +02:00 |
|
Pieter Noordhuis
|
a24ba809d1
|
fix compile warnings
|
2010-05-29 21:10:17 +02:00 |
|
Pieter Noordhuis
|
4812cf2873
|
add function to retrieve ziplist size in bytes
|
2010-05-29 21:10:16 +02:00 |
|
Pieter Noordhuis
|
6205b46387
|
add function to retrieve length of ziplist
|
2010-05-29 21:10:16 +02:00 |
|
Pieter Noordhuis
|
c7019f7019
|
added header ziplist.h
|
2010-05-29 21:10:16 +02:00 |
|
Pieter Noordhuis
|
11ac6ff613
|
implementation for a ziplist with push and pop support
|
2010-05-29 21:10:15 +02:00 |
|