]> git.saurik.com Git - redis.git/history - src
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: when the...
[redis.git] / src /
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  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  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  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-04  Pieter NoordhuisImplements ziplistFind
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2012-01-02  Pieter Noordhuisstring2* functions take a const pointer
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-23  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-23  antirezPrevent NaN scores in sorted sets resulting from calls...
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-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  BigCatFix issue #247 : Accepting non-integer parameters when...
2011-12-19  antirezversion bumped to 2.9.2
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  antirezList type AOF rewrite using variadic RPUSH for the...
2011-12-13  antirezLists AOF rewrite using variadic RPUSH (work in progress)
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  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-28  antirezshow initial querybuf bytes on querybuf overflow.
2011-11-28  antireztwo new AOF related INFO fields that can be interesting...
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  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  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.
next