]> git.saurik.com Git - redis.git/history - src/networking.c
Fixed RESTORE hash failure (Issue #532)
[redis.git] / src / networking.c
2012-04-07  antirezNew client info field added to CLIENT LIST output:...
2012-03-29  antirezFixed typo in comment: "te" -> "the".
2012-03-29  antirezFix for slaves chains. Force resync of slaves (simply...
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-13  antirezProcess async client checks like client timeouts and...
2012-03-13  antirezAdded a qbuf-free field to CLIENT LIST output.
2012-03-13  antirezClient creation time in redisClient structure. New...
2012-03-13  antirezc->bufpos initialization moved for aesthetics.
2012-03-09  antirezMerge conflicts resolved.
2012-03-07  antirezanetPeerToString() automatically populates ip/port...
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezReturn ASAP from checkClientOutputBufferLimits() if...
2012-02-16  antirezMerge branch 'issue327' into unstable
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-04  antirezThis fixes issue #327, is a very complex fix (unfortuna...
2012-02-04  antirezUse less memory when emitting the protocol, by using...
2012-01-25  antirezFixed typo in getClientLimitClassByName()
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-24  antirezlenght -> length
2012-01-24  antirezafter all closing a client for output buffer limit...
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  antirezImplementation of the internals that make possible...
2012-01-23  antirezMerge branch 'unstable' into limits
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  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-12  antirezOn crash print information about the current client...
2011-12-31  antirezProtections against protocol desyncs, leading to infini...
2011-12-30  antirezFixed replication when multiple slaves are attaching...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezserver.replstate -> server.repl_state
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-19  antirezFixed memleak in CLIENT INFO, added simple test that...
2011-11-28  antirezshow initial querybuf bytes on querybuf overflow.
2011-11-25  Salvatore SanfilippoMerge pull request #208 from jbergstroem/jemalloc-2.2.5
2011-11-25  antirezlog client protocol errors for log level >= verbose
2011-11-25  Salvatore SanfilippoMerge pull request #209 from woowenjie/unstable
2011-11-24  antirezminor refactoring to networking.c adding a separated...
2011-11-24  antirezlast executed command in CLIENT LIST output.
2011-11-23  antireznew counter in INFO output: rejected_connections with...
2011-11-22  Salvatore SanfilippoMerge pull request #199 from jerem/patch-1
2011-11-21  antirezFixed bug in getClientInfoString() that was not renderi...
2011-11-21  antirezClose client connection and log the event when the...
2011-11-21  antirezshow active events in client file descriptor in CLIENT...
2011-11-21  antirezadded output list and buffer length, query buffer size...
2011-11-21  antirezcode generating the CLIENT LIST output refactored to...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-08  antirezuseless double if removed.
2011-11-08  antirezyet another #if REDIS_MBULK_BIG_ARG removed.
2011-11-08  antirezMulti bulk optimization for creating big objects withou...
2011-11-04  antirezA comment moved a few lines for clarity.
2011-11-04  antirezAdded a define to set the size threshold to enable...
2011-11-03  antirezfurther optimizations for the multi bulk protocol parsi...
2011-11-02  antirezoptimized object creation in multi-bulk protocol parsing
2011-11-02  antirezsdsIncrLen() / sdsMakeRoomFor() used to avoid copying...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirezmaxclients configuration is now implemented dealing...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-12  antirezRemove the write handler only if there are no longer...
2011-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-07-28  Hampus WessmanFix crash when pipelining several blocking commands.
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-12  antirezmaster branch merged into scripting.
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-14  antirezUpdated to unstable
2011-05-25  antirezMake sure error and status replies emitted by Lua scrip...
2011-05-25  antirezwhen creating not connected clients do not add them...
2011-05-25  antirezCorrectly glue the reply buffer. For now returned as...
2011-05-25  antirezLua call of Redis command work in progress: sorry I...
2011-05-10  antirezMerge branch 'unstable'
2011-05-07  antirezwhen Redis fails accepting a new connection reports...
2011-05-05  Pieter NoordhuisCheck for \n after finding \r
2011-05-05  Pieter NoordhuisMove code
2011-05-05  Pieter NoordhuisUse custom string2ll and strchr
2011-05-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-29  antirezFixed a bug with replication where SLAVEOF NO ONE cause...
next