]> git.saurik.com Git - redis.git/shortlog
redis.git
2009-12-13  antirezTODO update
2009-12-12  antirezbgrewriteaof_in_progress added to INFO
2009-12-12  antirezTODO list modified. What's planned for 1.4 is now writt...
2009-12-11  antirezbetter handling of non blocking connect on redis-benchm...
2009-12-11  antirezsome change to redis-sha1.rb utility to make it more...
2009-12-10  antirezredis-sha1.rb utility updated
2009-12-10  antireza bit more verbose -ERR wrong number o arguments error...
2009-12-10  antirezTODO change and minor SETNX optimization
2009-12-06  antirezin rdbLoadDoubleValue now the buffer is nul terminated...
2009-12-06  antirezprintf format warnings fixed by casting
2009-12-06  antirezRegression tests for SETNX and MSETNX bugs added
2009-12-06  antirezSETNX and MSETNX now respect the delete-on-write operat...
2009-12-05  antirezFixed daemonization when using kqueue/kevent. Now the...
2009-12-05  antirezmore HTML doc changes
2009-12-05  antirezHTML doc update
2009-12-05  antireza few redis-cli format specified fixed
2009-12-05  antirezuse __attribute__ format in sdscatprintf() when the...
2009-12-01  antirezTODO update
2009-12-01  antirezcompilation problem on 64bit mac os x 10.5 possibly...
2009-12-01  antirezvirtual memory design doc typos
2009-12-01  antirezdesign documents added to the project
2009-11-30  antirezFixed issued #85 (getDecodedObject: Assertion 1 !=...
2009-11-30  antirezfixed a subtle bug in redis-cli not having visible...
2009-11-29  antirezTODO updated
2009-11-29  antirezVersion chagned to 1.100, also known as the first first...
2009-11-29  antirezmore tests in test-redis.tcl, some minor fix
2009-11-29  antirezSORT support for sorted sets
2009-11-28  antirezImplemented LIMIT option in ZRANGEBYSCORE. We now enter...
2009-11-28  antirezChangelog updated
2009-11-28  antirezhtml doc updated
2009-11-28  antirezenable kqueue/kevent only for Mac OS X 10.6.x as it...
2009-11-28  antirezTODO updated
2009-11-28  antirezZRANGEBYSCORE fuzzy test
2009-11-28  antirezZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial...
2009-11-28  antirezINFO refactored. Stack trace on memory corruption now...
2009-11-28  antirezifdefs added to use kevent on Free Open and Net BSD...
2009-11-28  antirezEnabled object encoding for multiple keys in MSET....
2009-11-28  antirezMerge branch 'kqueue' of git://github.com/mallipeddi...
2009-11-28  antirezChanges to TODO list, commented a function in redis.c
2009-11-28  Harish MallipeddiAdded support for kqueue.
2009-11-27  antirezTODO updated
2009-11-26  antirezzero length bulk data reading fixed in loadAppendOnlyFile()
2009-11-26  antirezappend only file fixes
2009-11-26  antirezlog rebuilding, random refactoring, work in progress...
2009-11-24  antirezDEBUG RELOAD implemented, and test-redis.tcl modified...
2009-11-24  antirezRedis version set to 1.07
2009-11-24  antirezsorted sets saving fixed
2009-11-24  antirezminor TODO change
2009-11-23  antirezminor fix to avoid a false valgrind warning.
2009-11-23  antirezepoll support enabled by default for Linux builds
2009-11-23  antirezepoll module for ae.c implemented. Some more testing...
2009-11-23  antirezcommented the HAVE_EPOLL test in config.h to allow...
2009-11-23  antirezae_select module added
2009-11-23  antirezae.c now supports multiple polling API modules, even...
2009-11-23  antirezae.c initial refactoring for epoll implementation
2009-11-21  antirezversion incremented up to 1.06
2009-11-21  antirezTODO aesthetic changes
2009-11-21  antirezTODO updated with plans up to 1.5
2009-11-21  antirezSRANDMEMBER test
2009-11-21  antirezFixed a SORT memory leak that should never happen in...
2009-11-21  antirezSORT GET # implemented, with a test
2009-11-21  antirezEXPIREAT test
2009-11-20  antirezEXPIRE tests
2009-11-20  antirezmore RPOPLPUSH tests
2009-11-20  antirezRPOPLPUSH tests added
2009-11-20  antirezZINCRBY return value fixed
2009-11-20  antirezZINCRSCOREBY => ZINCRBY
2009-11-19  antirezZINCRSCOREBY implemented
2009-11-19  antirezwritev() finally uncommented again
2009-11-19  antirezredis-benchmark hopefully last bug with multi bulk...
2009-11-19  antirezdebug mode in redis-bench
2009-11-19  antirezUse writev(2) if glue output buffers is disabled
2009-11-19  antirezbenchmark.c fixes
2009-11-18  antirezmore experiments with long replies, glue output buffer...
2009-11-18  antirezbenchmarking with different number of LRANGE elements...
2009-11-18  antirezmore writev tests/work
2009-11-18  antirezredis-benchmark multi bulk reply support hopefully...
2009-11-17  antirezsupport for writev implemented but currently ifdef...
2009-11-17  antirezmulti-bulk reply support for redis-bench, and as a...
2009-11-12  antirezSolaris fix thanks to Alan Harder
2009-11-12  antirezMerge git://github.com/ianxm/redis
2009-11-12  antirezZSCORE fixed, now returns NULL on missing key or missin...
2009-11-12  antirezRedis test will not fail the SAVE test even if a backgr...
2009-11-12  antirezLPOPPUSH renamed into RPOPLPUSH
2009-11-12  iancan select db num
2009-11-11  antirezWorkaround for test-redis.tcl and Tcl 8.4.x about ZSCOR...
2009-11-11  antirezRemoved a long time warning compiling with recent GCC...
2009-11-11  antirezTODO updated
2009-11-11  antirezLPUSHPOP first implementation
2009-11-10  antirezTcl script, make target, and redis.c changes to build...
2009-11-10  antirezImplemented a much better lazy expiring algorithm for...
2009-11-10  antirezFixed issue 92 in redis: redis-cli (nil) return value...
2009-11-10  antirezMinor TODO change with new expiring algorithm descripti...
2009-11-04  antirezredis-test is now a better Redis citizen, testing every...
2009-11-04  rootfixed a refcounting bug with SORT ... STORE leading...
2009-11-04  antirezmasterauth option merged, thanks to Anthony Lauzon
2009-11-03  antirezZSets double to string serialization fixed
2009-11-03  antirezclient-libraries directory readded
2009-11-03  antirezredis.tcl put at toplevel since it's uesd for the test...
2009-11-03  antirezclient libs removed from Redis git
next