summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream 2.6.10.2.6.10-1Yossi Gottlieb2013-02-2512-15/+117
|\
| * Redis 2.6.102.6.10antirez2013-02-111-1/+1
| * Makefile: valgrind target added (forces -O0 and libc malloc).antirez2013-02-111-1/+4
| * Tcp keep-alive: send three probes before detectin an error.antirez2013-02-111-4/+8
| * Set SO_KEEPALIVE on client sockets if configured to do so.antirez2013-02-114-0/+14
| * Add SO_KEEPALIVE support to anet.c.antirez2013-02-112-0/+44
| * Sentinel: advertise the promoted slave address only after successful setup.antirez2013-02-111-1/+9
| * fix comments forgotten in #285 (zipmap -> ziplist)Pierre Chapuis2013-02-112-3/+3
| * Make all WATCHers dirty when the slave reloads the DB.antirez2013-02-081-0/+1
| * LASTSAVE is a "random" command.antirez2013-02-071-1/+1
| * TCP_NODELAY after SYNC: changes to the implementation.antirez2013-02-057-25/+24
| * Turn off TCP_NODELAY on the slave socket after SYNC.charsyam2013-02-056-2/+30
| * retval doesn't initalizedRock Li2013-02-051-1/+1
| * Fix a bug in srandmemberWithCountCommand()Gengliang Wang2013-02-041-1/+1
* | Merge upstream Redis 2.6.9.2.6.9-1Yossi Gottlieb2013-01-2738-169/+320
|\ \ | |/
| * redis-cli --bigkeys output is now simpler to understand.antirez2013-01-211-2/+4
| * UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply.antirez2013-01-211-0/+16
| * Fixed a bug in memtest progress bar, that had no actual effects.antirez2013-01-211-4/+2
| * Not every __sun has backtrace().antirez2013-01-211-1/+1
| * Additionally two typos fixed thanks to @jodalantirez2013-01-192-2/+2
| * Whitelist SIGUSR1 to avoid auto-triggering errors.antirez2013-01-194-5/+8
| * Clear server.shutdown_asap on failed shutdown.antirez2013-01-191-0/+1
| * Slowlog: don't log EXEC but just the executed commands.antirez2013-01-191-1/+1
| * Fixed many typos.guiquanz2013-01-1935-134/+134
| * redis-cli prompt bug fixcharsyam2013-01-191-0/+1
| * Always exit if connection fails.Jan-Erik Rediger2013-01-191-4/+4
| * Fix an error reply for CLIENT commandbitterb2013-01-191-1/+1
| * redis-cli --rdb fails if server sends a pingNathan Parry2013-01-181-2/+2
| * Redis 2.6.92.6.9antirez2013-01-161-1/+1
| * redis-cli: save an RDB dump from remote server to local file.antirez2013-01-161-8/+81
| * Typo fixed, ASCI -> ASCII.antirez2013-01-151-1/+1
| * CLIENT GETNAME and CLIENT SETNAME introduced.antirez2013-01-153-2/+41
| * Undo slave-master handshake when SLAVEOF sets a new slave.antirez2013-01-151-7/+23
* | Merge upstream Redis 2.6.8.2.6.8-1Yossi Gottlieb2013-01-1511-31/+55
|\ \ | |/
| * Makefile.dep updated.antirez2013-01-111-4/+13
| * Redis 2.6.82.6.8antirez2013-01-101-1/+1
| * Comment in the call() function clarified a bit.antirez2013-01-101-2/+3
| * Multiple fixes for EVAL (issue #872).antirez2013-01-101-20/+21
| * Better error reporting when fd event creation fails.antirez2013-01-032-2/+6
| * ae.c: set errno when error is not a failing syscall.antirez2013-01-031-1/+5
| * Fix overflow in mstime() in redis-cli and benchmark.antirez2012-12-202-2/+2
| * Define _XOPEN_SOURCE appropriately on NetBSD.Patrick TJ McPhee2012-12-121-1/+1
| * Fix config.h endianess detection to work on Linux / PPC64.antirez2012-12-112-2/+16
* | Add scripting persistence and better replication support.Yossi Gottlieb2013-01-114-4/+69
* | Fix indent typo error.Yossi Gottlieb2013-01-101-1/+1
* | Fix compilation issues due to unconfigured dependency libraries.Yossi Gottlieb2013-01-101-2/+2
* | Added io checks when writing checksum into rdb.yoav2012-12-311-6/+6
* | Ignore special db version key when merging rdb's.yoav2012-12-301-6/+9
* | Add minmemory-os configuration parameter.2.6.7-1Yossi Gottlieb2012-12-254-7/+93
* | Merge tag '2.6.7' into garantia-2.6yoav2012-12-244-24/+23
|\ \ | |/