index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ziplist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment inconsistencies in ziplist.c
Xiaojie Zhang
2014-10-06
1
-3
/
+4
*
Clean up text throughout project
Matt Stancliff
2014-10-06
1
-1
/
+1
*
Avoid unnecessary decoding in ziplist.c
Xiaojie Zhang
2014-08-27
1
-13
/
+13
*
assert.h replaced with redisassert.h when appropriate.
antirez
2013-08-19
1
-1
/
+1
*
fix randstring bug
charsyam
2013-07-02
1
-1
/
+2
*
fix comments forgotten in #285 (zipmap -> ziplist)
Pierre Chapuis
2013-02-11
1
-2
/
+2
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+30
*
Set p to its new offset before modifying it
Pieter Noordhuis
2012-08-22
1
-7
/
+8
*
Add ziplist test for deleting next to last entries
Pieter Noordhuis
2012-08-22
1
-0
/
+53
*
Don't assume that "char" is signed.
antirez
2012-07-18
1
-4
/
+4
*
ziplistFind(): don't assume that entries are comparable by encoding.
antirez
2012-06-15
1
-5
/
+10
*
Compare integers in ziplist regardless of encoding
Pieter Noordhuis
2012-05-04
1
-5
/
+4
*
Spurious debugging printf removed.
antirez
2012-04-24
1
-1
/
+0
*
Added two new encodings to ziplist.c
antirez
2012-04-24
1
-19
/
+46
*
ziplist.c: added comments about the new 24 bit encoding.
antirez
2012-04-24
1
-0
/
+4
*
Add a 24bit integer to ziplists to save one byte for ints that can
Grisha Trubetskoy
2012-04-24
1
-0
/
+16
*
Big endian fix. The bug was introduced because of a typo.
antirez
2012-03-23
1
-1
/
+1
*
Merge conflicts resolved.
antirez
2012-03-09
1
-75
/
+140
|
\
|
*
Implements ziplistFind
Pieter Noordhuis
2012-01-03
1
-75
/
+140
*
|
endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.
antirez
2012-02-14
1
-1
/
+1
*
|
ziplist.c endianess fixes, chapter 5.
antirez
2012-02-09
1
-1
/
+1
*
|
ziplist.c endianess fixes, chapter 4.
antirez
2012-02-09
1
-1
/
+1
*
|
ziplist.c endianess fixes, chapter 3.
antirez
2012-02-09
1
-10
/
+18
*
|
more ziplist.c endianess fixes
antirez
2012-02-08
1
-2
/
+2
*
|
ziplist.c fixes for bigendian
antirez
2012-02-08
1
-24
/
+28
|
/
*
Fixed a few warnings compiling on Linux.
antirez
2011-10-23
1
-1
/
+3
*
Use string2ll in ziplist code (faster)
Pieter Noordhuis
2011-05-05
1
-16
/
+2
*
Fix ziplist regression and update stresser
Pieter Noordhuis
2011-05-05
1
-31
/
+34
*
Merge branch 'unstable' into unstable-zset
Pieter Noordhuis
2011-04-06
1
-0
/
+10
|
\
|
*
ziplist are now endianess agnostic
antirez
2011-03-09
1
-0
/
+10
*
|
Offset should be size_t
Pieter Noordhuis
2011-03-14
1
-6
/
+8
|
/
*
encoded types API to get blob length
antirez
2011-02-28
1
-2
/
+2
*
Fix compiler warnings on Solaris
Pieter Noordhuis
2010-12-23
1
-2
/
+4
*
LRANGE converted into a COW friendly command. Some refactoring, comment, and ...
antirez
2010-12-07
1
-1
/
+6
*
removed a number of stupid compilation warnings on Linux
antirez
2010-11-02
1
-14
/
+16
*
Replace ziplist stresser and fix regression
Pieter Noordhuis
2010-10-14
1
-41
/
+100
*
Add regression test and fix for >255 byte string entries
Pieter Noordhuis
2010-09-23
1
-1
/
+20
*
Allow a random seed argument for the ziplist test binary
Pieter Noordhuis
2010-09-07
1
-0
/
+4
*
Fix updating the prevlen field of consecutive entries
Pieter Noordhuis
2010-09-07
1
-13
/
+208
*
Make ziplist schema more efficient for strings with length > 15
Pieter Noordhuis
2010-08-13
1
-83
/
+144
*
fixed a ziplist bug about encoding of integer values overflowing 64 bit
antirez
2010-07-27
1
-6
/
+20
*
Compilation fixed on Linux after the source code split
antirez
2010-07-01
1
-1
/
+1
*
redis.c split into many different C files.
antirez
2010-07-01
1
-0
/
+959