]> git.saurik.com Git - redis.git/history - src/redis.c
Better system for additional commands replication.
[redis.git] / src / redis.c
2012-02-28  antirezBetter system for additional commands replication.
2012-02-28  antirezAdded a new API to replicate an additional command...
2012-02-28  antirezAdded command propagation API.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-07  antirezdebugging messages removed from freeMemoryIfNeeded()
2012-02-07  antirezFixes to c->reply_bytes computation, and debug messages...
2012-02-06  antirezfreeMemoryIfNeeded() minor refactoring
2012-02-06  antirezAlso remove size of AOF buffers from used memory when...
2012-02-04  antirezThis fixes issue #327, is a very complex fix (unfortuna...
2012-02-04  antirezUse less memory when emitting the protocol, by using...
2012-02-02  antirezNow Lua scripts dispatch Redis commands properly callin...
2012-02-02  antirezSet a 3.5 GB maxmemory limit with noeviction policy...
2012-02-02  antirezAdded a server.arch_bits field instead of computing...
2012-02-01  antirezSORT is now more deterministic: does not accept to...
2012-01-31  antirezOrder output of commands returning random arrays using...
2012-01-31  antirez64 bit instances are no longer limited to have at max...
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-limit documented in redis.conf
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-21  antireztypo in comment fixed
2012-01-21  antirezFix for hash table collision attack. We simply randomiz...
2012-01-20  antirezall the stack trace related functions are now in debug...
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-12  antirezOn crash print information about the current client...
2012-01-10  antirezshow GCC version in INFO output.
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  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-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-15  antirezAOF fixes in the context of replicaiton (when AOF is...
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-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  antirezdefault log level is now notice.
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  Salvatore SanfilippoMerge pull request #209 from woowenjie/unstable
2011-11-24  antirezbetter bug report info on crash
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  antirezClose client connection and log the event when the...
2011-11-21  antirezFixed a comment typo in the command table.
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-18  antirezprevent (more) commands from Lua scripts
2011-11-18  antirezNew script timeout semantics and SCRIPT KILL implemente...
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-15  antirezHINCRBYFLOAT implemented
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-12  antirezINCRBYFLOAT implementation
2011-11-12  antirezFixed issues with expire introduced with latest millise...
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-09  antirezTTL, EXPIRE and EXPIREAT now support the milliseconds...
2011-11-08  antirezadded mstime() to get UNIX time in milliseconds.
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirez1fe4cd5
2011-10-31  antirez7c6da73
2011-10-31  antirezmaxclients configuration is now implemented dealing...
2011-10-27  antirezuse the more generic -BUSY error for idle scripts
2011-10-27  antirezIf a Lua script executes for more time than the max...
2011-10-24  antirezSCRIPT command for introspection and control of the...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-14  antirezExit with Fatal error at startup if the RDB file signat...
2011-10-10  antirezFix for issue #132. Now AUTH raises an error if no...
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-10  antirezIssue #131. stime/utime reported in INFO was inverted...
2011-10-09  Nathan FloreaUnlink Unix socket file on shutdown
2011-09-29  antirezFixed command table for RESTORE to make it accepting...
2011-09-27  antirezDeny commands flagged as REDIS_CMD_NOSCRIPT from Lua...
2011-09-27  antirezadded the NOSCRIPT and RANDOM command flags
2011-09-26  antirezcommand table refactoring to make it simpler adding...
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...
next