2012-05-15 |
Salvatore Sanfilippo | Merge pull request #496 from pietern/2.6-makeinstall |
blob | commitdiff | raw |
2012-05-04 |
Pieter Noordhuis | Fix `install` target on OSX (see #495) |
blob | commitdiff | raw |
2011-09-22 |
antirez | merge conflicts resolved |
blob | commitdiff | raw | diff to current |
2011-07-13 |
antirez | top level Makefile now just a proxy. Doing make clean... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
antirez | master branch merged into scripting. |
blob | commitdiff | raw | diff to current |
2011-07-05 |
antirez | Ingore jemalloc make distclean error in Makefile, cause... |
blob | commitdiff | raw | diff to current |
2011-06-25 |
antirez | unstable merge conflicts resolved |
blob | commitdiff | raw | diff to current |
2011-06-24 |
Salvatore Sanfilippo | Merge pull request #63 from djanowski/tcl |
blob | commitdiff | raw | diff to current |
2011-06-20 |
antirez | Makefile modified to build with jemalloc |
blob | commitdiff | raw | diff to current |
2011-06-14 |
antirez | Updated to unstable |
blob | commitdiff | raw | diff to current |
2011-05-25 |
antirez | makefile adapted to link against lua lib and to pass... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Merge branch 'master' into brpoplpush |
blob | commitdiff | raw | diff to current |
2010-11-30 |
antirez | minor merge conflicts merging cli-help branch fixed |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Pieter Noordhuis | Merge remote branch 'visionmedia/cli-help' into cli... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Tj Holowaychuk | Added redis-cli interactive help support |
blob | commitdiff | raw | diff to current |
2010-11-05 |
Pieter Noordhuis | Only cascade clean target to deps |
blob | commitdiff | raw | diff to current |
2010-11-03 |
antirez | top level make clean also clean hiredis and linoise... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Pieter Noordhuis | Merge branch 'master' into intset-split |
blob | commitdiff | raw | diff to current |
2010-07-06 |
antirez | Make install fixed using a dummy taget |
blob | commitdiff | raw | diff to current |
2010-07-06 |
antirez | make install target, finally ;) |
blob | commitdiff | raw | diff to current |
2010-07-06 |
antirez | top level Makefile added, so you do not need to cd src |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Pieter Noordhuis | merged intset code into the split files |
blob | commitdiff | raw |
2010-07-01 |
antirez | Merged with split |
blob | commitdiff | raw |
2010-07-01 |
antirez | redis.c split into many different C files. |
blob | commitdiff | raw |
2010-06-14 |
antirez | Merge branch 'ltrim-tests' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
antirez | Fixed deps in makefile and mkreleasehdr.sh script to... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
antirez | hopefully faster recompiling with a trick |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Pieter Noordhuis | intset encoding for sets, refactored set tests to test... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Pieter Noordhuis | merge antirez/smallkeys |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Pieter Noordhuis | update Makefile to include ziplist.o |
blob | commitdiff | raw | diff to current |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Pieter Noordhuis | pass tags to filter and match via arguments |
blob | commitdiff | raw | diff to current |
2010-05-28 |
antirez | Merge branch 'cli-stdin' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
antirez | changed the message in the Makefile with the new comman... |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | Merge http://github.com/ngmoco/redis |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Pieter Noordhuis | Merge branch 'master' into integration |
blob | commitdiff | raw | diff to current |
2010-05-17 |
antirez | buliding of release.h moved into an external script... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Pieter Noordhuis | create release.h in make process and add this informati... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
antirez | Merge branch 'redis-cli-fix' of http://github.com/tizoc... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
antirez | minor fixes to the new test suite, html doc updated |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Pieter Noordhuis | update makefile to use the new test suite |
blob | commitdiff | raw | diff to current |
2010-05-14 |
antirez | DEBUG DIGEST implemented, in order to improve the abili... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | makefile deps updated |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | conflicts resolved |
blob | commitdiff | raw | diff to current |
2010-05-10 |
antirez | Merge branch 'check-aof' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Pieter Noordhuis | Merge branch 'master' into check-aof |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Pieter Noordhuis | tool to check if AOF is valid |
blob | commitdiff | raw | diff to current |
2010-04-19 |
antirez | running the test using tcl8.5 directly instead of tclsh... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
antirez | ability to select port/host from make test |
blob | commitdiff | raw | diff to current |
2010-04-15 |
antirez | Incrementally rehahsing hash table! Thanks to Derek... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Michel Martens | Use linenoise for line editing on redis-cli. |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Merged Pietern patch for VM key args helper function... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Merge branch 'aggregates' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
root | Added Authentication to redis-cli.c using -a switch |
blob | commitdiff | raw | diff to current |
2010-03-13 |
Pieter Noordhuis | utility to check rdb files for unprocessable opcodes |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Merged ZREMBYRANK from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-05 |
antirez | zipmaps functions to get, iterate, test for existence... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
antirez | Fixed 32bit make target to work on Linux out of the box |
blob | commitdiff | raw | diff to current |
2010-01-19 |
antirez | commercial tools stuff removed from the Redis makefile... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
antirez | removed a bug in the function to cancel an I/O job |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | a few more stuff in INFO about VM. Test #11 changed... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | More threaded I/O VM work + Redis init script |
blob | commitdiff | raw | diff to current |
2010-01-09 |
antirez | non-blocking VM data structures, just a start |
blob | commitdiff | raw | diff to current |
2009-12-14 |
antirez | a few more tests and ability to run a specific test... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
antirez | epoll module for ae.c implemented. Some more testing... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
antirez | ae.c now supports multiple polling API modules, even... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
antirez | Tcl script, make target, and redis.c changes to build... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
antirez | masterauth option merged, thanks to Anthony Lauzon |
blob | commitdiff | raw | diff to current |
2009-10-27 |
antirez | Fix for 'make 32bit' |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | double serialization routines implemented |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | Merged Solaris patches provided by Alan Harder |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | more work on ZSETs and a new make target called 32bit... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
antirez | in-memory specialized object encoding (for now 32 signe... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
antirez | Dump a backtrace on sigsegv/sigbus, original coded... |
blob | commitdiff | raw | diff to current |
2009-06-06 |
antirez | Merge git://github.com/dierbro/redis |
blob | commitdiff | raw | diff to current |
2009-06-06 |
antirez | Makefile dependencies updated |
blob | commitdiff | raw | diff to current |
2009-06-04 |
hrothgar | add compile options to debug |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | backtrace support removed: unreliable stack trace :( |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | initial backtrace dumping on sigsegv/sigbus + debug... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
antirez | Merge git://github.com/tmm1/redis |
blob | commitdiff | raw | diff to current |
2009-05-19 |
antirez | Partial qsort implemented in SORT command, only when... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
antirez | Issue 22 fixed |
blob | commitdiff | raw | diff to current |
2009-04-01 |
antirez | fastlz dependence removed |
blob | commitdiff | raw | diff to current |
2009-04-01 |
antirez | Initial implementation of EXPIRE |
blob | commitdiff | raw | diff to current |
2009-03-30 |
antirez | changelog added |
blob | commitdiff | raw | diff to current |
2009-03-27 |
antirez | now Redis is C99-ok |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Ludovico Magnocavallo | git mess :) |
blob | commitdiff | raw | diff to current |
2009-03-23 |
antirez | Merge git://github.com/lucsky/redis |
blob | commitdiff | raw | diff to current |
2009-03-23 |
antirez | another missing free->zfree replacement fixed. Thanks... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | first commit |
blob | commitdiff | raw | diff to current |
|