summaryrefslogtreecommitdiff
path: root/src/ziplist.c
Commit message (Expand)AuthorAgeFilesLines
* Update ziplist.c唐权2019-05-081-1/+1
* Fix typoJack Drogon2018-07-031-2/+2
* Typo: entires -> entries in several places.antirez2018-06-071-2/+2
* Fix ziplist prevlen encoding description. See #4705.antirez2018-02-231-6/+6
* fix assert problem in ZIP_DECODE_PREVLENSIZEqinchao2018-01-161-1/+1
* Fix ziplist fix...antirez2017-02-011-2/+2
* Ziplist: insertion bug under particular conditions fixed.antirez2017-02-011-1/+9
* ziplist: better comments, some refactoring.antirez2017-01-301-100/+250
* Ziplist: remove static from functions, they prevent good crash reports.antirez2017-01-131-14/+14
* Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macroJustin Carvalho2016-12-191-1/+1
* ziplist.c explanation of format improved a bit.antirez2016-12-161-11/+18
* DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.antirez2016-12-161-13/+18
* Free ziplist test lists during testsMatt Stancliff2015-01-021-0/+26
* Add ziplistMerge()Matt Stancliff2015-01-021-0/+192
* Cleanup ziplist valgrind warningsMatt Stancliff2014-12-231-5/+14
* Fix ziplist test for pop()Matt Stancliff2014-12-231-6/+6
* Fix ziplistDeleteRange index parameterMatt Stancliff2014-12-231-1/+1
* Fix how zipEntry returns valuesMatt Stancliff2014-12-231-18/+16
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-10/+9
* Remove ziplist compiler warningsMatt Stancliff2014-12-231-4/+6
* Fix comment inconsistencies in ziplist.cXiaojie Zhang2014-09-291-3/+4
* Clean up text throughout projectMatt Stancliff2014-09-291-1/+1
* Avoid unnecessary decoding in ziplist.cXiaojie Zhang2014-08-081-13/+13
* assert.h replaced with redisassert.h when appropriate.antirez2013-08-191-1/+1
* Merge pull request #776 from charsyam/ziplist-bugSalvatore Sanfilippo2013-07-021-1/+2
|\
| * fix randstring bugcharsyam2012-11-201-1/+2
* | fix comments forgotten in #285 (zipmap -> ziplist)Pierre Chapuis2013-01-281-2/+2
|/
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* Set p to its new offset before modifying itPieter Noordhuis2012-08-131-7/+8
* Add ziplist test for deleting next to last entriesPieter Noordhuis2012-08-131-0/+53
* Don't assume that "char" is signed.antirez2012-07-181-4/+4
* ziplistFind(): don't assume that entries are comparable by encoding.antirez2012-06-141-5/+10
* Compare integers in ziplist regardless of encodingPieter Noordhuis2012-05-061-5/+4
* Spurious debugging printf removed.antirez2012-04-241-1/+0
* Added two new encodings to ziplist.cantirez2012-04-241-19/+46
* ziplist.c: added comments about the new 24 bit encoding.antirez2012-04-241-0/+4
* Add a 24bit integer to ziplists to save one byte for ints that canGrisha Trubetskoy2012-04-241-0/+16
* Big endian fix. The bug was introduced because of a typo.antirez2012-03-231-1/+1
* Merge conflicts resolved.antirez2012-03-091-75/+140
|\
| * Implements ziplistFindPieter Noordhuis2012-01-031-75/+140
* | endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.antirez2012-02-141-1/+1
* | ziplist.c endianess fixes, chapter 5.antirez2012-02-091-1/+1
* | ziplist.c endianess fixes, chapter 4.antirez2012-02-091-1/+1
* | ziplist.c endianess fixes, chapter 3.antirez2012-02-091-10/+18
* | more ziplist.c endianess fixesantirez2012-02-081-2/+2
* | ziplist.c fixes for bigendianantirez2012-02-081-24/+28
|/
* Fixed a few warnings compiling on Linux.antirez2011-10-231-1/+3
* Use string2ll in ziplist code (faster)Pieter Noordhuis2011-05-051-16/+2
* Fix ziplist regression and update stresserPieter Noordhuis2011-05-051-31/+34
* Merge branch 'unstable' into unstable-zsetPieter Noordhuis2011-04-061-0/+10
|\