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 |
2012-01-04 |
Pieter Noordhuis | Implements ziplistFind |
tree | commitdiff |
2012-01-03 |
Pieter Noordhuis | Encode small hashes with a ziplist |
tree | commitdiff |
2012-01-02 |
Pieter Noordhuis | string2* functions take a const pointer |
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 |
2011-12-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2011-12-16 |
antirez | ae.c: solved a memory leak with no practical effects... |
tree | commitdiff |
2011-12-15 |
antirez | Fix: when aof_write_rewrite is true don't append on... |
tree | commitdiff |
2011-12-15 |
antirez | AOF fixes in the context of replicaiton (when AOF is... |
tree | commitdiff |
2011-12-15 |
antirez | ae_epoll.c typo introduced in the previous commit fixed. |
tree | commitdiff |
2011-12-15 |
antirez | Max limit to 10k clients removed, this implements featu... |
tree | commitdiff |
2011-12-14 |
antirez | List connected slaves with ip,port,state information... |
tree | commitdiff |
2011-12-13 |
antirez | version bumped to 2.9.1 |
tree | commitdiff |
2011-12-13 |
antirez | redis-cli --eval implemented |
tree | commitdiff |
2011-12-13 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2011-12-13 |
antirez | Hash type AOF rewrite using HMSET. |
tree | commitdiff |
2011-12-13 |
antirez | Sorted Set type AOF rewrite using variadic ZADD. |
tree | commitdiff |
2011-12-13 |
antirez | Set type AOF rewrite using variadic SADD. |
tree | commitdiff |
2011-12-13 |
antirez | List type AOF rewrite using variadic RPUSH for the... |
tree | commitdiff |
2011-12-13 |
antirez | Lists AOF rewrite using variadic RPUSH (work in progress) |
tree | commitdiff |
2011-12-07 |
antirez | Fixed a theoretical memory leak with no practical effec... |
tree | commitdiff |
2011-12-01 |
antirez | Fixed SORT bugs (issue #224) with regression tests. |
tree | commitdiff |
2011-12-01 |
antirez | usage information updated to reflect the new way to... |
tree | commitdiff |
2011-12-01 |
antirez | Even when loglevel is warning the server should log... |
tree | commitdiff |
2011-12-01 |
antirez | Support for command line configuration options for... |
tree | commitdiff |
2011-12-01 |
antirez | -h is now alias for --help when running redis-server. |
tree | commitdiff |
2011-12-01 |
antirez | I like when main() is the last function in the file. |
tree | commitdiff |
2011-11-30 |
antirez | Replication bug fixed: now non blocking connect is... |
tree | commitdiff |
2011-11-30 |
antirez | default log level is now notice. |
tree | commitdiff |
2011-11-28 |
antirez | show initial querybuf bytes on querybuf overflow. |
tree | commitdiff |
2011-11-28 |
antirez | two new AOF related INFO fields that can be interesting... |
tree | commitdiff |
2011-11-25 |
Salvatore Sanfilippo | Merge pull request #208 from jbergstroem/jemalloc-2.2.5 |
tree | commitdiff |
2011-11-25 |
antirez | log client protocol errors for log level >= verbose |
tree | commitdiff |
2011-11-25 |
Salvatore Sanfilippo | Merge pull request #209 from woowenjie/unstable |
tree | commitdiff |
2011-11-25 |
woowenjie | clean REDIS_DIRTY_CAS when discard Command runs. otherw... |
tree | commitdiff |
2011-11-24 |
antirez | better bug report info on crash |
tree | commitdiff |
2011-11-24 |
antirez | minor refactoring to networking.c adding a separated... |
tree | commitdiff |
2011-11-24 |
antirez | last executed command in CLIENT LIST output. |
tree | commitdiff |
2011-11-23 |
antirez | new counter in INFO output: rejected_connections with... |
tree | commitdiff |
2011-11-22 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2011-11-22 |
antirez | More fixes in the Redis command table, to make sure... |
tree | commitdiff |
2011-11-22 |
Salvatore Sanfilippo | Merge pull request #199 from jerem/patch-1 |
tree | commitdiff |
2011-11-22 |
antirez | Fixed command table for SETEX and PSETEX causing the... |
tree | commitdiff |
2011-11-22 |
antirez | comment describing the Redis command table enhanced |
tree | commitdiff |
2011-11-21 |
antirez | Fixed bug in getClientInfoString() that was not renderi... |
tree | commitdiff |
2011-11-21 |
antirez | Close client connection and log the event when the... |
tree | commitdiff |
2011-11-21 |
antirez | show active events in client file descriptor in CLIENT... |
tree | commitdiff |
2011-11-21 |
antirez | new ae.c API to get current events by file descriptor. |
tree | commitdiff |
next |