]> git.saurik.com Git - redis.git/shortlog
redis.git
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  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.
2011-11-21  antirezadded output list and buffer length, query buffer size...
2011-11-21  antirezfile .prerequisites added to gitignore
2011-11-21  antirezcode generating the CLIENT LIST output refactored to...
2011-11-21  antirezAdded sdscatsds() to sds.c/h
2011-11-21  antirezFixed a comment typo in the command table.
2011-11-21  Jérémy BethmontFixed a typo in comments.
2011-11-18  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-11-18  antirezredis.conf updated to reflect the new scripting timeout...
2011-11-18  antirezaof-race test reenabled now that port allocation of...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-18  antirezprevent (more) commands from Lua scripts
2011-11-18  antirezNew script timeout semantics and SCRIPT KILL implemente...
2011-11-16  Salvatore SanfilippoMerge pull request #193 from lamby/sparc-crash
2011-11-16  Chris LambFix crash on SPARC due to improper alignment of allocat...
2011-11-16  Pieter NoordhuisDon't force rebuild when params didn't change
2011-11-16  antirezmore valgrind (and other archs) friendly testing of...
2011-11-16  antirezvalgrind handles floating point numbers differently...
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Pieter NoordhuisUpdate README on allocators
2011-11-15  Pieter NoordhuisRebuild source when allocator changes
2011-11-15  Pieter NoordhuisRebuild deps/ and src/ when ARCH changes
2011-11-15  Pieter NoordhuisUse CCLINK as last argument
2011-11-15  Pieter NoordhuisCCLINK already includes ALLOC_LINK
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-15  antirezHINCRBYFLOAT tests
2011-11-15  antirezHINCRBYFLOAT implemented
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-14  antireztest for the new more strict behavior about number...
2011-11-14  antirezINCRBYFLOAT tests
2011-11-14  antirezstring to number API is now more strict not accepting...
2011-11-14  antirezrewrite INCRBYFLOAT as SETs for AOF/replication
2011-11-12  antirezINCRBYFLOAT implementation
next