summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Structure field controlling the INFO field master_link_down_since_seconds ini...antirez2012-04-041-1/+1
* Redis 2.4.102.4.10antirez2012-03-302-1/+10
* Useless GCC warning suppressed.antirez2012-03-301-1/+3
* Merge pull request #417 from josephjang/e95ca1db21b2dbe82f39a3f7f6390cb5f58dafaeSalvatore Sanfilippo2012-03-303-26/+12
|\
| * Fixed a memory leak with replicationJoseph Jang2012-03-303-26/+12
* | Fix for slaves chains. Force resync of slaves (simply disconnecting them) wh...antirez2012-03-293-14/+17
|/
* Memory addressing test implemented.antirez2012-03-191-0/+32
* Redis 2.4.92.4.9antirez2012-03-182-1/+13
* Memory test feature backported into 2.4.antirez2012-03-181-94/+12
* More memory tests implemented. Default number of iterations lowered to a more...antirez2012-03-182-10/+67
* Fixed typo.antirez2012-03-181-1/+1
* Number of iteration of --test-memory is now 300 (several minutes per gigabyte...antirez2012-03-182-3/+5
* On crash suggest to give --test-memory a try.antirez2012-03-181-2/+3
* Memory test function now less boring thanks to screen-wide progress bar.antirez2012-03-181-5/+48
* Hem... actual memtest.c file added.antirez2012-03-181-0/+91
* First implementation of --test-memory. Still a work in progress.antirez2012-03-182-1/+96
* redis-benchmark: backported the more capable version from the unstable branch...antirez2012-02-261-89/+194
* The universe is 80 columns wide, accept it.antirez2012-02-221-23/+17
* updated utils/install_server.sh to support chkconfig boxes (redhat/Brad Voth2012-02-221-3/+30
* Fix for issue #306, thanks to tchajed (on github) for the pull request. The o...antirez2012-02-221-6/+13
* Redis-cli should accept help command even if there is no connection to the se...antirez2012-02-221-4/+5
* 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