]> git.saurik.com Git - redis.git/history - src
propagate() prototype added to redis.h
[redis.git] / src /
2012-02-28  antirezpropagate() prototype added to redis.h
2012-02-28  antirezVar renamed into pushGenericCommand() to better reflect...
2012-02-28  antirezAdded command propagation API.
2012-02-26  Salvatore SanfilippoMerge pull request #362 from fawek/mac-build-fix
2012-02-26  Jakub WieczorekFix the build on Mac OS X, where features.h is non...
2012-02-26  Premysl Hrubyuse gcc sync builtins for memory counter when possible
2012-02-26  Premysl Hrubyfix redis-benchmark memory leak
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  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  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  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  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  antirezdebugging messages removed from freeMemoryIfNeeded()
2012-02-07  antirezFixes to c->reply_bytes computation, and debug messages...
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  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  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  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-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  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  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
2012-01-20  antirezall the stack trace related functions are now in debug...
2012-01-17  antirezIntroduced three client limit classes: normal, slave...
2012-01-17  antirezTrack the length of the client pending output buffers...
2012-01-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-01-16  antirezIt is now posible to flush all the previous saving...
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-16  antirezDon't change the replication state if SLAVE OF is calle...
2012-01-16  antirezObsolete SDS_ABORT_ON_OOM removed from sds.c
2012-01-16  antirezsds.c no longe pre-allocate more than 1MB of free space...
2012-01-16  antirezadded a comment on top of the zslRandomLevel() function
2012-01-12  antirezOn crash print information about the current client...
2012-01-11  antirezerror in comment fixed
2012-01-10  antirezshow GCC version in INFO output.
next