]> git.saurik.com Git - redis.git/shortlog
redis.git
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-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
2011-11-12  antirezAdded test to make sure Redis evicts expired keys activ...
2011-11-12  antirezFixed issues with expire introduced with latest millise...
2011-11-11  antirezset default client timeout to zero inside redis.h as...
2011-11-11  antireznew tests for EXPIRE family functions, new millisecond...
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-10  Dave HooverFixing inject: it was failing when there was 1 or ...
2011-11-09  antirezFixed a few typos
2011-11-09  antirezFixed bug breaking rdbSaveMillisecondTime() in 32 bit...
2011-11-09  antirezTTL, EXPIRE and EXPIREAT now support the milliseconds...
2011-11-09  antirezuse "EXPIREAT ... ms" form when rewriting the AOF
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-11-09  antirezdict set/get macros for integers fixed.
2011-11-08  antirezadded mstime() to get UNIX time in milliseconds.
2011-11-08  antirezdict.c: added macros to get signed/unsigned integer...
2011-11-08  antirez32bit build fixed, broken by a previous commit fixing...
2011-11-08  antirezdict.c: added macros in dict.h to set signed and unsign...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-11-08  antirezdict.c: added two lower level methods for directly...
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-08  antirezuseless double if removed.
2011-11-08  antirezyet another #if REDIS_MBULK_BIG_ARG removed.
2011-11-08  antirezMulti bulk optimization for creating big objects withou...
2011-11-08  antirezhiredis/redis changes for speed with big payloads:...
2011-11-07  antirezspeed-regression.tcl: command line options to select...
2011-11-07  antirezspeed-regression.tcl: move tests, data size, requests...
2011-11-07  antirezspeed-regression.tcl script: killing previously tested...
next