]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-16  antirezDon't change the replication state if SLAVE OF is calle...
2012-01-16  antirezObsolete SDS_ABORT_ON_OOM removed from sds.c
2012-01-16  antirezsds.c no longe pre-allocate more than 1MB of free space...
2012-01-16  antirezadded a comment on top of the zslRandomLevel() function
2012-01-12  antirezPossible fix for false positives in issue 141 regressio...
2012-01-12  antirezOn crash print information about the current client...
2012-01-11  antirezerror in comment fixed
2012-01-10  antirezshow GCC version in INFO output.
2012-01-07  antirezversion bumped to 2.9.3
2012-01-06  antirezRegression test for the main problem causing issue...
2012-01-06  antirezRegression tests for protocol desync bug related to...
2011-12-31  antirezProtections against protocol desyncs, leading to infini...
2011-12-31  antirezProtocol and I/O related defines moved into a separated...
2011-12-31  antirezA few no longer used defines removed from redis.h
2011-12-30  antirezFixed replication when multiple slaves are attaching...
2011-12-28  Kashif RasulFixed some typos in redis.conf.
2011-12-23  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-23  antirezAdded regression test for ZUNIONSTORE creating NaN...
2011-12-23  antirezPrevent NaN scores in sorted sets resulting from calls...
2011-12-22  Salvatore SanfilippoMerge pull request #268 from diegok/unstable
2011-12-22  diegokFixed a config docs typo.
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezsligthly better AOF related logs
2011-12-21  antirezLog when the child rewriting the AOF is killed by stopA...
2011-12-21  antirezserver.replstate -> server.repl_state
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezmore AOF server struct fields renamed.
2011-12-21  antirezAOF fileds in the global server state, and define names...
2011-12-21  antirezAOF refactoring, now with three states: ON, OFF, WAIT_R...
2011-12-21  antirezserver.appendonly -> server.aof_state, and many comment...
2011-12-21  antirezA test modified to pass with the new AOF start/stop...
2011-12-21  antirezRedis test: when assertion fails print not just the...
2011-12-20  antirezDo not propagate DEBUG LOADAOF
2011-12-20  antirezstartAppendOnly() fixed to set server.appendonly to...
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-19  Salvatore SanfilippoMerge pull request #258 from miaout17/bugfix-247
2011-12-19  BigCatI found that no test will fail even if I broke the...
2011-12-19  BigCatFix issue #247 : Accepting non-integer parameters when...
2011-12-19  antirezversion bumped to 2.9.2
2011-12-19  antirezunit/introspection.tcl added
2011-12-19  antirezunit/introspection added among tests executed by default
2011-12-19  antirezFixed memleak in CLIENT INFO, added simple test that...
2011-12-18  antirezadded assertion in zslInsert() that ensures the inserte...
2011-12-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-16  antirezae.c: solved a memory leak with no practical effects...
2011-12-15  antirezFix: when aof_write_rewrite is true don't append on...
2011-12-15  antirezAOF fixes in the context of replicaiton (when AOF is...
2011-12-15  antirezae_epoll.c typo introduced in the previous commit fixed.
2011-12-15  antirezMax limit to 10k clients removed, this implements featu...
2011-12-14  antirezList connected slaves with ip,port,state information...
2011-12-13  antirezversion bumped to 2.9.1
2011-12-13  antirezredis-cli --eval implemented
2011-12-13  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-13  antirezHash type AOF rewrite using HMSET.
2011-12-13  antirezSorted Set type AOF rewrite using variadic ZADD.
2011-12-13  antirezSet type AOF rewrite using variadic SADD.
2011-12-13  antirezAdded tests for AOF rewrite.
2011-12-13  antirezList type AOF rewrite using variadic RPUSH for the...
2011-12-13  antirezLists AOF rewrite using variadic RPUSH (work in progress)
2011-12-10  antirezRedis test: vaoid two false positives while running...
2011-12-07  antirezRedis test: two redundant tests removed as they tend...
2011-12-07  antirezRedis test: wait more time for the server to start...
2011-12-07  antirezRedis test port allocation fixed.
2011-12-07  antirezEXPIRE tests more tolerant to random latency while...
2011-12-07  antirezRedis test: handle inability to start the server in...
2011-12-07  antirezFixed a theoretical memory leak with no practical effec...
2011-12-01  antirezFixed SORT bugs (issue #224) with regression tests.
2011-12-01  antirezDocument the redis-server cli options in the README
2011-12-01  antirezusage information updated to reflect the new way to...
2011-12-01  antirezEven when loglevel is warning the server should log...
2011-12-01  antirezSupport for command line configuration options for...
2011-12-01  antirez-h is now alias for --help when running redis-server.
2011-12-01  antirezI like when main() is the last function in the file.
2011-11-30  antirezReplication bug fixed: now non blocking connect is...
2011-11-30  antirezdefault log level is now notice.
2011-11-29  antirez--quiet option implemented in the Redis test. Output...
2011-11-28  antirezshow initial querybuf bytes on querybuf overflow.
2011-11-28  antireztwo new AOF related INFO fields that can be interesting...
2011-11-28  antirezstill problems with the AOF race regression test, disab...
2011-11-25  antirezjemalloc gitignore updated to jemalloc 2.2.5
2011-11-25  Salvatore SanfilippoMerge pull request #208 from jbergstroem/jemalloc-2.2.5
2011-11-25  antirezlog client protocol errors for log level >= verbose
2011-11-25  antirezAdded regression tests for issue #209
2011-11-25  Salvatore SanfilippoMerge pull request #209 from woowenjie/unstable
2011-11-25  woowenjieclean REDIS_DIRTY_CAS when discard Command runs. otherw...
2011-11-24  antirezbetter bug report info on crash
2011-11-24  antirezminor refactoring to networking.c adding a separated...
2011-11-24  antirezlast executed command in CLIENT LIST output.
2011-11-23  jbergstroemUpdate to jemalloc 2.2.5
2011-11-23  antireznew counter in INFO output: rejected_connections with...
2011-11-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-11-22  antirezMore fixes in the Redis command table, to make sure...
2011-11-22  Salvatore SanfilippoMerge pull request #199 from jerem/patch-1
2011-11-22  antirezFixed command table for SETEX and PSETEX causing the...
2011-11-22  antirezcomment describing the Redis command table enhanced
2011-11-21  antirezFixed bug in getClientInfoString() that was not renderi...
2011-11-21  antirezClose client connection and log the event when the...
2011-11-21  antirezshow active events in client file descriptor in CLIENT...
2011-11-21  antireznew ae.c API to get current events by file descriptor.
next