]> git.saurik.com Git - redis.git/history - src/ziplist.c
translated a few long logn into int64_t for correctness and to avoid compilation...
[redis.git] / src / ziplist.c
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-27  antirezfixed a ziplist bug about encoding of integer values...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.