]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-01-25  antirezFixed typo in getClientLimitClassByName()
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed a non critical bug signaled by clang static analy...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezaeCreateEventLoop() cleanup on error unified in a singl...
2012-01-25  Mukund SivaramanIf aeApiCreate() fails, there's probably not much one...
2012-01-24  antirezlenght -> length
2012-01-24  antirezredis.conf typo fixed in the client-output-buffer-limit...
2012-01-24  antirezafter all closing a client for output buffer limit...
2012-01-24  antirezclient-output-buffer-limit documented in redis.conf
2012-01-24  antirezClient output buffer limits: configuration of parameter...
2012-01-24  antirezasyncCloseClientOnOutputBufferLimitReached() now ignore...
2012-01-23  antirezclient buffer handling refactoring and optimization
2012-01-23  antirezCLIENT LIST test fixed (there is a new omem field in...
2012-01-23  antirezactually call the function to async free clients in...
2012-01-23  antirezImplementation of the internals that make possible...
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-22  antirezfixed typo in hahs function seed default value. It...
2012-01-21  antireztypo in comment fixed
2012-01-21  antirezFix for hash table collision attack. We simply randomiz...
2012-01-20  antirezBetter looking registers/stack dump
2012-01-20  antirezadded support to dump registers on crash on Linux x32
2012-01-20  antirezadded support to dump registers on crash on Linux x64
2012-01-20  antirezall the stack trace related functions are now in debug...
2012-01-17  antirezIntroduced three client limit classes: normal, slave...
2012-01-17  antirezTrack the length of the client pending output buffers...
2012-01-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-01-16  antirezIt is now posible to flush all the previous saving...
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
next