]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-02-24  antirezLua_cmsgpack added to Redis scripting.
2012-02-23  antirezredis-benchmark: a few fixes to pipelining implementation.
2012-02-23  antirezredis-benchmark: Initial support for pipelining.
2012-02-22  antirezunstable version called 2.9.4
2012-02-22  antirezThe universe is 80 columns wide, accept it.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezFix for issue #306, thanks to tchajed (on github) for...
2012-02-22  antirezRedis-cli should accept help command even if there...
2012-02-22  antirezeven less false positive on obuf-limits test.
2012-02-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-22  antirezzzlIsInRange() now is capable of handling empty sorted...
2012-02-21  Salvatore SanfilippoMerge pull request #347 from pietern/unstable-segv
2012-02-21  Pieter NoordhuisSolaris has backtrace(3)
2012-02-21  Pieter NoordhuisAlso force SIGSEGV without HAVE_BACKTRACE
2012-02-21  antirezFixed undefined behavior in *INCR style functions overf...
2012-02-21  antirezbzero -> memset
2012-02-19  antirezFix 32bit build of hiredis
2012-02-19  antirezApplied a few modifications to hiredis to tune it for...
2012-02-19  antirezThe hiredis lib shipped with Redis was updated to lates...
2012-02-16  Pieter NoordhuisDon't expire keys when loading an RDB after a SYNC
2012-02-16  antirezIssue #330 regression test.
2012-02-16  antirezNow HINCRBY can detect overflows too. Fix for issue...
2012-02-16  antirezReturn ASAP from checkClientOutputBufferLimits() if...
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-15  antirezAdd stdint.h in endianconv.h to fix issue #336.
2012-02-14  antirezredis-check-aof is now large files safe also on 32...
2012-02-14  antirezadd -f flag to cp when installing, otherwise stopping...
2012-02-14  antirezendian.c/h -> endianconv.c/h to avoid issues with broke...
2012-02-14  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-14  antirezintset.c endianess fixes.
2012-02-13  Salvatore SanfilippoMerge pull request #334 from lsbardel/quantredis
2012-02-13  lsbardeladded lua struct c extension
2012-02-09  antirezziplist.c endianess fixes, chapter 5.
2012-02-09  antirezziplist.c endianess fixes, chapter 4.
2012-02-09  antirezziplist.c endianess fixes, chapter 3.
2012-02-08  antirezmore ziplist.c endianess fixes
2012-02-08  antirezziplist.c fixes for bigendian
2012-02-08  antirezA few small BSD related fixes.
2012-02-07  antirezmore practical maxmemory+slaves hint in redis.conf
2012-02-07  antirezredis.conf updated with new maxmemory semantics
2012-02-07  antirezdebugging messages removed from freeMemoryIfNeeded()
2012-02-07  antirezFixes to c->reply_bytes computation, and debug messages...
2012-02-07  antirezFixes to 2.6 release notes file
2012-02-07  antirezPrecision of getClientOutputBufferMemoryUsage() greatil...
2012-02-06  antirezfreeMemoryIfNeeded() minor refactoring
2012-02-06  antirezAlso remove size of AOF buffers from used memory when...
2012-02-05  antirezA first (work in progress) release notes for 2.6
2012-02-05  antirezINSTALL now redirects the user to README
2012-02-05  antirezRedis Manifesto moved from src to root dir
2012-02-04  antirezThis fixes issue #327, is a very complex fix (unfortuna...
2012-02-04  antirezUse less memory when emitting the protocol, by using...
2012-02-02  antirezNow Lua scripts dispatch Redis commands properly callin...
2012-02-02  antirezSet a 3.5 GB maxmemory limit with noeviction policy...
2012-02-02  antirezAdded a server.arch_bits field instead of computing...
2012-02-01  antirezOnly incremnet stats for key miss/hit when the key...
2012-02-01  antirezAdded tests checking ability of the scripting engine...
2012-02-01  antirezA few SORT tests made more resistant to false negatives...
2012-02-01  antirezNew SORT tests checking the new more deterministic...
2012-02-01  antirezMake SORT BY <constant> STORE ... to always produce...
2012-02-01  antirezSORT is now more deterministic: does not accept to...
2012-01-31  antirezOrder output of commands returning random arrays using...
2012-01-31  antirezFixed redis-benchmark --help output typo
2012-01-31  antirez64 bit instances are no longer limited to have at max...
2012-01-30  antirezminimal change to obuf-limits.tcl test to make sure...
2012-01-30  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-01-30  Salvatore SanfilippoMerge pull request #319 from fawek/lua-error-location
2012-01-30  antirezsetKey(): call the higher level wrapper setModifiedKey...
2012-01-30  Salvatore SanfilippoMerge pull request #321 from mkwiatkowski/ticket227
2012-01-30  Michal KwiatkowskiSORT with STORE removes key if result is empty. This...
2012-01-29  Jakub WieczorekLua reports line numbers off by one in error messages
2012-01-26  antirezfalse positive in expire tests mitigated with a sleep...
2012-01-26  antirezLess false positives for obuf-limits.tcl tests
2012-01-25  antirezAdded test for client output buffer limit (soft limit).
2012-01-25  antirezAdded test for client output buffer limit (hard limit).
2012-01-25  antirezFixed typo in getClientLimitClassByName()
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed a non critical bug signaled by clang static analy...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezaeCreateEventLoop() cleanup on error unified in a singl...
2012-01-25  Mukund SivaramanIf aeApiCreate() fails, there's probably not much one...
2012-01-24  antirezlenght -> length
2012-01-24  antirezredis.conf typo fixed in the client-output-buffer-limit...
2012-01-24  antirezafter all closing a client for output buffer limit...
2012-01-24  antirezclient-output-buffer-limit documented in redis.conf
2012-01-24  antirezClient output buffer limits: configuration of parameter...
2012-01-24  antirezasyncCloseClientOnOutputBufferLimitReached() now ignore...
2012-01-23  antirezclient buffer handling refactoring and optimization
2012-01-23  antirezCLIENT LIST test fixed (there is a new omem field in...
2012-01-23  antirezactually call the function to async free clients in...
2012-01-23  antirezImplementation of the internals that make possible...
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-22  antirezfixed typo in hahs function seed default value. It...
2012-01-21  antireztypo in comment fixed
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
next