summaryrefslogtreecommitdiff
path: root/src/ziplist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings on SolarisPieter Noordhuis2010-12-231-2/+4
* LRANGE converted into a COW friendly command. Some refactoring, comment, and ...antirez2010-12-071-1/+6
* removed a number of stupid compilation warnings on Linuxantirez2010-11-021-14/+16
* Replace ziplist stresser and fix regressionPieter Noordhuis2010-10-141-41/+100
* Add regression test and fix for >255 byte string entriesPieter Noordhuis2010-09-231-1/+20
* Allow a random seed argument for the ziplist test binaryPieter Noordhuis2010-09-071-0/+4
* Fix updating the prevlen field of consecutive entriesPieter Noordhuis2010-09-071-13/+208
* Make ziplist schema more efficient for strings with length > 15Pieter Noordhuis2010-08-131-83/+144
* fixed a ziplist bug about encoding of integer values overflowing 64 bitantirez2010-07-271-6/+20
* Compilation fixed on Linux after the source code splitantirez2010-07-011-1/+1
* redis.c split into many different C files.antirez2010-07-011-0/+959