]> git.saurik.com Git - redis.git/history - src
Fix integer overflow in zunionInterGenericCommand().
[redis.git] / src /
2012-11-22  antirezFix integer overflow in zunionInterGenericCommand().
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  antirezMIGRATE: retry one time on I/O error.
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  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-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  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-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-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  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  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  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: Sentinel-side support for slave priority.
2012-08-28  antirezSentinel: Redis-side support for slave priority.
2012-08-28  antirezSentinel: suppress harmless warning by initializing...
2012-08-28  antirezIncrementally flush RDB on disk while loading it from...
2012-08-24  antirezFix a forget zmalloc_oom() -> zmalloc_oom_handler(...
2012-08-24  antirezBetter Out of Memory handling.
2012-08-24  antirezSentinel: send SCRIPT KILL on -BUSY reply and SDOWN...
2012-08-24  antirezSentinel: fixed a crash on script execution.
2012-08-22  Salvatore SanfilippoMerge pull request #628 from pietern/unstable-zip
2012-08-21  antirezredis-benchmark: disable big buffer cleanup in hiredis...
2012-08-13  Pieter NoordhuisSet p to its new offset before modifying it
2012-08-13  Pieter NoordhuisAdd ziplist test for deleting next to last entries
2012-08-03  antirezSentinel: SENTINEL FAILOVER command implemented.
2012-08-02  antirezSentinel: client reconfiguration script execution.
2012-07-31  antirezSentinel: when leader in wait-start, sense another...
2012-07-31  antirezSentinel: sentinelRefreshInstanceInfo() comments improv...
2012-07-31  Michael ParkerUse correct variable name for value to convert.
2012-07-31  antirezSentinel: abort failover when in wait-start if master...
2012-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-07-28  antirezSentinel: scripts execution engine improved.
2012-07-28  Salvatore SanfilippoMerge pull request #606 from badboy/patch-1
2012-07-28  Jan-Erik RedigerInclude sys/wait.h to avoid compiler warning
2012-07-27  Salvatore SanfilippoMerge pull request #587 from saj/truncate-short-write...
2012-07-27  Salvatore SanfilippoMerge pull request #586 from saj/aof_last_bgrewrite_status
2012-07-26  antirezSentinel: don't start a failover as leader if there...
2012-07-25  antirezSentinel: ability to execute notification scripts.
2012-07-25  Salvatore SanfilippoMerge pull request #603 from mrb/fix_sentinel_config_wa...
2012-07-25  Salvatore SanfilippoMerge pull request #602 from mrb/sentinel_docs
2012-07-25  mrbFix warning in redis.c for sentinel config load
2012-07-25  antirezSentinel: abort failover if no good slave is available.
2012-07-24  antirezSentinel: reset pending_commands in a more generic...
next