2012-02-16 |
antirez | Return ASAP from checkClientOutputBufferLimits() if... |
tree | commitdiff |
2012-02-16 |
antirez | Merge branch 'issue327' into unstable |
tree | commitdiff |
2012-02-15 |
antirez | Add stdint.h in endianconv.h to fix issue #336. |
tree | commitdiff |
2012-02-14 |
antirez | redis-check-aof is now large files safe also on 32... |
tree | commitdiff |
2012-02-14 |
antirez | add -f flag to cp when installing, otherwise stopping... |
tree | commitdiff |
2012-02-14 |
antirez | endian.c/h -> endianconv.c/h to avoid issues with broke... |
tree | commitdiff |
2012-02-14 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2012-02-14 |
antirez | intset.c endianess fixes. |
tree | commitdiff |
2012-02-13 |
Salvatore Sanfilippo | Merge pull request #334 from lsbardel/quantredis |
tree | commitdiff |
2012-02-13 |
lsbardel | added lua struct c extension |
tree | commitdiff |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 5. |
tree | commitdiff |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 4. |
tree | commitdiff |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 3. |
tree | commitdiff |
2012-02-08 |
antirez | more ziplist.c endianess fixes |
tree | commitdiff |
2012-02-08 |
antirez | ziplist.c fixes for bigendian |
tree | commitdiff |
2012-02-08 |
antirez | A few small BSD related fixes. |
tree | commitdiff |
2012-02-07 |
antirez | debugging messages removed from freeMemoryIfNeeded() |
tree | commitdiff |
2012-02-07 |
antirez | Fixes to c->reply_bytes computation, and debug messages... |
tree | commitdiff |
2012-02-07 |
antirez | Precision of getClientOutputBufferMemoryUsage() greatil... |
tree | commitdiff |
2012-02-06 |
antirez | freeMemoryIfNeeded() minor refactoring |
tree | commitdiff |
2012-02-06 |
antirez | Also remove size of AOF buffers from used memory when... |
tree | commitdiff |
2012-02-05 |
antirez | Redis Manifesto moved from src to root dir |
tree | commitdiff |
2012-02-04 |
antirez | This fixes issue #327, is a very complex fix (unfortuna... |
tree | commitdiff |
2012-02-04 |
antirez | Use less memory when emitting the protocol, by using... |
tree | commitdiff |
2012-02-02 |
antirez | Now Lua scripts dispatch Redis commands properly callin... |
tree | commitdiff |
2012-02-02 |
antirez | Set a 3.5 GB maxmemory limit with noeviction policy... |
tree | commitdiff |
2012-02-02 |
antirez | Added a server.arch_bits field instead of computing... |
tree | commitdiff |
2012-02-01 |
antirez | Only incremnet stats for key miss/hit when the key... |
tree | commitdiff |
2012-02-01 |
antirez | Make SORT BY <constant> STORE ... to always produce... |
tree | commitdiff |
2012-02-01 |
antirez | SORT is now more deterministic: does not accept to... |
tree | commitdiff |
2012-01-31 |
antirez | Order output of commands returning random arrays using... |
tree | commitdiff |
2012-01-31 |
antirez | Fixed redis-benchmark --help output typo |
tree | commitdiff |
2012-01-31 |
antirez | 64 bit instances are no longer limited to have at max... |
tree | commitdiff |
2012-01-30 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #319 from fawek/lua-error-location |
tree | commitdiff |
2012-01-30 |
antirez | setKey(): call the higher level wrapper setModifiedKey... |
tree | commitdiff |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #321 from mkwiatkowski/ticket227 |
tree | commitdiff |
2012-01-30 |
Michal Kwiatkowski | SORT with STORE removes key if result is empty. This... |
tree | commitdiff |
2012-01-29 |
Jakub Wieczorek | Lua reports line numbers off by one in error messages |
tree | commitdiff |
2012-01-25 |
antirez | Fixed typo in getClientLimitClassByName() |
tree | commitdiff |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang... |
tree | commitdiff |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang... |
tree | commitdiff |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
2012-01-25 |
antirez | Fixed a non critical bug signaled by clang static analy... |
tree | commitdiff |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
2012-01-25 |
antirez | aeCreateEventLoop() cleanup on error unified in a singl... |
tree | commitdiff |
2012-01-25 |
Mukund Sivaraman | If aeApiCreate() fails, there's probably not much one... |
tree | commitdiff |
2012-01-24 |
antirez | lenght -> length |
tree | commitdiff |
2012-01-24 |
antirez | after all closing a client for output buffer limit... |
tree | commitdiff |
2012-01-24 |
antirez | client-output-buffer-limit documented in redis.conf |
tree | commitdiff |
2012-01-24 |
antirez | Client output buffer limits: configuration of parameter... |
tree | commitdiff |
2012-01-24 |
antirez | asyncCloseClientOnOutputBufferLimitReached() now ignore... |
tree | commitdiff |
2012-01-23 |
antirez | client buffer handling refactoring and optimization |
tree | commitdiff |
2012-01-23 |
antirez | actually call the function to async free clients in... |
tree | commitdiff |
2012-01-23 |
antirez | Implementation of the internals that make possible... |
tree | commitdiff |
2012-01-23 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
2012-01-22 |
antirez | fixed typo in hahs function seed default value. It... |
tree | commitdiff |
2012-01-21 |
antirez | typo in comment fixed |
tree | commitdiff |
2012-01-21 |
antirez | Fix for hash table collision attack. We simply randomiz... |
tree | commitdiff |
2012-01-20 |
antirez | Better looking registers/stack dump |
tree | commitdiff |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x32 |
tree | commitdiff |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x64 |
tree | commitdiff |
2012-01-20 |
antirez | all the stack trace related functions are now in debug... |
tree | commitdiff |
2012-01-17 |
antirez | Introduced three client limit classes: normal, slave... |
tree | commitdiff |
2012-01-17 |
antirez | Track the length of the client pending output buffers... |
tree | commitdiff |
2012-01-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2012-01-16 |
antirez | It is now posible to flush all the previous saving... |
tree | commitdiff |
2012-01-16 |
Salvatore Sanfilippo | Merge pull request #279 from kashif/patch-1 |
tree | commitdiff |
2012-01-16 |
antirez | Don't change the replication state if SLAVE OF is calle... |
tree | commitdiff |
2012-01-16 |
antirez | Obsolete SDS_ABORT_ON_OOM removed from sds.c |
tree | commitdiff |
2012-01-16 |
antirez | sds.c no longe pre-allocate more than 1MB of free space... |
tree | commitdiff |
2012-01-16 |
antirez | added a comment on top of the zslRandomLevel() function |
tree | commitdiff |
2012-01-12 |
antirez | On crash print information about the current client... |
tree | commitdiff |
2012-01-11 |
antirez | error in comment fixed |
tree | commitdiff |
2012-01-10 |
antirez | show GCC version in INFO output. |
tree | commitdiff |
2012-01-07 |
antirez | version bumped to 2.9.3 |
tree | commitdiff |
2011-12-31 |
antirez | Protections against protocol desyncs, leading to infini... |
tree | commitdiff |
2011-12-31 |
antirez | Protocol and I/O related defines moved into a separated... |
tree | commitdiff |
2011-12-31 |
antirez | A few no longer used defines removed from redis.h |
tree | commitdiff |
2011-12-30 |
antirez | Fixed replication when multiple slaves are attaching... |
tree | commitdiff |
2011-12-23 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2011-12-23 |
antirez | Prevent NaN scores in sorted sets resulting from calls... |
tree | commitdiff |
2011-12-21 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2011-12-21 |
antirez | sligthly better AOF related logs |
tree | commitdiff |
2011-12-21 |
antirez | Log when the child rewriting the AOF is killed by stopA... |
tree | commitdiff |
2011-12-21 |
antirez | server.replstate -> server.repl_state |
tree | commitdiff |
2011-12-21 |
antirez | some RDB server struct fields renamed. |
tree | commitdiff |
2011-12-21 |
antirez | more AOF server struct fields renamed. |
tree | commitdiff |
2011-12-21 |
antirez | AOF fileds in the global server state, and define names... |
tree | commitdiff |
2011-12-21 |
antirez | AOF refactoring, now with three states: ON, OFF, WAIT_R... |
tree | commitdiff |
2011-12-21 |
antirez | server.appendonly -> server.aof_state, and many comment... |
tree | commitdiff |
2011-12-20 |
antirez | Do not propagate DEBUG LOADAOF |
tree | commitdiff |
2011-12-20 |
antirez | startAppendOnly() fixed to set server.appendonly to... |
tree | commitdiff |
2011-12-20 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2011-12-19 |
Salvatore Sanfilippo | Merge pull request #258 from miaout17/bugfix-247 |
tree | commitdiff |
2011-12-19 |
BigCat | Fix issue #247 : Accepting non-integer parameters when... |
tree | commitdiff |
2011-12-19 |
antirez | version bumped to 2.9.2 |
tree | commitdiff |
2011-12-19 |
antirez | Fixed memleak in CLIENT INFO, added simple test that... |
tree | commitdiff |
2011-12-18 |
antirez | added assertion in zslInsert() that ensures the inserte... |
tree | commitdiff |
next |