]> git.saurik.com Git - redis.git/history - src/networking.c
save peak memory usage as statistic and show it in INFO. Also a new INFO field was...
[redis.git] / src / networking.c
2011-04-20  antirezremoved check for zmalloc return NULL in createClient...
2011-04-15  antirezaddReplyLongLong optimized to return shared objects...
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-03-31  antirezfixed memory leak introduced with the previous commit...
2011-03-31  antirezFixed issue #503. MONITOR + QUIT could crash the server...
2011-01-20  antirezFixed issue #435 and at the same time introduced explic...
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
2011-01-14  antirezimplemented two new INFO fields showing the size of...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-15  antirezbulk transfers limited to 512 MB as this is the new...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Move to struct.
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
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.