]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-12-02  antirezTest: regression for issue #801.
2012-12-02  antirezClient should not block multiple times on the same...
2012-11-30  antirezSDIFF is now able to select between two algorithms...
2012-11-30  antirezredis-benchmark: seed the PRNG with time() at startup.
2012-11-30  antirezSDIFF fuzz test added.
2012-11-29  antirezMake an EXEC test more latency proof.
2012-11-29  antirezIntroduced the Build ID in INFO and --version output.
2012-11-29  antirezOn crash memory test rewrote so that it actaully works.
2012-11-28  antirezJemalloc updated to version 3.2.0.
2012-11-28  charsyamRemove unnecessary condition in _dictExpandIfNeeded...
2012-11-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-11-28  Matt ArsenaultIt's a watchdog, not a watchdong.
2012-11-23  Salvatore SanfilippoMerge pull request #787 from charsyam/remove-warning-bio
2012-11-22  charsyamremove compile warning bioKillThreads
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-22  antirezMake bio.c threads killable ASAP if needed.
2012-11-21  antirezFast memory test on Redis crash.
2012-11-21  antirezUse more fine grained HAVE macros instead of HAVE_PROCFS.
2012-11-19  antirezChildren creating AOF or RDB files now report memory...
2012-11-19  antirezzmalloc_get_private_dirty() function added (Linux only).
2012-11-14  antirezzmalloc: kill unused __size parameter in update_zmalloc...
2012-11-14  antirezMerge branch 'migrate-cache' into unstable
2012-11-14  antirezTest: more MIGRATE tests.
2012-11-14  antirezMIGRATE: retry one time on I/O error.
2012-11-14  antirezTest: check if MIGRATE is caching connections.
2012-11-12  antirezTTL API change: TTL returns -2 for non existing keys.
2012-11-12  antirezMIGRATE: fix default timeout to 1000 milliseconds.
2012-11-12  antirezMIGRATE count of cached sockets in INFO output.
2012-11-12  antirezMIGRATE timeout should be in milliseconds.
2012-11-11  antirezMIGRATE TCP connections caching.
2012-11-08  antirezCopyright date fixed in COPYING file.
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-07  antirezCOPY and REPLACE options for MIGRATE.
2012-11-07  antirezREPLACE option for RESTORE.
2012-11-06  antirezType mismatch errors are now prefixed with WRONGTYPE.
2012-11-02  Salvatore SanfilippoMerge pull request #741 from Run/typo
2012-11-01  antirezMore robust handling of AOF rewrite child.
2012-11-01  Yecheng Fufix typo in comments (redis.c, networking.c)
2012-11-01  antirezUnix socket clients properly displayed in MONITOR and...
2012-11-01  antirez32 bit build fixed on Linux.
2012-10-31  Runzhen Wangfix a typo in redis.h line 595 comment
2012-10-31  Salvatore SanfilippoMerge pull request #726 from yamt/typo
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  antirezCtrl+w support in linenoise.
2012-10-26  antirezMarginally more robust glibc version test for sync_file...
2012-10-25  charsyampatch config.h for sync_file_range
2012-10-25  antirezFix compilation on Linux kernels or glibc versions...
2012-10-24  antirezUpdate memory peak stats while loading RDB / AOF.
2012-10-24  YAMAMOTO Takashifix a typo in a comment
2012-10-22  antirezA filed called slave_read_only added in INFO output.
2012-10-22  Salvatore SanfilippoMerge pull request #693 from ghurrell/dict-h-typos
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-16  antirezFix MULTI / EXEC rendering in MONITOR output.
2012-10-11  antirezAllow AUTH when Redis is busy because of timedout Lua...
2012-10-10  Salvatore SanfilippoMerge pull request #707 from NanXiao/patch-1
2012-10-10  NanXiaoUpdate src/redis-benchmark.c
2012-10-06  antirezCONTRIBUTING file updated.
2012-10-05  dvir volkfixed server install script to rewrite the default...
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-03  Greg HurrellFix (cosmetic) typos in dict.h
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-26  antirezSentinel: Support for AUTH.
2012-09-21  antirezTest for SRANDMEMBER with <count>.
2012-09-21  antirezSRANDMEMBER <count> leak fixed.
2012-09-21  antirezAdded the SRANDMEMBER key <count> variant.
2012-09-17  antirezFix compilation on FreeBSD. Thanks to @koobs on twitter.
2012-09-17  antirez.gitignore modified to be more general with less entries.
2012-09-17  antirezA reimplementation of blocking operation internals.
2012-09-11  antirezMake sure that SELECT argument is an integer or return...
2012-09-10  antirezMatch printf format with actual type in genRedisInfoStr...
2012-09-05  antirezBITCOUNT regression test for #582 fixed for 32 bit...
2012-09-05  Haruto OtakeBITCOUNT: fix segmentation fault.
2012-09-05  Salvatore SanfilippoMerge pull request #576 from saj/fix-slave-ping-period
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-09-04  antirezSentinel: reply -IDONTKNOW to get-master-addr-by-name...
2012-09-04  antirezSentinel: more easy master redirection if master is...
2012-09-02  antirezSend an async PING before starting replication with...
2012-08-31  antirezScripting: Reset Lua fake client reply_bytes after...
2012-08-31  antirezScripting: require at least one argument for redis...
2012-08-30  antirezSentinel: do not crash against slaves not publishing...
2012-08-29  antirezSentinel: INFO command implementation.
2012-08-29  antirezSentinel: add Redis execution mode to INFO output.
2012-08-28  antirezSentinel: added documentation about slave-priority...
next