]> git.saurik.com Git - redis.git/history - src/t_list.c
Version bumped to 2.5.10 (2.6 RC4) + Release Notes.
[redis.git] / src / t_list.c
2012-04-18  antirezDocument mostly dead code in RPOPLPUSH implementation.
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-09  antirezMerge conflicts resolved.
2012-02-29  antirezBetter implementation for BRPOP/BLPOP in the non blocki...
2012-02-29  antirezlpush arguments vector rewrite modified for more speed...
2012-02-28  antirezAdded a new API to replicate an additional command...
2012-02-28  antirezVar renamed into pushGenericCommand() to better reflect...
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-01-31  antirez64 bit instances are no longer limited to have at max...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-19  Salvatore SanfilippoMerge pull request #258 from miaout17/bugfix-247
2011-12-19  BigCatFix issue #247 : Accepting non-integer parameters when...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
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-14  antirezOptimize LRANGE to scan the list starting from the...
2011-09-12  antirezfixed typos in the comments of rpoplpushHandlePush()
2011-09-07  Hampus WessmanFix crash when chaining brpoplpush with other blocking...
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-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFix for bug 561 and other related problems
2011-05-16  antirezMerge branch 'unstable'
2011-05-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-11  antirezremoved assert causing an illegal memory access. This...
2011-05-10  antirezMerge branch 'unstable'
2011-04-15  antirezvariadic LPUSH/RPUSH
2011-02-07  antirezMerge remote branch 'pietern/unstable-brpoplpush' into...
2011-02-03  Pieter NoordhuisClarify comment
2011-02-03  Pieter NoordhuisReply with single null bulk for unsuccesful BRPOPLPUSH
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-29  antireztouched key for WATCH refactored into a more general...
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 NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisFix case and indent
2010-12-06  Pieter NoordhuisCheck other blocked clients when value could not be...
2010-12-06  Pieter NoordhuisMove code for pushing on a (blocking) RPOPLPUSH
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMove timeout logic
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  Michel Martens ... Fix BRPOPLPUSH behavior for all use cases.
2010-11-30  Damian Janowski... Adhere to conventions.
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Remove warning.
2010-11-30  Damian Janowski... Handle BRPOPLPUSH inside a transaction.
2010-11-30  Damian Janowski... Refactor code for BRPOPLPUSH.
2010-11-30  Damian Janowski... Move to struct.
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  antirezBLPOP inside MULTI/EXEC block no longer crashes, instea...
2010-08-26  Pieter NoordhuisVerify that the blocking pop timeout value is a non...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-05  Pieter Noordhuismerged code from 184d74ab, 4774a53b, f483ce5f to new...
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.