]> git.saurik.com Git - redis.git/history - src/ziplist.c
Redis 2.5.8 (2.6.0 RC2).
[redis.git] / src / ziplist.c
2012-04-24  antirezSpurious debugging printf removed.
2012-04-24  antirezAdded two new encodings to ziplist.c
2012-04-24  antirezziplist.c: added comments about the new 24 bit encoding.
2012-04-24  Grisha TrubetskoyAdd a 24bit integer to ziplists to save one byte for...
2012-03-23  antirezBig endian fix. The bug was introduced because of a...
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-14  antirezendian.c/h -> endianconv.c/h to avoid issues with broke...
2012-02-14  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-09  antirezziplist.c endianess fixes, chapter 5.
2012-02-09  antirezziplist.c endianess fixes, chapter 4.
2012-02-09  antirezziplist.c endianess fixes, chapter 3.
2012-02-08  antirezmore ziplist.c endianess fixes
2012-02-08  antirezziplist.c fixes for bigendian
2012-01-04  Pieter NoordhuisImplements ziplistFind
2011-10-23  antirezFixed a few warnings compiling on Linux.
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisUse string2ll in ziplist code (faster)
2011-05-05  Pieter NoordhuisFix ziplist regression and update stresser
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-14  Pieter NoordhuisOffset should be size_t
2011-03-10  antirezMerge branch 'unstable'
2011-03-09  antirezziplist are now endianess agnostic
2011-02-28  antirezencoded types API to get blob length
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisFix compiler warnings on Solaris
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezremoved a number of stupid compilation warnings on...
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  Pieter NoordhuisReplace ziplist stresser and fix regression
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-23  antirezMerge remote branch 'pietern/ziplist-fix'
2010-09-23  Pieter NoordhuisAdd regression test and fix for >255 byte string entries
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-06  Pieter NoordhuisAllow a random seed argument for the ziplist test binary
2010-09-06  Pieter NoordhuisFix updating the prevlen field of consecutive entries
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-13  Pieter NoordhuisMake ziplist schema more efficient for strings with...
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.