]> git.saurik.com Git - redis.git/history - src/debug.c
Fixed RESTORE hash failure (Issue #532)
[redis.git] / src / debug.c
2012-05-15  Salvatore SanfilippoMerge pull request #496 from pietern/2.6-makeinstall
2012-05-14  antirezImpovements for: Redis timer, hashes rehashing, keys...
2012-04-27  antirezProduce the stack trace in an async safe way.
2012-04-24  antirezFix and refactoring of code used to get registers on...
2012-04-05  Premysl Hrubyremove mentions of VM in comments
2012-03-28  antirezLog from signal handlers is now safer.
2012-03-28  antirezProduce the watchlog warning log in a way that is safer...
2012-03-28  antirezCorrectly set the SIGARLM timer for the software watchdog.
2012-03-28  antirezRedis software watchdog.
2012-03-27  antirezSIGSEGV handler refactored so that we can reuse stack...
2012-03-18  antirezOn crash suggest to give --test-memory a try.
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-21  Salvatore SanfilippoMerge pull request #347 from pietern/unstable-segv
2012-02-21  Pieter NoordhuisAlso force SIGSEGV without HAVE_BACKTRACE
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-14  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-08  antirezA few small BSD related fixes.
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-21  antirezFix for hash table collision attack. We simply randomiz...
2012-01-20  antirezBetter looking registers/stack dump
2012-01-20  antirezadded support to dump registers on crash on Linux x32
2012-01-20  antirezadded support to dump registers on crash on Linux x64
2012-01-20  antirezall the stack trace related functions are now in debug...
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-12  antirezOn crash print information about the current client...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezAOF fileds in the global server state, and define names...
2011-12-20  antirezDo not propagate DEBUG LOADAOF
2011-11-25  Salvatore SanfilippoMerge pull request #208 from jbergstroem/jemalloc-2.2.5
2011-11-25  Salvatore SanfilippoMerge pull request #209 from woowenjie/unstable
2011-11-24  antirezbetter bug report info on crash
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-12  antirezFixed issues with expire introduced with latest millise...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-14  antirezMore informative error when DEBUG RELOAD fails.
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezredisAssertWithClientInfo() is now redisAssertWithInfo...
2011-10-04  antirezIntroduced a redisAssert() variant that is able to...
2011-09-22  antirezmerge conflicts resolved
2011-07-12  antirezmaster branch merged into scripting.
2011-06-30  antirezDEUBG SLEEP implemented
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-05-10  antirezMerge branch 'unstable'
2011-05-10  antirezDEBUG DIGEST additional lookup needed for VM removed...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
2011-01-09  antirezfixed bgsave_in_progress in INFO when BGSAVEing with...
2011-01-09  antirezDEBUG FLUSHCACHE needs to wait that everything was...
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-08  antirezDEBUG OBJECT fixed with diskstore, force loading
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-27  antirezremoved useless spaces from DEBUG OBJECT output
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-02  Pieter Noordhuisfix aof and digest code to work with dual set encoding
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.