summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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