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
*
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
|
*
|
DEBUG change-repl-id implemented.
antirez
2017-12-04
1
-0
/
+7
|
*
|
Streams: DEBUG DIGEST support.
antirez
2017-12-01
1
-0
/
+21
|
|
/
*
|
Standardizes the 'help' subcommand
Itamar Haber
2017-11-28
1
-43
/
+25
|
/
*
PSYNC2: make persisiting replication info more solid
zhaozhao.zz
2017-09-20
1
-1
/
+3
*
Modules: DEBUG DIGEST interface.
antirez
2017-07-06
1
-0
/
+9
*
Use SipHash hash function to mitigate HashDos attempts.
antirez
2017-02-20
1
-2
/
+0
*
Merge pull request #3712 from oranagra/fix_assert_debug_digest
Salvatore Sanfilippo
2017-01-20
1
-1
/
+1
|
\
|
*
fix rare assertion in DEBUG DIGEST
oranagra
2016-12-24
1
-1
/
+1
*
|
serverPanic(): allow printf() alike formatting.
antirez
2017-01-18
1
-2
/
+12
*
|
active defrag improvements
oranagra
2017-01-02
1
-1
/
+2
*
|
active memory defragmentation
oranagra
2016-12-30
1
-3
/
+12
|
/
*
DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.
antirez
2016-12-16
1
-0
/
+14
*
PSYNC2: different improvements to Redis replication.
antirez
2016-11-09
1
-2
/
+2
*
debug.c: include dlfcn.h regardless of BACKTRACE support.
antirez
2016-09-27
1
-1
/
+1
*
add zmalloc used mem to DEBUG SDSLEN
oranagra
2016-09-16
1
-3
/
+5
*
Memory related subcommands of DEBUG moved to MEMORY.
antirez
2016-09-16
1
-36
/
+0
*
debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h.
antirez
2016-09-09
1
-1
/
+0
*
crash log - improve code dump with more info and called symbols.
antirez
2016-09-09
1
-20
/
+59
*
crash log - add hex dump of function code
oranagra
2016-09-08
1
-0
/
+22
*
Use const in Redis Module API where possible.
Yossi Gottlieb
2016-06-20
1
-7
/
+7
*
DEBUG command self documentation.
antirez
2016-05-04
1
-1
/
+48
*
add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanup
Oran Agra
2016-04-25
1
-1
/
+16
*
Hopefully better memory test on crash.
antirez
2015-12-16
1
-47
/
+46
*
Suppress harmless warnings.
antirez
2015-12-16
1
-2
/
+2
*
Crash report format improvements.
antirez
2015-12-16
1
-24
/
+35
*
Log address causing SIGSEGV.
antirez
2015-12-15
1
-0
/
+4
*
fix sprintf and snprintf format string
antirez
2015-11-28
1
-1
/
+1
*
More reliable DEBUG loadaof.
antirez
2015-10-30
1
-0
/
+1
*
Scripting: ability to turn on Lua commands style replication globally.
antirez
2015-10-30
1
-0
/
+5
*
DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.
antirez
2015-10-13
1
-0
/
+14
*
Lazyfree: ability to free whole DBs in background.
antirez
2015-10-01
1
-2
/
+2
*
Lazyfree: Hash converted to use plain SDS WIP 4.
antirez
2015-10-01
1
-10
/
+8
*
DEBUG DIGEST Set type memory leak fixed.
antirez
2015-10-01
1
-0
/
+1
*
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
2015-10-01
1
-6
/
+3
*
Lazyfree: Convert Sets to use plains SDS (several commits squashed).
antirez
2015-10-01
1
-1
/
+3
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-62
/
+62
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-6
/
+6
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-11
/
+11
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-18
/
+18
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-4
/
+4
*
RDMF: redisLog -> serverLog.
antirez
2015-07-26
1
-60
/
+60
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Add sdshdr5 to DEBUG structsize.
antirez
2015-07-16
1
-0
/
+1
*
Fix DEBUG structsize output.
antirez
2015-07-14
1
-7
/
+7
[next]