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
*
Sanitize dump payload: performance optimizations and tuning
Oran Agra
2020-12-06
1
-16
/
+95
*
Sanitize dump payload: validate no duplicate records in hash/zset/intset
Oran Agra
2020-12-06
1
-1
/
+6
*
Sanitize dump payload: ziplist, listpack, zipmap, intset, stream
Oran Agra
2020-12-06
1
-57
/
+239
*
Fix printf format specifier for unsigned in ziplistRepr (#7907)
Hanif Ariffin
2020-10-13
1
-2
/
+2
*
Fix redundancy use of semicolon in do-while macros in ziplist.c. (#7832)
WuYunlong
2020-09-23
1
-3
/
+3
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-8
/
+8
*
Optimize __ziplistCascadeUpdate algorithm (#6886)
maohuazhu
2020-08-28
1
-47
/
+202
*
fix description about ziplist, the code is ok (#6318)
jimgreen2013
2020-07-11
1
-2
/
+2
*
reformat code
Deliang Yang
2020-05-04
1
-1
/
+1
*
Update ziplist.c
唐权
2019-05-08
1
-1
/
+1
*
Fix typo
Jack Drogon
2018-07-03
1
-2
/
+2
*
Typo: entires -> entries in several places.
antirez
2018-06-07
1
-2
/
+2
*
Fix ziplist prevlen encoding description. See #4705.
antirez
2018-02-23
1
-6
/
+6
*
fix assert problem in ZIP_DECODE_PREVLENSIZE
qinchao
2018-01-16
1
-1
/
+1
*
Fix ziplist fix...
antirez
2017-02-01
1
-2
/
+2
*
Ziplist: insertion bug under particular conditions fixed.
antirez
2017-02-01
1
-1
/
+9
*
ziplist: better comments, some refactoring.
antirez
2017-01-30
1
-100
/
+250
*
Ziplist: remove static from functions, they prevent good crash reports.
antirez
2017-01-13
1
-14
/
+14
*
Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macro
Justin Carvalho
2016-12-19
1
-1
/
+1
*
ziplist.c explanation of format improved a bit.
antirez
2016-12-16
1
-11
/
+18
*
DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.
antirez
2016-12-16
1
-13
/
+18
*
Free ziplist test lists during tests
Matt Stancliff
2015-01-02
1
-0
/
+26
*
Add ziplistMerge()
Matt Stancliff
2015-01-02
1
-0
/
+192
*
Cleanup ziplist valgrind warnings
Matt Stancliff
2014-12-23
1
-5
/
+14
*
Fix ziplist test for pop()
Matt Stancliff
2014-12-23
1
-6
/
+6
*
Fix ziplistDeleteRange index parameter
Matt Stancliff
2014-12-23
1
-1
/
+1
*
Fix how zipEntry returns values
Matt Stancliff
2014-12-23
1
-18
/
+16
*
Allow all code tests to run using Redis args
Matt Stancliff
2014-12-23
1
-10
/
+9
*
Remove ziplist compiler warnings
Matt Stancliff
2014-12-23
1
-4
/
+6
*
Fix comment inconsistencies in ziplist.c
Xiaojie Zhang
2014-09-29
1
-3
/
+4
*
Clean up text throughout project
Matt Stancliff
2014-09-29
1
-1
/
+1
*
Avoid unnecessary decoding in ziplist.c
Xiaojie Zhang
2014-08-08
1
-13
/
+13
*
assert.h replaced with redisassert.h when appropriate.
antirez
2013-08-19
1
-1
/
+1
*
Merge pull request #776 from charsyam/ziplist-bug
Salvatore Sanfilippo
2013-07-02
1
-1
/
+2
|
\
|
*
fix randstring bug
charsyam
2012-11-20
1
-1
/
+2
*
|
fix comments forgotten in #285 (zipmap -> ziplist)
Pierre Chapuis
2013-01-28
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-13
1
-7
/
+8
*
Add ziplist test for deleting next to last entries
Pieter Noordhuis
2012-08-13
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-14
1
-5
/
+10
*
Compare integers in ziplist regardless of encoding
Pieter Noordhuis
2012-05-06
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
[next]