summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis version 2.4.82.4.8antirez2012-02-222-1/+14
* zzlIsInRange() now is capable of handling empty sorted sets that may end insi...antirez2012-02-221-1/+1
* Merge pull request #346 from pietern/2.4-segvSalvatore Sanfilippo2012-02-212-3/+7
|\
| * Solaris has backtrace(3)Pieter Noordhuis2012-02-211-1/+1
| * Also force SIGSEGV without HAVE_BACKTRACEPieter Noordhuis2012-02-211-2/+6
|/
* Fixed undefined behavior in *INCR style functions overflow detection. Sorry c...antirez2012-02-212-4/+6
* Added an unstalbe-alike distclean target to 2.4 Makefile.antirez2012-02-212-0/+5
* Fix 32bit build of hiredisantirez2012-02-211-2/+2
* Applied a few modifications to hiredis to tune it for speed (redis-benchmark)...antirez2012-02-211-1/+1
* The hiredis lib shipped with Redis was updated to latest version.antirez2012-02-2122-732/+1262
* bzero -> memsetantirez2012-02-211-1/+1
* Merge branch '2.4-issue327' into 2.4antirez2012-02-207-42/+200
|\
| * Fixed a few broken stuff introduced while merging issue #327 related code in 2.4antirez2012-02-152-3/+4
| * more practical maxmemory+slaves hint in redis.confantirez2012-02-151-0/+4
| * redis.conf updated with new maxmemory semanticsantirez2012-02-151-15/+17
| * debugging messages removed from freeMemoryIfNeeded()antirez2012-02-151-15/+1
| * Fixes to c->reply_bytes computation, and debug messages to closely study the ...antirez2012-02-152-9/+37
| * Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue ...antirez2012-02-153-8/+35
| * freeMemoryIfNeeded() minor refactoringantirez2012-02-153-23/+23
| * Also remove size of AOF buffers from used memory when doing the math for free...antirez2012-02-151-2/+6
| * This fixes issue #327, is a very complex fix (unfortunately), details:antirez2012-02-153-25/+103
| * Initial version of c->reply_bytes implementation backported from unstable to ...antirez2012-02-153-0/+28
* | Issue #330 regression test.antirez2012-02-161-0/+8
* | Now HINCRBY can detect overflows too. Fix for issue #330.antirez2012-02-161-1/+6
|/
* redis-check-aof is now large files safe also on 32 bit systems.antirez2012-02-141-11/+14
* add -f flag to cp when installing, otherwise stopping the server isantirez2012-02-141-1/+1
* Redis 2.4.72.4.7antirez2012-02-022-1/+14
* sds.c no longe pre-allocate more than 1MB of free space ahead. This fixes iss...antirez2012-02-022-1/+7
* Set a 3.5 GB maxmemory limit with noeviction policy if a 32 bit instance with...antirez2012-02-021-0/+10
* Added a server.arch_bits field instead of computing it at runtime for INFO.antirez2012-02-022-2/+4
* Only incremnet stats for key miss/hit when the key is semantically accessed i...antirez2012-02-021-3/+8
* Merge pull request #296 from pietern/2.4-expirefixSalvatore Sanfilippo2012-01-161-2/+6
|\
| * Don't expire keys when loading an RDB after a SYNCPieter Noordhuis2012-01-131-2/+6
|/
* Possible fix for false positives in issue 141 regression testantirez2012-01-121-1/+5
* On crash print information about the current client (if any), command vector,...antirez2012-01-124-1/+69
* Redis 2.4.62.4.6antirez2012-01-112-1/+13
* error in comment fixedantirez2012-01-111-1/+1
* show GCC version in INFO output.antirez2012-01-101-0/+6
* Regression test for the main problem causing issue #141. Minor changes/fixes/...antirez2012-01-074-2/+85
* Redis test: when assertion fails print not just the expression but also expan...antirez2012-01-071-1/+1
* Regression tests for protocol desync bug related to Issue #141antirez2012-01-071-0/+31
* Protections against protocol desyncs, leading to infinite query buffer growin...antirez2012-01-072-6/+24
* Fixed replication when multiple slaves are attaching at the same time. The ou...antirez2012-01-073-2/+12
* Do not propagate DEBUG LOADAOFantirez2012-01-071-0/+1
* List connected slaves with ip,port,state information in INFO, as requested by...antirez2012-01-071-0/+33
* Redis 2.4.52.4.5antirez2011-12-232-1/+13
* Added regression test for ZUNIONSTORE creating NaN (github issue #264)antirez2011-12-231-0/+6
* Prevent NaN scores in sorted sets resulting from calls to ZUNIONSTORE and ZIN...antirez2011-12-231-0/+3
* Redis test: vaoid two false positives while running under valgrind.antirez2011-12-201-4/+26
* Redis test: two redundant tests removed as they tend to create issues when ru...antirez2011-12-201-10/+0