]> git.saurik.com Git - redis.git/history - src/redis.c
Two small fixes to maxclients handling.
[redis.git] / src / redis.c
2012-04-18  antirezTwo small fixes to maxclients handling.
2012-04-13  antirezStop access to global vars. Not configurable.
2012-04-13  antirezScripting: globals protection can now be switched on...
2012-04-13  antirezPrint arch bits with redis-server -v
2012-04-10  antirezCheck write(2) return value to avoid warnings, because...
2012-04-10  antirezIt is now possible to enable/disable RDB checksum compu...
2012-04-08  antirezFor coverage testing use exit() instead of _exit()...
2012-04-06  antirezNew INFO field in persistence section: bgrewriteaof_sch...
2012-04-05  Premysl Hrubyallocate alternate signal stack, change of sigaction...
2012-04-04  antirezStructure field controlling the INFO field master_link_...
2012-04-04  antirezNew "os" field in INFO output providing information...
2012-04-04  antirezSLAVEOF is not a write command.
2012-04-04  antirezPrint milliseconds of the current second in log lines...
2012-04-03  antirezWhen the user-provided 'maxclients' value is too big...
2012-03-30  Joseph JangFixed a memory leak with replication
2012-03-28  antirezFixes for redisLogFromHandler().
2012-03-28  antirezLog from signal handlers is now safer.
2012-03-28  antirezRedis software watchdog.
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-24  antirezAdd used allocator in redis-server -v output.
2012-03-22  antirezCorrectly create shared.oomerr as an sds string.
2012-03-22  antirezDEBUG should not be flagged as w otherwise we can not...
2012-03-22  antirezSupport for read-only slaves. Semantical fixes.
2012-03-19  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
2012-03-19  antirezRead-only flag removed from PUBLISH command.
2012-03-18  antirezMore memory tests implemented. Default number of iterat...
2012-03-18  antirezNumber of iteration of --test-memory is now 300 (severa...
2012-03-18  antirezFirst implementation of --test-memory. Still a work...
2012-03-15  antirezFix for issue #391.
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-14  antirezCall all the helper functions needed by clientsCron...
2012-03-13  antirezProcess async client checks like client timeouts and...
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezInstantaneous ops/sec figure in INFO output.
2012-03-08  antirezrun_id added to INFO output.
2012-03-07  antirezBy default Redis refuses writes with an error if the...
2012-03-07  antirezRefuse writes if can't persist on disk.
2012-03-07  antirezBetter MONITOR output, now includes client ip:port...
2012-03-07  antirezTIME command.
2012-02-29  antirezBetter implementation for BRPOP/BLPOP in the non blocki...
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.
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  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
next