]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-12-20  antirezFix overflow in mstime() in redis-cli and benchmark.
2012-12-17  antirezCONTRIBUTING updated with request to add BSD license.
2012-12-17  antirezAdded missing license and copyright in deps/hiredis.
2012-12-12  Patrick TJ... Define _XOPEN_SOURCE appropriately on NetBSD.
2012-12-11  antirezFix config.h endianess detection to work on Linux ...
2012-12-03  antirezRedis 2.6.7
2012-12-03  Brian J. McManusIssue 804 Add Default-Start and Default-Stop LSB tags...
2012-12-03  antirezMemory leak fixed: release client's bpop->keys dictionary.
2012-12-03  antirezTest: fixed osx "leaks" support in test.
2012-12-02  antirezBlocking POP: use a dictionary to store keys clinet...
2012-12-01  antirezTest: regression for issue #801.
2012-12-01  antirezClient should not block multiple times on the same...
2012-11-29  antirezMake an EXEC test more latency proof.
2012-11-28  antirezRedis 2.6.6
2012-11-28  antirezJemalloc updated to version 3.2.0.
2012-11-22  antirezRedis 2.6.5
2012-11-22  antirezEVALSHA is now case insensitive.
2012-11-22  antirezFix integer overflow in zunionInterGenericCommand().
2012-11-22  antirezTest: MULTI state is cleared after EXECABORT error.
2012-11-22  antirezTest: make sure EXEC fails after previous transaction...
2012-11-22  antirezTest: MULTI/EXEC tests moved into multi.tcl.
2012-11-22  antirezSafer handling of MULTI/EXEC on errors.
2012-11-20  antirezChildren creating AOF or RDB files now report memory...
2012-11-20  antirezzmalloc_get_private_dirty() function added (Linux only).
2012-11-14  antirezzmalloc: kill unused __size parameter in update_zmalloc...
2012-11-12  antirezMIGRATE: fix default timeout to 1000 milliseconds.
2012-11-12  antirezMIGRATE timeout should be in milliseconds.
2012-11-12  antirezMIGRATE: fix fd leak due to missing close on error.
2012-11-08  antirezCopyright date fixed in COPYING file.
2012-11-08  antirezRedis 2.6.4
2012-11-08  antirezMake clear that contributing code to the Redis project...
2012-11-08  antirezBSD license added to every C source and header file.
2012-11-06  antirezRedis 2.6.3
2012-11-02  Runzhen Wangfix a typo in redis.h line 595 comment
2012-11-01  antirezMore robust handling of AOF rewrite child.
2012-11-01  Salvatore SanfilippoMerge pull request #743 from Cofyc/fixtypo
2012-11-01  antirezUnix socket clients properly displayed in MONITOR and...
2012-11-01  antirez32 bit build fixed on Linux.
2012-11-01  Yecheng Fufix typo in comments (redis.c, networking.c)
2012-10-31  YAMAMOTO Takashifix a typo in a comment
2012-10-31  antirezInvert two sides of if expression in SET to avoid a...
2012-10-30  antirezNo longer used macro rdbIsOpcode() removed.
2012-10-30  antirezhelp.h update (adds bitop, bitcount, evalsha...)
2012-10-26  antirezRedis 2.6.2
2012-10-26  antirezCtrl+w support in linenoise.
2012-10-26  antirezMarginally more robust glibc version test for sync_file...
2012-10-26  charsyampatch config.h for sync_file_range
2012-10-25  antirezRedis 2.6.1
2012-10-25  antirezFix compilation on Linux kernels or glibc versions...
2012-10-24  antirezUpdate memory peak stats while loading RDB / AOF.
2012-10-22  antirezRedis 2.6.0
2012-10-22  antirezA filed called slave_read_only added in INFO output.
2012-10-22  Greg HurrellFix (cosmetic) typos in dict.h
2012-10-22  Schusterredis-check-dump now understands dumps produced by...
2012-10-22  antirezDefault memory limit for 32bit instanced moved from...
2012-10-22  antirezDifferentiate SCRIPT KILL error replies.
2012-10-18  NanXiaoUpdate src/redis-benchmark.c
2012-10-16  antirezFix MULTI / EXEC rendering in MONITOR output.
2012-10-11  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
2012-10-11  antirezAllow AUTH when Redis is busy because of timedout Lua...
2012-10-06  antirezCONTRIBUTING file updated.
2012-10-05  antirezRedis 2.6.0 RC8 (2.5.14)
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-10-05  antirezHash function switched to murmurhash2.
2012-10-05  antirezWarn when configured maxmemory value seems odd.
2012-10-05  antirezInclude time.h in ae.c as we now use time().
2012-10-04  JokeaForce expire all timer events when system clock skew...
2012-10-04  antirez"Timeout receiving bulk data" error message modified.
2012-10-03  antirez"SORT by nosort" (skip sorting) respect sorted set...
2012-10-01  antirezRevert "Scripting: redis.NIL to return nil bulk replies."
2012-09-28  antirezScripting: add helper functions redis.error_reply(...
2012-09-28  antirezScripting: redis.NIL to return nil bulk replies.
2012-09-27  Erik DubbelboerFixed some spelling errors in the comments
2012-09-27  Erik DubbelboerAdded consts keyword where possible
2012-09-27  antirezFinal merge of Sentinel into 2.6.
2012-09-27  antirezSentinel: Support for AUTH.
2012-09-27  antirezSentinel: reply -IDONTKNOW to get-master-addr-by-name...
2012-09-27  antirezSentinel: more easy master redirection if master is...
2012-09-27  antirezSentinel: do not crash against slaves not publishing...
2012-09-27  antirezSentinel: INFO command implementation.
2012-09-27  antirezSentinel: add Redis execution mode to INFO output.
2012-09-27  antirezSentinel: Sentinel-side support for slave priority.
2012-09-27  antirezSentinel: suppress harmless warning by initializing...
2012-09-27  antirezSentinel: send SCRIPT KILL on -BUSY reply and SDOWN...
2012-09-27  antirezSentinel: fixed a crash on script execution.
2012-09-27  antirezSentinel: SENTINEL FAILOVER command implemented.
2012-09-27  antirezSentinel: client reconfiguration script execution.
2012-09-27  antirezSentinel: when leader in wait-start, sense another...
2012-09-27  antirezSentinel: sentinelRefreshInstanceInfo() comments improv...
2012-09-27  antirezSentinel: sentinel.conf self-documenation improved.
2012-09-27  antirezSentinel: abort failover when in wait-start if master...
2012-09-27  antirezSentinel: scripts execution engine improved.
2012-09-27  Jan-Erik RedigerInclude sys/wait.h to avoid compiler warning
2012-09-27  antirezSentinel: don't start a failover as leader if there...
2012-09-27  Jeremy Zawodnycomment fix
2012-09-27  antirezSentinel: ability to execute notification scripts.
2012-09-27  mrbFix warning in redis.c for sentinel config load
2012-09-27  mrbSome cleanup in sentinel.conf
2012-09-27  antirezSentinel: abort failover if no good slave is available.
2012-09-27  antirezSentinel: reset pending_commands in a more generic...
next