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
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
1
-2
/
+98
|
\
|
*
Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bg
Oran Agra
2019-10-04
1
-3
/
+37
|
|
\
|
|
*
Merge remote-tracking branch 'antirez/unstable' into modules_info
Oran Agra
2019-09-30
1
-2
/
+30
|
|
|
\
|
|
|
*
Merge pull request #6354 from jaredzhu/aarch64-devel
Salvatore Sanfilippo
2019-09-25
1
-0
/
+27
|
|
|
|
\
|
|
|
|
*
src/debug.c do not support aarch64 dump utcontext, so add the context
zhudacai 00228490
2019-08-31
1
-0
/
+27
|
|
|
*
|
RESP3: Use verbatim in DEBUG HTSTATS / HTSTATS-KEY.
antirez
2019-09-18
1
-2
/
+3
|
|
|
|
/
|
|
*
|
Extend modules API to allow modules report to redis INFO
Oran Agra
2019-07-24
1
-0
/
+6
|
|
|
/
|
*
|
make redis purge jemalloc after flush, and enable background purging thread
Oran Agra
2019-06-02
1
-0
/
+62
*
|
|
TLS: Implement support for write barrier.
Oran Agra
2019-10-07
1
-0
/
+6
*
|
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-2
/
+3
|
|
/
|
/
|
*
|
Client side caching: implement trackingInvalidateKey().
antirez
2019-07-03
1
-1
/
+1
|
/
*
Don't assume the __x86_64__ pointer size to avoid warnings on x32.
Chris Lamb
2019-02-11
1
-2
/
+2
*
RESP3: addReplyString() -> addReplyProto().
antirez
2019-01-09
1
-1
/
+1
*
RESP3: verbatim reply API + DEBUG PROTOCOL support.
antirez
2019-01-09
1
-0
/
+2
*
RESP3: DEBUG PROTOCOL: boolean types.
antirez
2019-01-09
1
-0
/
+4
*
RESP3: Fix addReplyBool() RESP2/3 output.
antirez
2019-01-09
1
-1
/
+4
*
RESP3: DEBUG PROTOCOL: fix strcasecmp() check.
antirez
2019-01-09
1
-10
/
+10
*
RESP3: DEBUG PROTOCOL command. Only types already supported by API.
antirez
2019-01-09
1
-0
/
+43
*
RESP3: fix DEBUG DIGEST-VALUE with new API.
antirez
2019-01-09
1
-1
/
+1
*
stringmatchlen() fuzz test added.
antirez
2018-12-11
1
-0
/
+5
*
Merge pull request #5626 from soloestoy/remove-useless-code
Salvatore Sanfilippo
2018-12-07
1
-1
/
+0
|
\
|
*
remove useless tryObjectEncoding in debug assert
zhaozhao.zz
2018-11-30
1
-1
/
+0
*
|
DEBUG DIGEST-VALUE implemented.
antirez
2018-12-07
1
-3
/
+17
*
|
DEBUG DIGEST refactoring: extract function to digest a value.
antirez
2018-12-07
1
-131
/
+142
|
/
*
OpenBSD support.
David Carlier
2018-11-25
1
-0
/
+66
*
Backtrace/register dump on BSD.
David Carlier
2018-11-25
1
-0
/
+93
*
only FreeBSD change/little warning addressing
David Carlier
2018-11-08
1
-0
/
+2
*
Actually use the protectClient() API where needed.
antirez
2018-10-09
1
-4
/
+4
*
Merge pull request #4804 from soloestoy/fix-debug-load
Salvatore Sanfilippo
2018-10-09
1
-2
/
+8
|
\
|
*
debug: avoid free client unexpectedly when reload & loadaof
zhaozhao.zz
2018-03-29
1
-2
/
+8
*
|
add DEBUG LOG, to to assist test suite debugging
Oran Agra
2018-07-30
1
-0
/
+4
*
|
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
antirez
2018-07-02
1
-1
/
+1
*
|
Merge pull request #4998 from itamarhaber/module_command_help
Salvatore Sanfilippo
2018-07-02
1
-22
/
+21
|
\
\
|
*
\
Merge branch 'unstable' into module_command_help
Itamar Haber
2018-06-09
1
-3
/
+32
|
|
\
\
|
*
|
|
Capitalizes subcommands & orders lexicographically
Itamar Haber
2018-06-09
1
-19
/
+19
|
*
|
|
Globally applies addReplySubSyntaxError
Itamar Haber
2018-06-07
1
-2
/
+1
*
|
|
|
clients: add type option for client list
zhaozhao.zz
2018-06-28
1
-1
/
+1
*
|
|
|
Revert fix #4976 just leaving the flush() part.
antirez
2018-06-18
1
-5
/
+1
*
|
|
|
Merge pull request #4976 from trevor211/fixDebugLoadaof
Salvatore Sanfilippo
2018-06-16
1
-1
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix DEBUG LOADAOF so that redis-server will not crash unexpectedly
WuYunlong
2018-06-02
1
-1
/
+5
|
|
/
/
*
|
|
Implement DEBUG htstats-key.
antirez
2018-06-08
1
-0
/
+29
|
/
/
*
|
Fix debug crash-and-recover help info.
Mota
2018-05-25
1
-1
/
+1
*
|
Merge pull request #4099 from JunHe77/aarch64_stack_cflag
Salvatore Sanfilippo
2018-05-24
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fixed stack trace generation on aarch64
Jun He
2017-07-03
1
-0
/
+2
*
|
Fix a typo(maybe instruction?) in crash log
gnuhpc
2018-01-09
1
-1
/
+1
*
|
Change indentation and other minor details of PR #4489.
antirez
2017-12-06
1
-21
/
+21
*
|
Merge remote-tracking branch 'upstream/unstable' into help_subcommands
Itamar Haber
2017-12-05
1
-7
/
+29
|
\
\
|
*
\
Merge pull request #4488 from itamarhaber/debug_arity
Salvatore Sanfilippo
2017-12-05
1
-5
/
+0
|
|
\
\
|
|
*
|
Standardizes arity handling of DEBUG
Itamar Haber
2017-11-28
1
-5
/
+0
|
*
|
|
quicklist: change the len of quicklist to unsigned long
zhaozhao.zz
2017-12-04
1
-2
/
+2
[next]