]> git.saurik.com Git - redis.git/history - redis.c
first skiplist fix, courtesy of valgrind
[redis.git] / redis.c
2009-10-23  antirezfirst skiplist fix, courtesy of valgrind
2009-10-23  antirezzset symbols added to stack trace code. ZSets will...
2009-10-23  antirezmore work on ZSETs and a new make target called 32bit...
2009-10-23  antirezinitial skiplist implementation. Most memory checks...
2009-10-22  antirezFixed compilation in mac os x snow leopard when compili...
2009-10-22  antirezversion incremented to 1.050 to distinguish from 1...
2009-10-21  antirezSRANDMEMBER added
2009-10-20  antirezImporant bug leading to data corruption fixed (NOT...
2009-10-17  antirezMSET fixed, was not able to replace keys already set...
2009-10-16  antirezsome dead code removed
2009-10-16  antirezmulti bulk input protocol fixed
2009-10-16  antirezMSET and MSETNX commands implemented
2009-10-07  antirezundoed all the sds hacking that lead just to random...
2009-10-07  antirezinitial multi-bulk query protocol, this will allow...
2009-10-02  antirezIssue 69 fixed. Object integer encoding now works with...
2009-09-18  antirezLREM fixed, used to crash since the new object integer...
2009-09-17  antirezmaxmemory didn't worked in 64 systems for values >...
2009-09-10  antirezincremented version number to 1.001, AKA Redis edge...
2009-09-10  antirezin-memory specialized object encoding (for now 32 signe...
2009-09-02  antirezRedis version pushed to 1.0
2009-09-01  antirezFixed crash with only space and newline as command...
2009-07-24  antirezmore snow leopard related fixes (for 32bit systems)
2009-07-24  antirezfixed compilation with Snow Leopard, thanks to Lon...
2009-07-22  antirezFixed NetBSD compile problems
2009-07-17  antireznow the size of the shared pool can be really modified...
2009-07-04  antirezApplied three different patches thanks to Chris Lamb...
2009-07-03  antirezbugfix: EXPIRE now propagates to the Slave.
2009-06-16  antirezRedis version modified to 0.900
2009-06-16  antirezBetter handling of background saving process killed...
2009-06-14  antireznumber of keys info in INFO command thanks to Diego...
2009-06-14  antirezClojure library thanks to Ragnar DahlĂ©n
2009-06-10  antirezIt is now possible to specify - as config file name...
2009-06-09  antirezmax inline request raised again to 1024*1024*256 bytes
2009-06-09  antirezmax bytes in an inline command raised to 1024*1024...
2009-06-08  antirezSPOP implemented. Hash table resizing for Sets and...
2009-06-07  antirezsome minor changes to the backtrace code
2009-06-07  antirezenable backtrace capabilities only for Linux and MacOSX
2009-06-07  antirezDump a backtrace on sigsegv/sigbus, original coded...
2009-06-06  antirezMerge git://github.com/dierbro/redis
2009-06-06  hrothgaradd more output
2009-06-06  hrothgarstore static function pointer for a useful stack trace
2009-06-05  antirezAvoid a busy loop while sending very large replies...
2009-06-05  antirezKill the background saving process before performing...
2009-06-05  antirezLREM now returns :0 for non existing keys
2009-06-05  hrothgar- put some order in code
2009-06-05  antirezadded config.h for #ifdef business isolation, added...
2009-06-04  hrothgarremove die() :-)
2009-06-04  hrothgarinitial commit print stack trace
2009-06-04  antirezDEBUG OBJECT implemented
2009-06-04  antirezbacktrace support removed: unreliable stack trace :(
2009-06-04  antirezinitial backtrace dumping on sigsegv/sigbus + debug...
2009-06-03  antirezshareobjectspoolsize implemented in reds.conf, in order...
2009-05-27  antirezmaxmemory implemented
2009-05-26  antirezRedis git version modified to 0.101 in order to disting...
2009-05-26  antirezclient libraries synched in git
2009-05-26  antirezignore gcc warning about write() return code not checke...
2009-05-26  antirezmax bytes of a received command enlarged from 1k to 16k
2009-05-25  antirezmaxclients implemented, see redis.conf for details
2009-05-25  antirezINFO command now reports replication info
2009-05-24  antirezWarns if using the default config
2009-05-23  antirezSLAVEOF command implemented for replication remote...
2009-05-22  antirezFix: no connection timeout for the master!
2009-05-22  antirezreplication slave timeout when receiving the initial...
2009-05-22  antirezcritical bug about glueoutputbuffers=yes fixed. Under...
2009-05-22  antirezTTL command implemented
2009-05-22  antirezS*STORE now return the cardinality of the resulting set
2009-05-21  antirezcommand postprocessing implemented into RubyRedis
2009-05-20  antirezMerge git://github.com/tmm1/redis
2009-05-20  Aman GuptaAllow timeout=0 config to disable client timeouts
2009-05-19  antirezPartial qsort implemented in SORT command, only when...
2009-05-17  Aman GuptaFix SINTER/UNIONSTORE to allow for &=/|= style operatio...
2009-05-17  Aman GuptaOptimize SDIFF to return as soon as the result set...
2009-05-17  antirezSDIFF/SDIFFSTORE implemnted unifying it with the implem...
2009-05-11  antireztimestamp in log lines
2009-05-09  antirezDEL is now a vararg, IMPORTANT: memory leak fixed in...
2009-05-06  antirezInfinite number of arguments for MGET and all the other...
2009-05-04  antirezWarns if /proc/sys/vm/overcommit_memory is set to 0...
2009-04-29  antirezfixed for HT resize check 32bits overflow
2009-04-29  antirezCheck for fork() failure in background saving
2009-04-28  antirezfix for the LZF off-by-one bug added
2009-04-28  antirezprint bytes used at exit on SHUTDOWN
2009-04-28  antirezSMOVE command implemented
2009-04-28  antirezless CPU usage in command parsing, case insensitive...
2009-04-28  antirezGETSET implemented
2009-04-27  antirezability to specify a different file name for the DB
2009-04-27  antirezlog file parsing code improved a bit
2009-04-27  antirezbgsave_in_progress field in INFO output
2009-04-27  antirezINCRBY/DECRBY now support 64bit increments, with tests
2009-04-21  antirezFLUSHALL/FLUSHDB no longer sync on disk. Just increment...
2009-04-20  antirezNon blocking replication (finally!). C-side linked...
2009-04-19  antirezSUNION, SUNIONSTORE, Initial work on non blocking repli...
2009-04-10  antirezRedis 0.091 released
2009-04-10  antirezSINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now...
2009-04-08  antirezMerge git://github.com/ludoo/redis
2009-04-07  Bob PotterRearrange redisObject struct to reduce memory usage...
2009-04-07  Bob Potter64bit fixes for usedmemory
2009-04-07  antirezRANDOMKEY issue 26 fixed, generic test + regression...
2009-04-06  antirezDon't accept SAVE if BGSAVE is in progress
2009-04-03  antirezpersistent EXPIRE
2009-04-03  antirezdirty increment was missing in two points. TODO updated
next