| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `install` target on OSX (see #495) | Pieter Noordhuis | 2012-05-15 | 1 | -0/+4 |
* | top level Makefile now just a proxy. Doing make clean inside src now does a f... | antirez | 2011-07-13 | 1 | -20/+2 |
* | master branch merged into scripting. | antirez | 2011-07-12 | 1 | -0/+1 |
|\ |
|
| * | Ingore jemalloc make distclean error in Makefile, caused by make clean agains... | antirez | 2011-07-05 | 1 | -1/+1 |
* | | unstable merge conflicts resolved | antirez | 2011-06-25 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Makefile modified to build with jemalloc | antirez | 2011-06-20 | 1 | -0/+1 |
* | | makefile adapted to link against lua lib and to pass the 32bit flag to Lua bu... | antirez | 2011-05-25 | 1 | -0/+1 |
|/ |
|
* | Merge remote branch 'visionmedia/cli-help' into cli-help | Pieter Noordhuis | 2010-11-26 | 1 | -0/+3 |
|\ |
|
| * | Added redis-cli interactive help support | Tj Holowaychuk | 2010-11-16 | 1 | -0/+3 |
* | | Only cascade clean target to deps | Pieter Noordhuis | 2010-11-05 | 1 | -1/+4 |
* | | top level make clean also clean hiredis and linoise (deps) | antirez | 2010-11-03 | 1 | -0/+2 |
|/ |
|
* | Make install fixed using a dummy taget | antirez | 2010-07-06 | 1 | -1/+6 |
* | make install target, finally ;) | antirez | 2010-07-06 | 1 | -1/+1 |
* | top level Makefile added, so you do not need to cd src | antirez | 2010-07-06 | 1 | -0/+9 |
* | redis.c split into many different C files. | antirez | 2010-07-01 | 1 | -114/+0 |
* | Fixed deps in makefile and mkreleasehdr.sh script to really take advantage of... | antirez | 2010-06-13 | 1 | -2/+1 |
* | hopefully faster recompiling with a trick | antirez | 2010-06-13 | 1 | -5/+6 |
* | merge antirez/smallkeys | Pieter Noordhuis | 2010-06-04 | 1 | -1/+1 |
|\ |
|
| * | pass tags to filter and match via arguments | Pieter Noordhuis | 2010-06-02 | 1 | -1/+1 |
* | | update Makefile to include ziplist.o | Pieter Noordhuis | 2010-06-03 | 1 | -1/+2 |
|/ |
|
* | changed the message in the Makefile with the new command like to run the test... | antirez | 2010-05-28 | 1 | -3/+1 |
* | buliding of release.h moved into an external script. Avoided recompialtion of... | antirez | 2010-05-18 | 1 | -8/+2 |
* | create release.h in make process and add this information to INFO listing | Pieter Noordhuis | 2010-05-17 | 1 | -1/+8 |
* | minor fixes to the new test suite, html doc updated | antirez | 2010-05-14 | 1 | -3/+2 |
* | update makefile to use the new test suite | Pieter Noordhuis | 2010-05-14 | 1 | -4/+2 |
* | DEBUG DIGEST implemented, in order to improve the ability to test persistence... | antirez | 2010-05-14 | 1 | -2/+2 |
* | makefile deps updated | antirez | 2010-05-13 | 1 | -1/+5 |
* | tool to check if AOF is valid | Pieter Noordhuis | 2010-05-05 | 1 | -2/+7 |
* | running the test using tcl8.5 directly instead of tclsh that too often it's a... | antirez | 2010-04-19 | 1 | -1/+1 |
* | ability to select port/host from make test | antirez | 2010-04-15 | 1 | -1/+3 |
* | Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noord... | antirez | 2010-04-15 | 1 | -1/+1 |
* | Use linenoise for line editing on redis-cli. | Michel Martens | 2010-03-23 | 1 | -2/+5 |
* | Added Authentication to redis-cli.c using -a switch | root | 2010-03-17 | 1 | -1/+1 |
* | utility to check rdb files for unprocessable opcodes | Pieter Noordhuis | 2010-03-13 | 1 | -1/+6 |
* | zipmaps functions to get, iterate, test for existence. Initial works for Hash... | antirez | 2010-03-05 | 1 | -2/+3 |
* | Fixed 32bit make target to work on Linux out of the box | antirez | 2010-02-22 | 1 | -1/+4 |
* | commercial tools stuff removed from the Redis makefile. cotools are now migra... | antirez | 2010-01-19 | 1 | -8/+1 |
* | removed a bug in the function to cancel an I/O job | antirez | 2010-01-19 | 1 | -4/+14 |
* | a few more stuff in INFO about VM. Test #11 changed a bit in order to be less... | antirez | 2010-01-12 | 1 | -2/+6 |
* | More threaded I/O VM work + Redis init script | antirez | 2010-01-11 | 1 | -5/+3 |
* | non-blocking VM data structures, just a start | antirez | 2010-01-09 | 1 | -1/+3 |
* | a few more tests and ability to run a specific test in test-redis.tcl | antirez | 2009-12-14 | 1 | -1/+4 |
* | epoll module for ae.c implemented. Some more testing needed | antirez | 2009-11-23 | 1 | -1/+1 |
* | ae.c now supports multiple polling API modules, even if only ae_select.c is i... | antirez | 2009-11-23 | 1 | -2/+4 |
* | Tcl script, make target, and redis.c changes to build the static symbol table... | antirez | 2009-11-10 | 1 | -0/+3 |
* | masterauth option merged, thanks to Anthony Lauzon | antirez | 2009-11-04 | 1 | -2/+8 |
* | Fix for 'make 32bit' | antirez | 2009-10-27 | 1 | -1/+1 |
* | double serialization routines implemented | antirez | 2009-10-26 | 1 | -1/+2 |
* | Merged Solaris patches provided by Alan Harder | antirez | 2009-10-26 | 1 | -3/+9 |
* | more work on ZSETs and a new make target called 32bit to build i386 binaries ... | antirez | 2009-10-23 | 1 | -1/+4 |