]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-10-31  antirezScript max execution time test disabled for now since...
2011-10-31  antirezremoved the vmpointer structure that is no longer user...
2011-10-31  antirezuse timeout 0 by default, as this is a common source...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirezadded more clarifications in redis.conf about ther...
2011-10-31  antirez1fe4cd5
2011-10-31  Herbert G.... fixed typo in comments
2011-10-31  antirez7c6da73
2011-10-31  antirezmaxclients configuration is now implemented dealing...
2011-10-31  antirezIt is now possible to disable password authentication...
2011-10-30  Ben Noordhuisbuild: fix sunos build, compile lua with __C99FEATURES__=1
2011-10-28  antirezFixed a memory leak in redis-cli.c
2011-10-28  antirezsds.c single quotes support
2011-10-27  antirezuse the more generic -BUSY error for idle scripts
2011-10-27  antirezIf a Lua script executes for more time than the max...
2011-10-26  Nathan FloreaSet errno to 0 before calling strtol.
2011-10-26  antirezClear the AOF rewrite scheduled flag once an AOF rewrit...
2011-10-25  antirezDon't timeout scripts if the instance is a slave.
2011-10-25  antirezSCRIPT LOAD now returns the SHA1 instead of +OK
2011-10-25  antirezLau scripts default max execution time set to 5 seconds.
2011-10-25  antirezFixes for the scripting refactoring and new commands...
2011-10-25  antirezSCRIPT LOAD implemented, scripting eval command refacto...
2011-10-24  antirezSCRIPT command for introspection and control of the...
2011-10-23  antirezBetter installation info inside README file.
2011-10-23  antirezremoved a few entries for gitignore
2011-10-23  antirezFixed a few warnings compiling on Linux.
2011-10-23  antirezA past commit removed the inclusion of redis.h from...
2011-10-20  antirezRedis.call is now split into two variants of the same...
2011-10-20  antirezMerge branch 'unstable' of github.com:/antirez/redis...
2011-10-20  antirezuse signalModifiedKey to set the key as dirty in the...
2011-10-20  Salvatore SanfilippoMerge pull request #147 from janoberst/unstable
2011-10-19  antirezLua cjson include paths now use the local includes.
2011-10-19  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-19  antirezJSON support for Lua scripting, based on work from...
2011-10-18  Jan OberstSwitched issues URL to Github in BUGS
2011-10-18  Jan OberstActually let's just cpy over the README from stable...
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
next