]> git.saurik.com Git - redis.git/history - src
rewrite INCRBYFLOAT as SETs for AOF/replication
[redis.git] / src /
2011-10-01  antirezwhen processing gossip packets make sure to also update...
2011-09-30  antirezfixed a few problems with redis-trib resharding.
2011-09-30  antirezredis-trib: initial working implementation of cluster...
2011-09-30  antirezFixed two bugs in the CLUSTER SETSLOT ... NODE subcommand
2011-09-30  antirezredis-trib: actual slot migration work in progress...
2011-09-30  antirezClear the importing status from the slot if a CLUSTER...
2011-09-30  antirezredis-trib: better slots allocation strategy for resharding
2011-09-30  antirezredis-trib: initial slots allocation strategy, still...
2011-09-29  antirezredis-trib: reshard command work in progress
2011-09-29  antirezredis-trib: minor refactoring creating a method to...
2011-09-29  antirezredis-trib: don't crash loading node info for nodes...
2011-09-29  antirezadded comment about SETSLOT NODE form.
2011-09-29  antirezFixed command table for RESTORE to make it accepting...
2011-09-29  antirezredis-trib: added cluster state to node info string
2011-09-29  antirezredis-trib: all node information into a single hash
2011-09-29  antirezredis-trib: when loading node info also fetch the outpu...
2011-09-29  antirezredis-trib cluster check command: check that all the...
2011-09-29  antirezCompilation fixed on OpenBSD making sure that _XOPEN_SO...
2011-09-28  antirezinitial node loading info code for redis-trib
2011-09-28  antirezshow node with myself flag always as connected in CLUST...
2011-09-27  antirezScripting engine now only loads selected libraries...
2011-09-27  antirezReturn errors if a write command is called inside a...
2011-09-27  antirezDeny commands flagged as REDIS_CMD_NOSCRIPT from Lua...
2011-09-27  antirezadded the NOSCRIPT and RANDOM command flags
2011-09-26  antirezcommand table refactoring to make it simpler adding...
2011-09-23  antirezLua math.random and math.randomseed replaced with our...
2011-09-23  antirezDefined macro with bigger number that redisLrand48...
2011-09-23  antirezlibc neutral random function derived from a drand48...
2011-09-22  antirezrioInitWithFile nad rioInitWithBuffer functions now...
2011-09-22  antirezmake sure to return just 1 for rio.c write when the...
2011-09-22  antirezcomment on top of the _rio structure modified for corre...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-21  Juri M. Vainonenfixed a small bug that caused redis-cli to segfault...
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-20  antirezInclude port number in error when can't bind lisetning...
2011-09-19  antirezFixed comment typo
2011-09-19  antirezComment out things in bio.c that are currently not...
2011-09-19  antirezEmit a log message when AOF fsync is still in progress...
2011-09-16  antirezuse aof_fsync wrapper instead of fsync(2) in bio.c
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezfixed flushAppendOnlyFile() function prototype to refle...
2011-09-16  antirezpostpone the AOF fsync if policy is everysec and there...
2011-09-16  antirezFixed typo preventing compilation
2011-09-16  Pieter NoordhuisEnforce upper bound for number of requests in redis...
2011-09-16  Pieter NoordhuisFix AOF race that may duplicate commands
2011-09-16  antirezAdded aof_backgronud_fsync() function, and use it in...
2011-09-15  antirezFixed a bug in the average latency metering of redis...
2011-09-15  antirezImplemented --latency in redis-cli
2011-09-15  antirezREDIS_BIO_AOF_FSYNC implemented
2011-09-15  antirezfixed a problem in bioOlderJobType() when there are...
2011-09-15  antirezsome more comment about bio.c design
2011-09-15  antirezRemove backgroud jobs from the queue only when the...
2011-09-15  antirezUse a different thread for every different type of...
2011-09-15  antirezBetter comments for bioWaitPendingJobsLE
2011-09-15  antirezBackground I/O library enhanced so that the main thread...
2011-09-14  antirezenable zmalloc thread safety support now that we have...
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-14  antirezDon't replicate/AOF SAVE
2011-09-13  antirezuse bio.c instead of libeio for closing the AOF file...
2011-09-13  Pieter NoordhuisAsynchronously close old file after BGREWRITEAOF
2011-09-13  antireztest background close operation removed
2011-09-13  antirezmake bio_list static as well
2011-09-13  antirezdebug message removed
2011-09-13  antirezuse pthread_cond_signal() to make sure the background...
2011-09-13  antireztypo fixed in bio.c
2011-09-13  antirezRemoved no longer useful fields in the redis server...
2011-09-13  antirezadd background jobs initialization to Redis main init...
2011-09-13  antirezbio.c typos fixes to make it compile
2011-09-13  antirezbio.o added to redis-server objects
2011-09-13  Pieter NoordhuisSpeed up protocol synthesis for AOF
2011-09-13  Pieter NoordhuisRe-use AOF buffer when it is small enough
2011-09-13  Pieter NoordhuisFix indent
2011-09-13  antirezadded a newline for code readability
2011-09-13  Pieter NoordhuisAvoid unnecessary calls to time(3)
2011-09-12  antirezRemove the write handler only if there are no longer...
2011-09-12  antirezfixed typos in the comments of rpoplpushHandlePush()
2011-09-07  Hampus WessmanFix crash when chaining brpoplpush with other blocking...
2011-09-01  Konstantin TokarevFixed compilation on Mac/PPC
2011-08-26  vamboCorrected typo in documentation for R_Zero, R_PosInf...
2011-08-09  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-08-09  antirezAuto rewrite integer overflow fixed. Thanks to Gaurav...
2011-08-02  Konstantin Merenkov[issue 620] don't segfault if number of arguments is...
2011-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-07-28  Hampus WessmanFix crash when pipelining several blocking commands.
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  Pieter NoordhuisFix adding bulk reply when getcwd fails
2011-07-27  Pieter NoordhuisWait for Lua to be built before linking redis-server
2011-07-27  Pieter NoordhuisHDEL: Abort deleting fields when hash is removed
2011-07-22  antirezClose the listening sockets. Apparently this allows...
2011-07-22  antirezprepareForShutdown() fixed for correctness regarding...
2011-07-15  antirezAdded a 'runtest' script that is responsible to check...
2011-07-13  antireztop level Makefile now just a proxy. Doing make clean...
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
next