]> git.saurik.com Git - redis.git/history - src/redis.h
Fix overflow in mstime() in redis-cli and benchmark.
[redis.git] / src / redis.h
2012-12-02  antirezBlocking POP: use a dictionary to store keys clinet...
2012-11-22  antirezEVALSHA is now case insensitive.
2012-11-22  antirezSafer handling of MULTI/EXEC on errors.
2012-11-08  antirezBSD license added to every C source and header file.
2012-11-02  Runzhen Wangfix a typo in redis.h line 595 comment
2012-11-01  Salvatore SanfilippoMerge pull request #743 from Cofyc/fixtypo
2012-11-01  antirezUnix socket clients properly displayed in MONITOR and...
2012-10-16  antirezFix MULTI / EXEC rendering in MONITOR output.
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-09-27  antirezFirst implementation of Redis Sentinel.
2012-09-17  antirezA reimplementation of blocking operation internals.
2012-09-05  Saj GoonatillekeBug fix: slaves being pinged every second
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-09-03  antirezSend an async PING before starting replication with...
2012-08-31  antirezSentinel: Redis-side support for slave priority.
2012-08-28  antirezIncrementally flush RDB on disk while loading it from...
2012-07-31  Saj GoonatillekeNew in INFO: aof_last_bgrewrite_status
2012-07-22  antirezAllow Pub/Sub in contexts where other commands are...
2012-07-07  antirezREPLCONF internal command introduced.
2012-06-21  antirezFixed a timing attack on AUTH (Issue #560).
2012-06-11  antirezDump ziplist hex value on failed assertion.
2012-05-25  antirezFour new persistence fields in INFO. A few renamed.
2012-05-24  antirezNew commands: BITOP and BITCOUNT.
2012-05-24  antirezAllow an AOF rewrite buffer > 2GB (Fix for issue #504).
2012-05-15  Salvatore SanfilippoMerge pull request #496 from pietern/2.6-makeinstall
2012-05-14  antirezImpovements for: Redis timer, hashes rehashing, keys...
2012-05-14  antirezRedis timer interrupt frequency configurable as REDIS_HZ.
2012-05-12  antirezMore incremental active expired keys collection process.
2012-05-02  antirezUse specific error if master is down and slave-serve...
2012-04-21  antirezLimit memory used by big SLOWLOG entries.
2012-04-13  antirezStop access to global vars. Not configurable.
2012-04-13  antirezScripting: globals protection can now be switched on...
2012-04-10  antirezIt is now possible to enable/disable RDB checksum compu...
2012-04-10  antirezcrc64.c modified for incremental computation.
2012-04-08  antirezFor coverage testing use exit() instead of _exit()...
2012-04-05  Premysl Hrubyremove mentions of VM in comments
2012-04-02  antirezCRC64 implementation added to Redis code base.
2012-03-31  antirezBetter syncio.c with millisecond resolution.
2012-03-30  Joseph JangFixed a memory leak with replication
2012-03-29  antirezFix for slaves chains. Force resync of slaves (simply...
2012-03-28  antirezLog from signal handlers is now safer.
2012-03-28  antirezRedis software watchdog.
2012-03-27  Premysl Hrubydeclare hashDictType as external too
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-22  antirezSupport for read-only slaves. Semantical fixes.
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-13  antirezClient creation time in redisClient structure. New...
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-08  antirezclusterGetRandomName() generalized into getRandomHexCha...
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  antirezpropagate() prototype added to redis.h
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-06  antirezfreeMemoryIfNeeded() minor refactoring
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  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 limits: configuration of parameter...
2012-01-24  antirezasyncCloseClientOnOutputBufferLimitReached() now ignore...
2012-01-23  antirezImplementation of the internals that make possible...
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-20  antirezadded support to dump registers on crash on Linux x64
2012-01-20  antirezall the stack trace related functions are now in debug...
2012-01-17  antirezIntroduced three client limit classes: normal, slave...
2012-01-17  antirezTrack the length of the client pending output buffers...
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-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-12-31  antirezProtections against protocol desyncs, leading to infini...
2011-12-31  antirezProtocol and I/O related defines moved into a separated...
2011-12-31  antirezA few no longer used defines removed from redis.h
2011-12-30  antirezFixed replication when multiple slaves are attaching...
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-21  antirezserver.appendonly -> server.aof_state, and many comment...
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-13  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-13  antirezLists AOF rewrite using variadic RPUSH (work in progress)
next