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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update linenoise.
antirez
2020-03-12
1
-1
/
+2
*
update linenoise to https://github.com/antirez/linenoise/tree/fc9667a81d43911...
lifubang
2020-03-05
4
-4
/
+59
*
[FIX] revisit CVE-2015-8080 vulnerability
Seunghoon Woo
2020-02-10
1
-4
/
+6
*
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
5
-13
/
+46
|
\
|
*
Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bg
Oran Agra
2019-10-04
33
-324
/
+2177
|
|
\
|
|
*
hiredis udpated (RESP3 WIP).
antirez
2019-09-23
1
-4
/
+5
|
|
*
hiredis updated to master version.
antirez
2019-09-20
33
-323
/
+2175
|
*
|
Jemalloc: Avoid blocking on background thread lock for stats.
Oran Agra
2019-06-02
1
-1
/
+7
|
|
/
*
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
34
-313
/
+2143
|
/
*
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
*
Remove documentation about geohash-int in deps repo.
Uman Shahzad
2019-01-03
1
-6
/
+0
*
Active defrag fixes for 32bit builds (again)
Oran Agra
2018-07-11
1
-2
/
+2
*
Fix typo
Jack Drogon
2018-07-03
1
-3
/
+3
*
add defrag hint support into jemalloc 5
Oran Agra
2018-06-27
3
-0
/
+43
*
Security: fix Lua struct package offset handling.
antirez
2018-06-13
1
-2
/
+6
*
Security: more cmsgpack fixes by @soloestoy.
antirez
2018-06-13
1
-0
/
+7
*
Security: update Lua struct package for security.
antirez
2018-06-13
1
-23
/
+23
*
Security: fix Lua cmsgpack library stack overflow.
antirez
2018-06-13
1
-0
/
+3
*
Backport hiredis issue 525 fix to compile on FreeBSD.
antirez
2018-05-25
1
-1
/
+1
*
Generate configure for Jemalloc.
antirez
2018-05-24
3
-0
/
+13746
*
Add --with-version in Jemalloc config script.
antirez
2018-05-24
1
-1
/
+1
*
Specify that Jemalloc configure requires version.
antirez
2018-05-24
1
-5
/
+10
*
Jemalloc upgraded to version 5.0.1.
antirez
2018-05-24
300
-34631
/
+40603
*
Update documentation about how to upgrade Jemalloc.
antirez
2018-05-24
1
-3
/
+20
*
Active defrag fixes for 32bit builds
Oran Agra
2018-05-17
1
-2
/
+2
*
Revert "Jemalloc updated to 4.4.0."
antirez
2017-04-22
150
-17142
/
+6259
*
Jemalloc updated to 4.4.0.
antirez
2017-01-30
150
-6259
/
+17142
*
Defrag: activate it only if running modified version of Jemalloc.
antirez
2017-01-10
1
-0
/
+4
*
active memory defragmentation
oranagra
2016-12-30
1
-0
/
+32
*
deps/hiredis updated to latest version.
antirez
2016-12-21
34
-817
/
+2393
*
Update linenoise to fix insecure redis-cli history file creation.
antirez
2016-07-29
1
-1
/
+6
*
geohash.c and geohash_helper.c are part of Redis.
antirez
2016-07-06
6
-711
/
+0
*
Geo: fix typo in geohashEstimateStepsByRadius().
antirez
2016-05-30
1
-1
/
+1
*
Fix GEORADIUS wrong output with radius > Earth radius.
antirez
2016-05-30
1
-0
/
+2
*
Actually use --with-lg-quantum=3 to build jemalloc.
antirez
2016-05-18
1
-1
/
+1
*
redis-cli hints.
antirez
2016-04-13
2
-1
/
+9
*
Linenoise updated again (hints support).
antirez
2016-04-12
4
-8
/
+248
*
Linenoise updated.
antirez
2016-04-06
1
-15
/
+45
*
Remove Lua state reference from buffers in lua_cmsgpack.
antirez
2016-02-10
1
-28
/
+25
*
cmsgpack: pass correct osize values to lua allocator, update correct buf free...
yoav@monfort.co.il
2016-02-07
1
-4
/
+4
*
lua_struct.c/getnum: throw error if overflow happen
Sun He
2015-12-13
1
-4
/
+6
[next]