summaryrefslogtreecommitdiff
path: root/src/zipmap.c
Commit message (Expand)AuthorAgeFilesLines
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-3/+7
* zipmap.c: update comments aboveSun He2014-11-251-3/+2
* No more trailing spaces in Redis source code.antirez2014-06-261-3/+3
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-1/+1
* assert.h replaced with redisassert.h when appropriate.antirez2013-08-191-1/+0
* Fixed some spelling errors in the commentsErik Dubbelboer2012-04-071-6/+6
* endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.antirez2012-02-141-1/+1
* Fix minor typos.Jason Davies2011-11-011-2/+2
* zipmaps are now endianess agnostic, needed for on disk serialization of zipma...antirez2011-03-091-0/+3
* encoded types API to get blob lengthantirez2011-02-281-8/+5
* save zipmap encoded hashes as blobs. Work in progress.antirez2011-02-281-0/+12
* removed a number of stupid compilation warnings on Linuxantirez2010-11-021-2/+2
* redis.c split into many different C files.antirez2010-07-011-0/+455