]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-03-27  Premysl Hrubyremove disk-store related comments
2012-03-27  antirezSIGSEGV handler refactored so that we can reuse stack...
2012-03-25  antirezCONFIG RESETSTAT resets two more fields.
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-25  antirezVersion is now 2.5.3.
2012-03-25  antirezconvert-zipmap-hash-on-load false positive fixed.
2012-03-24  antirezWhen running the test in valgrind mode, pass the right...
2012-03-24  antirezAdd used allocator in redis-server -v output.
2012-03-24  antirezconvert-zipmap-hash-on-load test enabled
2012-03-23  antirezContextualize comment.
2012-03-23  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
2012-03-23  antirezRDB load of different encodings test added.
2012-03-23  antirezFixed memory leak in hash loading.
2012-03-23  antirezRDB load of different encodings test added.
2012-03-23  antirezBig endian fix. The bug was introduced because of a...
2012-03-23  antirezReplicate HINCRBYFLOAT as HSET.
2012-03-22  antirezCode style hack.
2012-03-22  antirezResult of INCRBYFLOAT and HINCRBYFLOAT should never...
2012-03-22  antirezComments about security of slave-read-only in redis...
2012-03-22  antirezCorrectly create shared.oomerr as an sds string.
2012-03-22  antirezDEBUG should not be flagged as w otherwise we can not...
2012-03-22  antirezSupport for read-only slaves. Semantical fixes.
2012-03-20  antirezRedis cluster stuff removed from 2.6 redis.conf file.
2012-03-20  antirezredis_init_script template updated.
2012-03-19  antirezFixed typo in 2.6 release notes.
2012-03-19  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
2012-03-19  antirezSuppress warnings compiling redis-cli with certain...
2012-03-19  antirezRead-only flag removed from PUBLISH command.
2012-03-19  antirezMemory addressing test implemented.
2012-03-18  antirezMore memory tests implemented. Default number of iterat...
2012-03-18  antirezFixed typo.
2012-03-18  antirezNumber of iteration of --test-memory is now 300 (severa...
2012-03-18  antirezOn crash suggest to give --test-memory a try.
2012-03-18  antirezMemory test function now less boring thanks to screen...
2012-03-18  antirezHem... actual memtest.c file added.
2012-03-18  antirezFirst implementation of --test-memory. Still a work...
2012-03-15  antirezFix for issue #391.
2012-03-14  antirezVersion bumped to 2.5.2
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-14  antirezsds.c: sdsAllocSize() function added.
2012-03-14  antirezsds.c new function sdsRemoveFreeSpace().
2012-03-14  antirezCall all the helper functions needed by clientsCron...
2012-03-13  antirezCLIENT LIST test modified to reflect the new output.
2012-03-13  antirezProcess async client checks like client timeouts and...
2012-03-13  antirezAdded a qbuf-free field to CLIENT LIST output.
2012-03-13  antirezClient creation time in redisClient structure. New...
2012-03-13  antirezc->bufpos initialization moved for aesthetics.
2012-03-13  antirezRDB hashes loading, fixed another bug in the loading...
2012-03-13  antirezRDB hashes loading fixed removing the assertion that...
2012-03-10  quiverfix typo of redis.conf
2012-03-10  antirezRDB4 support in redis-check-dump.
2012-03-10  antirezRDB version is no 4, because small hashes are now encod...
2012-03-10  antirezVersion is now 2.5.1, first unstable release of Redis 2.6
2012-03-10  antirezBuild dependencies updated.
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-10  antirezhash-max-zipmap-... renamed hash-max-ziplist-... in...
2012-03-10  antirezMore vertical space saved.
2012-03-10  antirezMinor code aesthetic change to use Redis code base...
2012-03-10  antirezRemoved handling of deprecated hash-max-zipmap-entries...
2012-03-10  antirezAdded a top-function comment to rioWriteHashIteratorCur...
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezInstantaneous ops/sec figure in INFO output.
2012-03-08  antirezSupport for all the redis.conf fields in CONFIG GET...
2012-03-08  antirezrun_id added to INFO output.
2012-03-08  antirezclusterGetRandomName() generalized into getRandomHexCha...
2012-03-07  antirezBy default Redis refuses writes with an error if the...
2012-03-07  antirezRefuse writes if can't persist on disk.
2012-03-07  antirezBetter MONITOR output, now includes client ip:port...
2012-03-07  antirezanetPeerToString() automatically populates ip/port...
2012-03-07  antirezTIME command.
2012-02-29  antirezredis-cli: CSV output added, used for the --slave mode.
2012-02-29  antirezInitial implementation of redis-cli --slave support.
2012-02-29  antirezPing the slave using the standard protocol instead...
2012-02-29  antirezBetter implementation for BRPOP/BLPOP in the non blocki...
2012-02-29  antirezlpush arguments vector rewrite modified for more speed...
2012-02-28  antirezVersion bumped to 2.9.5
2012-02-28  antirezBetter system for additional commands replication.
2012-02-28  antirezAdded a new API to replicate an additional command...
2012-02-28  antirezpropagate() prototype added to redis.h
2012-02-28  antirezVar renamed into pushGenericCommand() to better reflect...
2012-02-28  antirezAdded command propagation API.
2012-02-26  Salvatore SanfilippoMerge pull request #362 from fawek/mac-build-fix
2012-02-26  Jakub WieczorekFix the build on Mac OS X, where features.h is non...
2012-02-26  Premysl Hrubyuse gcc sync builtins for memory counter when possible
2012-02-26  Premysl Hrubyfix redis-benchmark memory leak
2012-02-24  antirezlua_cmsgpack.c added
2012-02-24  antirezLua_cmsgpack added to Redis scripting.
2012-02-23  antirezredis-benchmark: a few fixes to pipelining implementation.
2012-02-23  antirezredis-benchmark: Initial support for pipelining.
2012-02-22  antirezunstable version called 2.9.4
2012-02-22  antirezThe universe is 80 columns wide, accept it.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezFix for issue #306, thanks to tchajed (on github) for...
2012-02-22  antirezRedis-cli should accept help command even if there...
2012-02-22  antirezeven less false positive on obuf-limits test.
2012-02-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-22  antirezzzlIsInRange() now is capable of handling empty sorted...
2012-02-21  Salvatore SanfilippoMerge pull request #347 from pietern/unstable-segv
2012-02-21  Pieter NoordhuisSolaris has backtrace(3)
2012-02-21  Pieter NoordhuisAlso force SIGSEGV without HAVE_BACKTRACE
next