]> git.saurik.com Git - redis.git/history - src/networking.c
Move to struct.
[redis.git] / src / networking.c
2010-11-30  Damian Janowski... Move to struct.
2010-11-05  antirezMerge branch 'aaslave'
2010-11-04  antirezfirst attempt to non blocking implementation of slave...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  Pieter NoordhuisRewrite comment that was no longer valid
2010-10-28  Pieter NoordhuisWhen REDIS_CLOSE_AFTER_REPLY is set, there may never...
2010-10-28  Pieter NoordhuisUnify two client flags that mean the same
2010-10-15  Pieter NoordhuisPrevent clients from making too large multibulk requests
2010-10-15  Pieter NoordhuisDon't reset the client when processCommand returns...
2010-10-15  Pieter NoordhuisRefactor request parsing code for efficiency
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter Noordhuissockaddr_un.sun_path appears to never hold anything...
2010-10-13  Pieter NoordhuisUse different accept handlers for TCP and unix socket...
2010-10-13  Pieter NoordhuisReturn OK on QUIT
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-17  antireznew parsing code bugfixing
2010-09-17  antireztry to parse the request in a smarter way to gain speed...
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezmodified a bit addReply() to play better with copy...
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  Pieter NoordhuisStatic buffer in client struct has a constant size
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-07  Pieter NoordhuisFix bug where the client is not present in server.clien...
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisFix bug in gluing a deferred multi bulk length to the...
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisChanged reply buildup internals
2010-09-02  Pieter NoordhuisRemoved unneeded function
2010-09-02  Pieter NoordhuisFree the sds in addReplySds when it cannot be added...
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-30  Pieter NoordhuisDon't build a reply when replaying the AOF
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-30  Pieter NoordhuisRefactor reply buildup for speed on large multi bulk...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-24  antirezslave with attached slaves now close the conection...
2010-08-24  antirezBLPOPping clients are no longer subject to connection...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-21  antirezvm_blocked_clients count fixed in INFO, thanks to Piete...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.