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
/
deps
/
hiredis
Commit message (
Expand
)
Author
Age
Files
Lines
*
hiredis: improve calloc() overflow fix. (#9630)
Yossi Gottlieb
2021-10-12
3
-1
/
+9
*
Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9...
Oran Agra
2021-10-04
2
-0
/
+15
*
Allow to override OPENSSL_PREFIX (#9567)
Yunier Pérez
2021-09-30
1
-1
/
+6
*
Fix some redundancy use of semicolon in do-while macros (#8221)
sundb
2020-12-21
1
-1
/
+1
*
Fix redis-cli crash on nil invalidate messages. (#8183)
Yossi Gottlieb
2020-12-13
2
-8
/
+33
*
Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into hiredis-unique-s...
michael-grunder
2020-08-15
11
-627
/
+721
*
Merge commit '7ee5a41aac7e5abc90d050fa509fa953ca7f1da1' as 'deps/hiredis'
michael-grunder
2020-08-06
58
-0
/
+12772
*
Remove hiredis so we can add it as a subtree
michael-grunder
2020-08-06
53
-10872
/
+0
*
hiredis udpated (RESP3 WIP).
antirez
2019-09-23
1
-4
/
+5
*
hiredis updated to master version.
antirez
2019-09-20
33
-323
/
+2175
*
Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of...
Angus Pearson
2019-05-08
1
-0
/
+1
*
RESP3: hiredis: implement bool type.
antirez
2019-01-09
3
-1
/
+35
*
RESP3: hiredis: save the original double string.
antirez
2019-01-09
4
-5
/
+20
*
RESP3: hiredis: implement null type.
antirez
2019-01-09
1
-0
/
+9
*
RESP3: hiredis: fix double implementation.
antirez
2019-01-09
1
-4
/
+4
*
RESP3: hiredis: initial double implementation.
antirez
2019-01-09
5
-1
/
+64
*
RESP3: hiredis: fix hiredis.c assert for new types.
antirez
2019-01-09
1
-2
/
+6
*
RESP3: hiredis: free map and set replies.
antirez
2019-01-09
1
-1
/
+3
*
RESP3: hiredis: fix read.c assert for new types.
antirez
2019-01-09
2
-2
/
+6
*
RESP3: hiredis updated with recent version + some RESP3 support.
antirez
2019-01-09
16
-228
/
+501
*
Backport hiredis issue 525 fix to compile on FreeBSD.
antirez
2018-05-25
1
-1
/
+1
*
deps/hiredis updated to latest version.
antirez
2016-12-21
34
-817
/
+2393
*
Lua debugger: use sds_malloc() to allocate eval cli array.
antirez
2015-11-17
2
-0
/
+17
*
deps/hiredis SDS updated to version 2.0.0.
antirez
2015-07-25
3
-145
/
+513
*
Fix Sentinel memory leak (hiredis bug)
antirez
2015-04-28
1
-0
/
+1
*
Fix typos
Aaron Rutkovsky
2014-09-29
1
-1
/
+1
*
Fix hiredis getaddrinfo leak
Matt Stancliff
2014-09-18
1
-0
/
+1
*
Missing va_end also added in hiredis copy of sds.c.
antirez
2014-08-26
1
-0
/
+1
*
Missing assert removal from sdsIncrLen()
Mariano Pérez Rodríguez
2014-08-25
1
-1
/
+0
*
Use unsigned integers in SDS header.
antirez
2014-08-13
2
-5
/
+8
*
Add support for compiling on AIX
siahl
2014-08-07
2
-1
/
+5
*
Silence different signs comparison warning in sds.c.
antirez
2014-06-23
1
-1
/
+1
*
Use Redis updated sds.c for deps/hiredis.
antirez
2014-06-23
2
-76
/
+269
*
Dummy zmalloc.h restored into deps/hiredis.
antirez
2014-06-23
1
-0
/
+13
*
hiredis: Update to latest version
Matt Stancliff
2014-06-23
22
-196
/
+730
*
Fix sdsempty() prototype in sds.h.
antirez
2013-08-12
1
-1
/
+1
*
Use latest sds.c in the hiredis library under deps.
antirez
2013-07-25
4
-120
/
+422
*
hiredis: minimal IPv6 support.
antirez
2013-07-11
1
-2
/
+10
*
Added missing license and copyright in deps/hiredis.
antirez
2012-12-17
3
-0
/
+90
*
Define _XOPEN_SOURCE appropriately on NetBSD.
Patrick TJ McPhee
2012-12-12
1
-1
/
+1
*
hiredis library updated.
antirez
2012-08-21
5
-28
/
+90
*
Fix 32bit build of hiredis
antirez
2012-02-19
1
-2
/
+2
*
Applied a few modifications to hiredis to tune it for speed (redis-benchmark)...
antirez
2012-02-19
2
-4
/
+6
*
The hiredis lib shipped with Redis was updated to latest version.
antirez
2012-02-19
21
-734
/
+1261
*
hiredis/redis changes for speed with big payloads: read buffer size set
antirez
2011-11-08
1
-2
/
+3
*
hiredis max multi bulk nesting level raised to 7
antirez
2011-06-30
1
-3
/
+3
*
Update hiredis
Pieter Noordhuis
2011-05-05
15
-179
/
+1187
*
Update hiredis to 0.9.2
Pieter Noordhuis
2010-12-23
16
-173
/
+678
*
quick and dirty fix for hiredis bug creating problem with the new redis-cli c...
antirez
2010-11-29
1
-0
/
+1
*
Don't hardcode make to "make"
Pieter Noordhuis
2010-11-21
1
-4
/
+4
[next]