]> git.saurik.com Git - redis.git/history - Makefile
Merge http://github.com/ngmoco/redis
[redis.git] / Makefile
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-19  Pieter NoordhuisMerge branch 'master' into integration
2010-05-17  antirezbuliding of release.h moved into an external script...
2010-05-17  Pieter Noordhuiscreate release.h in make process and add this informati...
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  antirezminor fixes to the new test suite, html doc updated
2010-05-14  Pieter Noordhuisupdate makefile to use the new test suite
2010-05-14  antirezDEBUG DIGEST implemented, in order to improve the abili...
2010-05-13  antirezmakefile deps updated
2010-05-13  antirezconflicts resolved
2010-05-10  antirezMerge branch 'check-aof' of git://github.com/pietern...
2010-05-06  Pieter NoordhuisMerge branch 'master' into check-aof
2010-05-05  Pieter Noordhuistool to check if AOF is valid
2010-04-19  antirezrunning the test using tcl8.5 directly instead of tclsh...
2010-04-15  antirezability to select port/host from make test
2010-04-15  antirezIncrementally rehahsing hash table! Thanks to Derek...
2010-03-23  Michel MartensUse linenoise for line editing on redis-cli.
2010-03-17  antirezMerged Pietern patch for VM key args helper function...
2010-03-17  antirezMerge branch 'aggregates' of git://github.com/pietern...
2010-03-17  rootAdded Authentication to redis-cli.c using -a switch
2010-03-13  Pieter Noordhuisutility to check rdb files for unprocessable opcodes
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-05  antirezzipmaps functions to get, iterate, test for existence...
2010-02-22  antirezFixed 32bit make target to work on Linux out of the box
2010-01-19  antirezcommercial tools stuff removed from the Redis makefile...
2010-01-19  antirezremoved a bug in the function to cancel an I/O job
2010-01-12  antireza few more stuff in INFO about VM. Test #11 changed...
2010-01-11  antirezMore threaded I/O VM work + Redis init script
2010-01-09  antireznon-blocking VM data structures, just a start
2009-12-14  antireza few more tests and ability to run a specific test...
2009-11-23  antirezepoll module for ae.c implemented. Some more testing...
2009-11-23  antirezae.c now supports multiple polling API modules, even...
2009-11-10  antirezTcl script, make target, and redis.c changes to build...
2009-11-04  antirezmasterauth option merged, thanks to Anthony Lauzon
2009-10-27  antirezFix for 'make 32bit'
2009-10-26  antirezdouble serialization routines implemented
2009-10-26  antirezMerged Solaris patches provided by Alan Harder
2009-10-23  antirezmore work on ZSETs and a new make target called 32bit...
2009-09-10  antirezin-memory specialized object encoding (for now 32 signe...
2009-06-07  antirezDump a backtrace on sigsegv/sigbus, original coded...
2009-06-06  antirezMerge git://github.com/dierbro/redis
2009-06-06  antirezMakefile dependencies updated
2009-06-04  hrothgaradd compile options to debug
2009-06-04  antirezbacktrace support removed: unreliable stack trace :(
2009-06-04  antirezinitial backtrace dumping on sigsegv/sigbus + debug...
2009-05-20  antirezMerge git://github.com/tmm1/redis
2009-05-19  antirezPartial qsort implemented in SORT command, only when...
2009-04-02  antirezIssue 22 fixed
2009-04-01  antirezfastlz dependence removed
2009-04-01  antirezInitial implementation of EXPIRE
2009-03-30  antirezchangelog added
2009-03-27  antireznow Redis is C99-ok
2009-03-24  Ludovico Magnocavallogit mess :)
2009-03-23  antirezMerge git://github.com/lucsky/redis
2009-03-23  antirezanother missing free->zfree replacement fixed. Thanks...
2009-03-22  antirezfirst commit