]> git.saurik.com Git - redis.git/history - src/redis.c
libc neutral random function derived from a drand48() implementation added. Will...
[redis.git] / src / redis.c
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-20  antirezInclude port number in error when can't bind lisetning...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezpostpone the AOF fsync if policy is everysec and there...
2011-09-14  antirezenable zmalloc thread safety support now that we have...
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-14  antirezDon't replicate/AOF SAVE
2011-09-13  antireztest background close operation removed
2011-09-13  antirezdebug message removed
2011-09-13  antirezadd background jobs initialization to Redis main init...
2011-09-13  antirezadded a newline for code readability
2011-09-01  Konstantin TokarevFixed compilation on Mac/PPC
2011-08-26  vamboCorrected typo in documentation for R_Zero, R_PosInf...
2011-08-09  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-08-09  antirezAuto rewrite integer overflow fixed. Thanks to Gaurav...
2011-07-22  antirezClose the listening sockets. Apparently this allows...
2011-07-22  antirezprepareForShutdown() fixed for correctness regarding...
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-12  antirezmaster branch merged into scripting.
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-07-02  antirezchildrens -> children in INFO output field names. This...
2011-07-02  antirezno more allocation stats info in INFO, useless now...
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFixed INFO implementation to use the new allocator...
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-14  antirezUpdated to unstable
2011-06-14  Salvatore SanfilippoMerge pull request #58 from hampus/fix-autorewrite
2011-06-12  Hampus WessmanFix automatic rewrite starting too early.
2011-06-10  antirezMake sure an automatic rewrite only gets triggered...
2011-06-10  antirezAdded new INFO fields related to the new AOF auto rewri...
2011-06-10  antirezFixed bug in AOF rewrite not working because of integer...
2011-06-10  antirezdebugging printf removed
2011-06-10  antirezAOF auto rewrite percentage option parsing fixed
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezAvoid division by zero issues in the automatically...
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-31  antirezVariadic ZREM
2011-05-31  antirezVariadic ZADD
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-25  antirezEVALSHA implemented
2011-05-25  antirezLua scripts max execution time
2011-05-25  antirezLua memory usage in INFO
2011-05-25  antirezEval command table fixed to return the keys arguments...
2011-05-25  antirezLua function creation on EVAL, basic Lua return type...
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisShow memory allocator in INFO output
2011-05-05  antirezcluster import/export of hash slots implemented in...
2011-04-21  antirezpeak fragmentation ratio removed as it is a confusing...
2011-04-21  antirezCLIENT LIST implemented
2011-04-21  antirezsave peak memory usage as statistic and show it in...
2011-04-19  antirezVariadic SREM
2011-04-19  antirezvariadic HDEL with tests
2011-04-15  antirezvariadic SADD
2011-04-15  antirezvariadic LPUSH/RPUSH
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  Salvatore Sanfilippoadded minimal cluster section in INFO output. This...
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezOBJECT command implemented
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-30  antirezcentralized cluster config file name. Assigned slots...
2011-03-29  antirezCluster branch merged to unstable.
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-22  antirezcommand table altered for the new API to get position...
2011-03-09  Pieter NoordhuisConfigurable thresholds for encoded sorted sets
2011-03-07  antirezMerge remote branch 'pietern/unstable-sigs' into unstable
2011-03-06  Pieter NoordhuisSave RDB on SIGTERM (see issue #471)
2011-02-28  antirezRDB/AOF loading times logged with millisecond precision
2011-02-25  antirezmore disk store fields in INFO
2011-02-21  antirezconflict resolved in cherry pick
2011-02-09  antirezintroduced a new logging function for big messages
2011-02-07  antirezMerge remote branch 'pietern/unstable-brpoplpush' into...
2011-02-07  antirezFix for the previous port 0 patch, thanks to Pieter...
2011-02-07  antirezIf port zero is specified, Redis will not listen for...
2011-01-27  antirezpropagate key eviction to slaves and AOF, like for...
2011-01-24  antirezINFO commandstats section reset with config resetstat...
2011-01-23  antirezNow INFO outputs the "INFO default" output if no argume...
2011-01-23  antirezINFO output refactoring. Now "INFO section" will report...
2011-01-23  antirezprofiling information in INFO
2011-01-20  antirezFixed issue #435 and at the same time introduced explic...
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
next