]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-10-18  Jan OberstCleaned up redis root directory and changed links for...
2011-10-18  Salvatore SanfilippoMerge pull request #146 from smly/fixed-redis-check...
2011-10-18  smlyFixed a small memory leak I found with valgrind
2011-10-18  antirezReturn from syncWithMaster() ASAP if the event fired...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-17  antirezMIGRATE +NOKEY error was missing the final CRLF causing...
2011-10-17  antirezFixed a typo causing segfault on MIGRATE
2011-10-17  antirezRegression test for issue #142 added
2011-10-17  antirezFLUSHALL now prevents rdbSave() from resetting the...
2011-10-17  antirezFLUSHALL will only perform a blocking SAVE if RDB persi...
2011-10-14  antirezExit with Fatal error at startup if the RDB file signat...
2011-10-14  antirezredis-check-dump: RDB version 2 now supported.
2011-10-14  antirezMore informative error when DEBUG RELOAD fails.
2011-10-13  antirezredis-trib: fix for a slot allocation bug.
2011-10-13  antirezsmall comment added
2011-10-10  antirezFix for issue #132. Now AUTH raises an error if no...
2011-10-10  Salvatore SanfilippoMerge pull request #126 from florean/unstable
2011-10-10  Nathan FloreaAdded a config directive for a Unix socket mask
2011-10-10  antirezIssue #131. stime/utime reported in INFO was inverted...
2011-10-10  antirezFix for bug #128 about the RENAME command.
2011-10-10  antirezAdded two new tests for RENAME, currently both will...
2011-10-09  Nathan FloreaUnlink Unix socket file on shutdown
2011-10-08  antireznot used parameter for redisLog() removed. Error messag...
2011-10-07  antirezRedis Cluster: process node to node CLUSTERMSG_TYPE_PUB...
2011-10-07  antirezpropagate PUBLISH messages using the redis cluster...
2011-10-05  antirezTotally hackish and dirty, but working, support for...
2011-10-05  antirezA node can populate a slot if a message from a trusted...
2011-10-05  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-05  antirezCONFIG SET/GET support for loglevel
2011-10-05  antirezjust minor aesthetic changes to cluster.c
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-10-04  antirezredisAssertWithClientInfo() is now redisAssertWithInfo...
2011-10-04  antirezIntroduced a redisAssert() variant that is able to...
2011-10-04  dvir volkfixes to install script
2011-10-04  antirezredis-trib: create subcommand fixed calling node info...
2011-10-04  antirezRedis test ports selection made more robust. This preve...
2011-10-03  antirezRevert "Use the new install script as make install...
2011-10-03  antirezRewrite MIGRATE as DEL for AOF/replication. Also increm...
2011-10-03  antirezincrement server.dirty in restore command to make sure...
2011-10-03  Salvatore SanfilippoMerge pull request #114 from pietern/unstable-zcount
2011-10-03  Pieter NoordhuisRemove ZCOUNT branches from generic RANGEBYSCORE code
2011-10-03  Pieter NoordhuisUse element rank instead of iterating in ZCOUNT
2011-10-03  antirezUse the new install script as make install target....
2011-10-03  dvir volkchanged license to gpl BSD. LOL
2011-10-03  dvir volkchanged license to gpl v3
2011-10-03  dvir volkfixes to install script and template
2011-10-03  dvir volkAdded installer and config template renderer
2011-10-02  antirezExact variant of CRC16 specified into crc16.c
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-28  antirezcluster config file entries added to the example config...
2011-09-27  antirezScripting engine now only loads selected libraries...
2011-09-27  antireza few entries removed from the old TODO list (done)
2011-09-27  antireznew tests for the scripting engine: not allowed command...
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-21  antirezTODO updated
2011-09-20  antirezTODO updated after moving more things into the github...
2011-09-20  antirezTODO updated
2011-09-20  antirezno longer valid design documents removed
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...
next