summaryrefslogtreecommitdiff
path: root/zipmap.c
Commit message (Expand)AuthorAgeFilesLines
* fix lookup of keys with length larger than ZIPMAP_BIGLENPieter Noordhuis2010-05-201-4/+19
* update the zipmap entry in-place instead of appending itPieter Noordhuis2010-04-011-13/+20
* updated zipmap documentation to match the implementationPieter Noordhuis2010-04-011-15/+9
* allow 4 free trailing bytes for each value Pieter Noordhuis2010-04-011-1/+1
* use function to determine length of a single entryPieter Noordhuis2010-04-011-6/+1
* removed references in code to ZIPMAP_EMPTYPieter Noordhuis2010-03-281-17/+2
* use first byte of zipmap to store lengthPieter Noordhuis2010-03-281-5/+18
* implemented strategy that doesn't use free blocks in zipmapsPieter Noordhuis2010-03-281-62/+52
* zipmap fix for large valuesantirez2010-03-181-1/+1
* Hashes saving / fixesantirez2010-03-081-0/+9
* HSET fixes, now the new pointer is stored back in the object pointer fieldantirez2010-03-071-0/+7
* first implementation of HSET/HSET. More work neededantirez2010-03-061-0/+1
* zipmaps functions to get, iterate, test for existence. Initial works for Hash...antirez2010-03-051-19/+59
* zipmap iteration codeantirez2010-03-041-0/+41
* zipampDel() implementedantirez2010-03-031-1/+29
* minor fixes for zipmap.cantirez2010-02-281-3/+8
* first zipmap fix of a long sequence in the days to come ;)antirez2010-02-271-3/+4
* initial zipmap.c implementationantirez2010-02-271-0/+325