summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.14.2.8.14antirez2014-09-012-1/+35
* Sentinel: Abort Hello quicker if not connectedMatt Stancliff2014-09-011-1/+2
* Add regression test for issue #1939Paddy Byers2014-09-011-0/+12
* Store the length of the static argv when first allocated.Paddy Byers2014-09-011-0/+1
* Fix dictRehash assert casting type.antirez2014-08-271-1/+1
* Cast to right type in dictNext().antirez2014-08-271-1/+1
* Use long for rehash and iterator index in dict.h.antirez2014-08-271-3/+5
* Missing va_end also added in hiredis copy of sds.c.antirez2014-08-271-0/+1
* Missing assert removal from sdsIncrLen()Mariano Pérez Rodríguez2014-08-271-1/+0
* No longer useful assert removed from sdsIncrLen().antirez2014-08-271-1/+0
* Fix redis-benchmark abort outputMatt Stancliff2014-08-271-1/+1
* Deny CLIENT command in scriptsMatt Stancliff2014-08-271-1/+1
* redis-benchmark: Remove unused bufferMatt Stancliff2014-08-271-9/+0
* redis-benchmark: add auth optionCharSyam2014-08-271-0/+14
* Rename two 'buf' vars to 'ip' for better clarityMatt Stancliff2014-08-271-5/+5
* Sentinel: fix bufsize to support IPv6 addressEiichi Sato2014-08-271-2/+2
* Use correct github url to find commands.jsonJan-Erik Rediger2014-08-271-1/+1
* Stop tests from leaving a black backgroundMariano Pérez Rodríguez2014-08-271-1/+1
* Sentinel: Reject config from STDINMatt Stancliff2014-08-271-0/+7
* Remove unused global variableMatt Stancliff2014-08-271-1/+0
* Fix invalid expire error for SET family commands.antirez2014-08-271-1/+1
* Remove unused functionCong Ding2014-08-271-6/+0
* Extend range of bytesToHuman to TB and PBDavid Palm2014-08-271-0/+9
* Add error check for writing RDB checksumyoav2014-08-271-1/+1
* redis-cli: fix prompt after shutdown commandDov Murik2014-08-271-1/+4
* Clarify argument to dict macroxiaoyu2014-08-271-1/+1
* Fix undefined behavior in ll2string().antirez2014-08-271-1/+5
* Remove warnings and improve integer sign correctness.antirez2014-08-2714-42/+53
* Add -W to compilation flags.antirez2014-08-271-1/+1
* Use unsigned integers in SDS header.antirez2014-08-274-9/+15
* va_copy must be matched by va_endPieter Noordhuis2014-08-271-0/+1
* Remove duplicate prototypes in redis.hcharsyam2014-08-271-3/+1
* Use resolv library in SolarisNanXiao2014-08-271-1/+1
* Define AR to help with lua cross-compilationDaniel Price2014-08-271-1/+6
* Cleanup double semicolonsMatt Stancliff2014-08-272-2/+2
* redis-check-dump: Prevent segfault if can't mallocChris Lamb2014-08-271-0/+1
* Remove unused LINE_BUFLEN definitioncharsyam2014-08-271-1/+0
* Reject MOVE to non-integer DBsMatt Stancliff2014-08-272-1/+12
* pubsub: Return integers for NUMSUB, not stringsMatt Stancliff2014-08-272-1/+5
* Avoid unnecessary decoding in ziplist.cXiaojie Zhang2014-08-271-13/+13
* Improve accuracy of HAVE_ATOMIC dependency checkSamuel Chou2014-08-271-1/+6
* Remove redundant event loop fd processingJim Howard2014-08-271-2/+2
* memtest: Add missing free()Xian Li2014-08-271-0/+1
* src/Makefile: Reword "to run make test" messageJoshua Anderson2014-08-271-1/+1
* Use 'void' for zero-argument functionscubicdaiya2014-08-276-20/+20
* Fix assert technical correctnessMatt Stancliff2014-08-271-1/+1
* install_server.sh: add missing bangJan-Erik Rediger2014-08-271-2/+2
* Change unixsocketperm comment to 700 from 755Edgars Irmejs2014-08-271-1/+1
* redis-check-dump: use names instead of magic numsripcurld00d2014-08-271-1/+3
* Fix issues raised by clang analyzerKashif Rasul2014-08-272-4/+4