summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵antirez2010-01-191-8/+1
| | | | migrated into a different repos
* 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 ↵antirez2010-01-121-2/+6
| | | | less lame
* 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 ↵antirez2009-11-231-2/+4
| | | | implemented currently. Also adding and removing an event is now O(1).
* Tcl script, make target, and redis.c changes to build the static symbol ↵antirez2009-11-101-0/+3
| | | | table automagically
* 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
| | | | on mac os x leopard
* 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 ↵antirez2009-06-071-1/+1
| | | | Brogna, modified in order to work on different OSes and to enhance reliability
* 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 ↵antirez2009-05-191-1/+1
| | | | used. minor fix for a warning compiling under Linux.
* 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