]> git.saurik.com Git - redis.git/history - src/redis.c
Merge branch 'unstable' into unstable-zset
[redis.git] / src / redis.c
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...
2011-01-14  antirezimplemented two new INFO fields showing the size of...
2011-01-09  antirezfixed bgsave_in_progress in INFO when BGSAVEing with...
2011-01-09  antirezallocation stats in INFO
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-02  antirezfixed cache-flush-delay configuration parsing
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antireznegative caching implemented
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisFix compiler warnings on Solaris
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-19  antirezremoved some dead code, added evicted keys counter...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
2010-12-09  Jonah H. Harrissyslog support
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-12-06  Pieter NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-11  antirezvolatile-lru maxmemory policy segfault fixed, thanks...
2010-11-08  antirezadded noeviction policy to redis maxmemory. ZSCORE...
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-04  antirezconfig option to select if when replication link with...
2010-11-04  antirezreplication asynchronous SYNC information in INFO output
2010-11-04  antireztypos and minor stuff fixed in the new non blocking...
2010-11-04  antirezfirst attempt to non blocking implementation of slave...
2010-11-04  Pieter NoordhuisStop using the freelist robj* cache
2010-11-03  antirezadded support for command renaming/suppression in redis...
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRSS information in INFO output
2010-11-02  antirezRevert "Function to compute RSS memory usage in a fast...
2010-11-02  antirezRevert "Now maxmemory, VM, and everything else uses...
2010-11-02  antirezNow maxmemory, VM, and everything else uses the fast...
2010-11-02  antirezFunction to compute RSS memory usage in a fast way...
2010-11-02  antirezremoved a number of stupid compilation warnings on...
2010-10-28  antirezmerge conflict resolved
2010-10-28  Pieter NoordhuisWhen REDIS_CLOSE_AFTER_REPLY is set, there may never...
2010-10-28  Pieter NoordhuisUnify two client flags that mean the same
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-22  antirezMake sure to reset the signal handler and deliver again...
2010-10-22  Robey Pointerif server.saveparamslen is not set, don't save the...
2010-10-21  antirezreports if tcmalloc is in used in INFO output
2010-10-17  Pieter NoordhuisSkip object encoding where it doesn't make sense
2010-10-17  Pieter NoordhuisRemoved unused command flags
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-15  Pieter NoordhuisDon't reset the client when processCommand returns...
2010-10-15  Pieter NoordhuisRefactor request parsing code for efficiency
next