summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Added a Make install target, backported from master, fixing Issue 324antirez2010-09-091-0/+11
* pass tags to filter and match via argumentsPieter Noordhuis2010-06-031-1/+1
* buliding of release.h moved into an external script. Avoided recompialtion of...antirez2010-05-181-8/+2
* create release.h in make process and add this information to INFO listingPieter Noordhuis2010-05-171-1/+8
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-3/+2
* update makefile to use the new test suitePieter Noordhuis2010-05-141-4/+2
* DEBUG DIGEST implemented, in order to improve the ability to test persistence...antirez2010-05-141-2/+2
* makefile deps updatedantirez2010-05-131-1/+5
* tool to check if AOF is validPieter Noordhuis2010-05-051-2/+7
* running the test using tcl8.5 directly instead of tclsh that too often it's a...antirez2010-04-191-1/+1
* ability to select port/host from make testantirez2010-04-151-1/+3
* Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noord...antirez2010-04-151-1/+1
* Use linenoise for line editing on redis-cli.Michel Martens2010-03-231-2/+5
* Added Authentication to redis-cli.c using -a switchroot2010-03-171-1/+1
* utility to check rdb files for unprocessable opcodesPieter Noordhuis2010-03-131-1/+6
* zipmaps functions to get, iterate, test for existence. Initial works for Hash...antirez2010-03-051-2/+3
* Fixed 32bit make target to work on Linux out of the boxantirez2010-02-221-1/+4
* commercial tools stuff removed from the Redis makefile. cotools are now migra...antirez2010-01-191-8/+1
* removed a bug in the function to cancel an I/O jobantirez2010-01-191-4/+14
* a few more stuff in INFO about VM. Test #11 changed a bit in order to be less...antirez2010-01-121-2/+6
* More threaded I/O VM work + Redis init scriptantirez2010-01-111-5/+3
* non-blocking VM data structures, just a startantirez2010-01-091-1/+3
* a few more tests and ability to run a specific test in test-redis.tclantirez2009-12-141-1/+4
* epoll module for ae.c implemented. Some more testing neededantirez2009-11-231-1/+1
* ae.c now supports multiple polling API modules, even if only ae_select.c is i...antirez2009-11-231-2/+4
* Tcl script, make target, and redis.c changes to build the static symbol table...antirez2009-11-101-0/+3
* masterauth option merged, thanks to Anthony Lauzonantirez2009-11-041-2/+8
* Fix for 'make 32bit'antirez2009-10-271-1/+1
* double serialization routines implementedantirez2009-10-261-1/+2
* Merged Solaris patches provided by Alan Harderantirez2009-10-261-3/+9
* more work on ZSETs and a new make target called 32bit to build i386 binaries ...antirez2009-10-231-1/+4
* in-memory specialized object encoding (for now 32 signed integers only)antirez2009-09-101-1/+1
* Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Br...antirez2009-06-071-1/+1
* Merge git://github.com/dierbro/redisantirez2009-06-061-2/+2
|\
| * add compile options to debughrothgar2009-06-041-2/+2
* | Makefile dependencies updatedantirez2009-06-061-10/+12
|/
* backtrace support removed: unreliable stack trace :(antirez2009-06-041-1/+1
* initial backtrace dumping on sigsegv/sigbus + debug commandantirez2009-06-041-1/+1
* Partial qsort implemented in SORT command, only when both BY and LIMIT is use...antirez2009-05-191-1/+1
* Issue 22 fixedantirez2009-04-021-1/+1
* fastlz dependence removedantirez2009-04-011-1/+1
* Initial implementation of EXPIREantirez2009-04-011-1/+1
* changelog addedantirez2009-03-301-0/+3
* now Redis is C99-okantirez2009-03-271-1/+1
* another missing free->zfree replacement fixed. Thanks to Ludoantirez2009-03-231-1/+1
* first commitantirez2009-03-221-0/+58