summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.4.32.4.3antirez2011-11-213-1033/+14
* Fixed bug in getClientInfoString() that was not rendering the N (no flags) sp...antirez2011-11-211-1/+1
* Close client connection and log the event when the client input buffer reache...antirez2011-11-213-0/+11
* show active events in client file descriptor in CLIENT LIST.antirez2011-11-211-3/+11
* new ae.c API to get current events by file descriptor.antirez2011-11-212-0/+8
* added output list and buffer length, query buffer size, to CLIENT LIST output.antirez2011-11-211-2/+5
* code generating the CLIENT LIST output refactored to have a function that is ...antirez2011-11-211-29/+39
* Added sdscatsds() to sds.c/hantirez2011-11-212-0/+5
* Max log message length set to 4k to avoid truncated INFO output in logs on Re...antirez2011-11-211-1/+1
* Fix crash on SPARC due to improper alignment of allocated memoryChris Lamb2011-11-161-1/+1
* I/O buffer length enlargedantirez2011-11-111-1/+1
* set default client timeout to zero inside redis.h as wellantirez2011-11-111-1/+1
* use timeout 0 by default, as this is a common source of problems.antirez2011-10-311-1/+1
* added more clarifications in redis.conf about ther right value to set as repl...antirez2011-10-311-0/+4
* Merge pull request #149 from hgfischer/2.4Salvatore Sanfilippo2011-10-315-6/+33
|\
| * fixed source indentingHerbert G. Fischer2011-10-182-4/+4
| * fixed typo in commentsHerbert G. Fischer2011-10-181-2/+2
| * Added repl_ping_slave_period and repl_timeout options supportHerbert G. Fischer2011-10-185-6/+33
* | It is now possible to disable password authentication via CONFIG SET. Thanks ...antirez2011-10-311-1/+1
* | Fixed a memory leak in redis-cli.cantirez2011-10-281-0/+1
* | sds.c single quotes supportantirez2011-10-281-2/+22
* | Redis 2.4.22.4.2antirez2011-10-262-1/+12
* | Merge pull request #154 from florean/2.4Salvatore Sanfilippo2011-10-261-0/+1
|\ \
| * | Set errno to 0 before calling strtol.Nathan Florea2011-10-201-0/+1
| |/
* | Clear the AOF rewrite scheduled flag once an AOF rewrite is triggered. Fix fo...antirez2011-10-261-0/+1
* | Better installation info inside README file.antirez2011-10-231-9/+29
* | removed a few entries for gitignoreantirez2011-10-231-2/+0
* | template files for installation script addedantirez2011-10-232-0/+433
* | Script to install the server in Ubuntu/Debian added to 2.4 as well.antirez2011-10-231-0/+156
|/
* Fix to the previous fix for issue #145, make sure to return only after the ev...antirez2011-10-181-6/+6
* Fixed a small memory leak I found with valgrindsmly2011-10-181-0/+1
* Return from syncWithMaster() ASAP if the event fired but the instance is no l...antirez2011-10-181-0/+7
* 2.4.1 release notes.2.4.1antirez2011-10-171-0/+7
* version bumped to 2.4.1antirez2011-10-171-1/+1
* revert version bumping to 2.4.1, put in the previous commit for an error.antirez2011-10-171-1/+1
* Regression test for issue #142 addedantirez2011-10-172-1/+7
* FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the...antirez2011-10-171-1/+7
* FLUSHALL will only perform a blocking SAVE if RDB persistence is configured.antirez2011-10-171-1/+1
* 2.4.0 Release notes.2.4.0antirez2011-10-141-0/+16
* Version bumped to 2.4.0antirez2011-10-141-1/+1
* Exit with Fatal error at startup if the RDB file signature or version is wrong.antirez2011-10-142-3/+13
* redis-check-dump: RDB version 2 now supported.antirez2011-10-141-3/+12
* More informative error when DEBUG RELOAD fails.antirez2011-10-141-1/+1
* Fix for issue #132. Now AUTH raises an error if no server password is configu...antirez2011-10-102-3/+17
* Added a config directive for a Unix socket maskNathan Florea2011-10-106-3/+14
* Unlink Unix socket file on shutdownNathan Florea2011-10-101-0/+4
* Issue #131. stime/utime reported in INFO was inverted. Fixed thanks to Didier...antirez2011-10-101-2/+2
* Fix for bug #128 about the RENAME command.antirez2011-10-101-3/+6
* Added two new tests for RENAME, currently both will fail because of bug #128.antirez2011-10-101-0/+19
* CONFIG SET/GET support for loglevelantirez2011-10-061-0/+26