summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: announce ip/port changes + rewrite.antirez2014-09-042-19/+35
* sentinel: Decouple bind address from address sent to other sentinelsDara Kong2014-09-041-3/+24
* Sentinel: Abort Hello quicker if not connectedMatt Stancliff2014-09-011-1/+2
* Store the length of the static argv when first allocated.Paddy Byers2014-09-011-0/+1
* Fix dictRehash assert casting type.antirez2014-08-261-1/+1
* Cast to right type in dictNext().antirez2014-08-261-1/+1
* Use long for rehash and iterator index in dict.h.antirez2014-08-261-3/+5
* Use modern typedef form in cluster.h.antirez2014-08-251-5/+4
* No longer useful assert removed from sdsIncrLen().antirez2014-08-251-1/+0
* Merge branch '1906-merge' into unstableantirez2014-08-2534-185/+323
|\
| * Fix redis-benchmark abort output1906-mergeMatt Stancliff2014-08-251-1/+1
| * Deny CLIENT command in scriptsMatt Stancliff2014-08-251-1/+1
| * redis-benchmark: Remove unused bufferMatt Stancliff2014-08-251-9/+0
| * redis-benchmark: add auth optionCharSyam2014-08-251-0/+14
| * Rename two 'buf' vars to 'ip' for better clarityMatt Stancliff2014-08-251-5/+5
| * Sentinel: fix bufsize to support IPv6 addressEiichi Sato2014-08-251-2/+2
| * Sentinel: Reject config from STDINMatt Stancliff2014-08-251-0/+7
| * Cluster: Fix segfault if cluster config corruptMatt Stancliff2014-08-251-3/+7
| * Fix memory leak in cluster config parsingMatt Stancliff2014-08-181-0/+1
| * Remove unused global variableMatt Stancliff2014-08-181-1/+0
| * Fix invalid expire error for SET family commands.antirez2014-08-181-1/+1
| * Remove unused functionCong Ding2014-08-181-6/+0
| * Extend range of bytesToHuman to TB and PBDavid Palm2014-08-181-0/+9
| * Add error check for writing RDB checksumyoav2014-08-181-1/+1
| * redis-cli: fix prompt after shutdown commandDov Murik2014-08-181-1/+4
| * Clarify argument to dict macroxiaoyu2014-08-181-1/+1
| * Clarify existing slot wording on cluster startMatt Stancliff2014-08-181-6/+5
| * Remove warnings and improve integer sign correctness.antirez2014-08-1317-48/+66
| * Add -W to compilation flags.antirez2014-08-131-1/+1
| * Use unsigned integers in SDS header.antirez2014-08-132-4/+7
| * va_copy must be matched by va_endPieter Noordhuis2014-08-121-0/+1
| * Remove duplicate prototypes in redis.hcharsyam2014-08-121-3/+1
| * Use resolv library in SolarisNanXiao2014-08-121-1/+1
| * representRedisNodeFlags() moved into right code section.antirez2014-08-081-38/+41
| * Refactor cluster flag printingcharsyam2014-08-081-20/+36
| * Cleanup double semicolonsMatt Stancliff2014-08-082-2/+2
| * Free memory in clusterLoadConfig error handlerSungBin_Hong2014-08-081-0/+1
| * redis-check-dump: Prevent segfault if can't mallocChris Lamb2014-08-081-0/+1
| * Remove unused LINE_BUFLEN definitioncharsyam2014-08-081-1/+0
| * Reject MOVE to non-integer DBsMatt Stancliff2014-08-081-1/+6
| * pubsub: Return integers for NUMSUB, not stringsMatt Stancliff2014-08-081-1/+1
| * Avoid unnecessary decoding in ziplist.cXiaojie Zhang2014-08-081-13/+13
| * Improve accuracy of HAVE_ATOMIC dependency checkSamuel Chou2014-08-081-1/+6
| * Remove redundant event loop fd processingJim Howard2014-08-081-2/+2
| * memtest: Add missing free()Xian Li2014-08-081-0/+1
| * src/Makefile: Reword "to run make test" messageJoshua Anderson2014-08-081-1/+1
| * Use 'void' for zero-argument functionscubicdaiya2014-08-086-20/+20
| * Fix assert technical correctnessMatt Stancliff2014-08-081-1/+1
| * redis-check-dump: use names instead of magic numsripcurld00d2014-08-071-1/+3
| * Fix issues raised by clang analyzerKashif Rasul2014-08-072-4/+4