summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.5.12 (2.6 RC6).2.6.0-rc6antirez2012-08-012-1/+22
* Use correct variable name for value to convert.Michael Parker2012-07-311-1/+2
* Truncate short write from the AOFSaj Goonatilleke2012-07-311-0/+7
* New in INFO: aof_last_bgrewrite_statusSaj Goonatilleke2012-07-313-3/+13
* Check that we have connection before enabling pipe modeSteeve Lennmark2012-07-221-1/+1
* Allow Pub/Sub in contexts where other commands are blocked.antirez2012-07-222-12/+21
* Don't assume that "char" is signed.antirez2012-07-182-7/+7
* mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.jokea2012-07-091-0/+2
* Typo in comment.antirez2012-07-071-1/+1
* REPLCONF internal command introduced.antirez2012-07-074-18/+110
* Fixed comment typo into time_independent_strcmp().antirez2012-06-211-1/+1
* Fixed a timing attack on AUTH (Issue #560).antirez2012-06-213-1/+49
* Redis 2.5.11 (2.6 RC5).2.6.0-rc5antirez2012-06-152-1/+14
* Fix c->reply_bytes computation in setDeferredMultiBulkLength()antirez2012-06-151-0/+4
* ziplistFind(): don't assume that entries are comparable by encoding.antirez2012-06-151-5/+10
* Standardize punctuation in redis-cli help.Ted Nyman2012-06-131-6/+6
* Added a new hash fuzzy tester.antirez2012-06-121-1/+38
* Dump ziplist hex value on failed assertion.antirez2012-06-123-1/+30
* New test: hash ziplist -> hashtable encoding conversion.antirez2012-06-112-3/+22
* Version bumped to 2.5.10 (2.6 RC4) + Release Notes.2.6.0-rc4antirez2012-06-072-1/+28
* EVAL replication test: less false positives.antirez2012-06-022-4/+8
* Fixed RESTORE hash failure (Issue #532)Alex Mitrofanov2012-06-022-1/+21
* RDB type loading functions clarified in comments.antirez2012-06-021-1/+5
* BITOP bug when called against non existing keys fixed.antirez2012-05-312-0/+7
* 2.6 Release notes: added more new features to the list.antirez2012-05-271-0/+4
* Tests modified to account for INFO fields renaming.antirez2012-05-252-5/+5
* Release notes: more info about 2.4 -> 2.6 migration.antirez2012-05-251-34/+44
* Four new persistence fields in INFO. A few renamed.antirez2012-05-254-8/+33
* BITOP command 10x speed improvement.antirez2012-05-242-2/+80
* BITOP: handle integer encoded objects correctly.antirez2012-05-242-3/+34
* BITCOUNT performance improved.antirez2012-05-241-13/+22
* bitop.c renamed bitops.cantirez2012-05-242-1/+1
* Bit operations tests improved.antirez2012-05-241-15/+21
* popcount() optimization for speed.antirez2012-05-241-2/+18
* BITCOUNT refactoring.antirez2012-05-241-12/+25
* Bit-related string operations moved to bitop.cantirez2012-05-243-249/+260
* BITOP and BITCOUNT tests.antirez2012-05-242-0/+131
* New commands: BITOP and BITCOUNT.antirez2012-05-243-1/+154
* Add aof_rewrite_buffer_length INFO field.antirez2012-05-241-0/+2
* Allow an AOF rewrite buffer > 2GB (Fix for issue #504).antirez2012-05-243-19/+121
* Dead code removed from replication.c.antirez2012-05-241-1/+0
* TODO file removed.antirez2012-05-231-45/+0
* Use comments to split aof.c into sections.antirez2012-05-231-0/+14
* Redis test: include bug report on crash.antirez2012-05-231-1/+5
* Set fd to writable when poll(2) detects POLLERR or POLLHUP event.jokea2012-05-231-0/+2
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-232-1/+10
* Deleted jemalloc.orig from /deps.antirez2012-05-1680-30365/+0
* Jemalloc updated to 3.0.0.antirez2012-05-16157-9019/+42840
* Merge pull request #496 from pietern/2.6-makeinstallSalvatore Sanfilippo2012-05-151-0/+4
|\
| * Fix `install` target on OSX (see #495)Pieter Noordhuis2012-05-041-0/+4