]> git.saurik.com Git - redis.git/history - src/config.c
New INFO field aof_delayed_fsync introduced.
[redis.git] / src / config.c
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-22  antirezSupport for read-only slaves. Semantical fixes.
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-10  antirezRemoved handling of deprecated hash-max-zipmap-entries...
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezSupport for all the redis.conf fields in CONFIG GET...
2012-03-07  antirezBy default Redis refuses writes with an error if the...
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-24  antirezClient output buffer limits: configuration of parameter...
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-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezserver.replstate -> server.repl_state
2011-12-21  antirezsome RDB 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-01  antirezSupport for command line configuration options for...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirez7c6da73
2011-10-31  antirezIt is now possible to disable password authentication...
2011-10-26  Nathan FloreaSet errno to 0 before calling strtol.
2011-10-10  Salvatore SanfilippoMerge pull request #126 from florean/unstable
2011-10-10  Nathan FloreaAdded a config directive for a Unix socket mask
2011-10-05  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-05  antirezCONFIG SET/GET support for loglevel
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
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 #74 from kmerenkov/issue_620
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  Pieter NoordhuisFix adding bulk reply when getcwd fails
2011-07-12  antirezFix for a typo left after merging.
2011-07-12  antirezmaster branch merged into scripting.
2011-06-30  antirezslow log configuration implemented
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-14  antirezUpdated to unstable
2011-06-10  antirezCONFIG SET/GET support for new automatic AOF rewrite...
2011-06-10  antirezAOF auto rewrite percentage option parsing fixed
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-05-25  antirezLua scripts max execution time
2011-05-10  antirezMerge branch 'unstable'
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-07  antireznode cluster configuration file configurable via redis...
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-09  Pieter NoordhuisConfigurable thresholds for encoded sorted sets
2011-02-22  Paul Gideon DannAllow port to be 0 in configuration, in order to allow...
2011-02-21  antirezcheck return value of getcwd()
2011-02-17  antirezCONFIG SET/GET for all the special encoding parameters...
2011-02-14  antirezCONFIG GET/SET dir implemented
2011-01-24  antirezINFO commandstats section reset with config resetstat...
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
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-09  Jonah H. Harrisremoved dup syslog-ident conditional
2010-12-09  Jonah H. Harrissyslog support
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-08  antirezadded noeviction policy to redis maxmemory. ZSCORE...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-04  antirezconfig option to select if when replication link with...
2010-11-03  antirezadded support for command renaming/suppression in redis...
2010-11-03  antirezNow it is possible to use quoted strings in the redis...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-17  Pieter NoordhuisSkip object encoding where it doesn't make sense
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-15  antirezCONFIG RESETSTAT no longer resets the server uptime...
2010-10-15  antirezmaxmemory-samples implemented in CONFIG command and...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezimplemented different algorithms for maxmemory
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter NoordhuisRemove disabling TCP with port -1
2010-10-13  Pieter NoordhuisRename variable sockpath to unixsocket
2010-10-11  antirezfree memory if the maxmemory parameter is reduced via...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
next