2010-10-24 |
antirez | synchronous I/O networking functions originally used...
|
commit | commitdiff | tree |
2010-10-22 |
antirez | Make sure to reset the signal handler and deliver again...
|
commit | commitdiff | tree |
2010-10-22 |
Robey Pointer | if server.saveparamslen is not set, don't save the...
|
commit | commitdiff | tree |
2010-10-21 |
antirez | README more specific about tcmalloc space benefits
|
commit | commitdiff | tree |
2010-10-21 |
antirez | Makefile typo fixed for tcmalloc option
|
commit | commitdiff | tree |
2010-10-21 |
antirez | reports if tcmalloc is in used in INFO output
|
commit | commitdiff | tree |
2010-10-21 |
antirez | support for compiling with tcmalloc
|
commit | commitdiff | tree |
2010-10-21 |
antirez | version bumped to 2.1.5
|
commit | commitdiff | tree |
2010-10-15 |
antirez | prevent small integer sharing when maxmemory is active...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | CONFIG RESETSTAT no longer resets the server uptime...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | minor aesthetic change
|
commit | commitdiff | tree |
2010-10-15 |
antirez | added keyspace_hits and keyspace_misses fields in INFO...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | maxmemory-samples implemented in CONFIG command and...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | Don't increment dirty on expireIfNeeded() as natural...
|
commit | commitdiff | tree |
2010-10-14 |
antirez | Merge remote branch 'pietern/ziplist-regression'
|
commit | commitdiff | tree |
2010-10-14 |
antirez | implemented different algorithms for maxmemory
|
commit | commitdiff | tree |
2010-10-14 |
antirez | Object approximated LRU algorithm enhanced / fixed...
|
commit | commitdiff | tree |
2010-10-11 |
antirez | free memory if the maxmemory parameter is reduced via...
|
commit | commitdiff | tree |
2010-10-11 |
antirez | maxmemory fixed, we now try to release memory just...
|
commit | commitdiff | tree |
2010-10-07 |
antirez | fixed an alignment problem with time_t is 32 bit, long...
|
commit | commitdiff | tree |
2010-10-07 |
antirez | minor typo fixed, reported by Thomas Bassetto
|
commit | commitdiff | tree |
2010-09-24 |
antirez | intset stress testing added, ziplist stress testing...
|
commit | commitdiff | tree |
2010-09-24 |
antirez | explicit regression test for a ziplist bug added
|
commit | commitdiff | tree |
2010-09-24 |
antirez | ziplist implementation fuzzy tests
|
commit | commitdiff | tree |
2010-09-23 |
antirez | Merge remote branch 'pietern/ziplist-fix'
|
commit | commitdiff | tree |
2010-09-23 |
antirez | Contributing file added
|
commit | commitdiff | tree |
2010-09-23 |
antirez | more tests for sds.c
|
commit | commitdiff | tree |
2010-09-23 |
antirez | minimal C test framework + a first example sds.c tests
|
commit | commitdiff | tree |
2010-09-22 |
antirez | two leaks fixed
|
commit | commitdiff | tree |
2010-09-22 |
antirez | error generation format reverted to the new style after...
|
commit | commitdiff | tree |
2010-09-22 |
antirez | Merge remote branch 'pietern/zset-mem'
|
commit | commitdiff | tree |
2010-09-22 |
antirez | preventive conflict resolution to merge pietern/zset-mem
|
commit | commitdiff | tree |
2010-09-22 |
antirez | Merge remote branch 'pietern/ziplist-eff'
|
commit | commitdiff | tree |
2010-09-17 |
antirez | new parsing code bugfixing
|
commit | commitdiff | tree |
2010-09-17 |
antirez | try to parse the request in a smarter way to gain speed...
|
commit | commitdiff | tree |
2010-09-16 |
antirez | Added used CPU statistics in INFO output, obtained...
|
commit | commitdiff | tree |
2010-09-16 |
antirez | modified a bit addReply() to play better with copy...
|
commit | commitdiff | tree |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf'
|
commit | commitdiff | tree |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf'
|
commit | commitdiff | tree |
2010-09-15 |
antirez | This should fix Issue 332: when there is a background...
|
commit | commitdiff | tree |
2010-09-14 |
antirez | fixed typo in the latest commit
|
commit | commitdiff | tree |
2010-09-14 |
antirez | Advertise the existence of redis-check dump --fix when...
|
commit | commitdiff | tree |
2010-09-09 |
antirez | redis-cli does no longer try to auto detect if it is...
|
commit | commitdiff | tree |
2010-09-09 |
antirez | Fix for the init script provided with Redis, thanks...
|
commit | commitdiff | tree |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabled...
|
commit | commitdiff | tree |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported...
|
commit | commitdiff | tree |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was...
|
commit | commitdiff | tree |
2010-09-06 |
antirez | Fix for solaris compilation bug Issue 325
|
commit | commitdiff | tree |
2010-09-03 |
antirez | added some comment and changed coding style for fix...
|
commit | commitdiff | tree |
2010-09-02 |
antirez | memory fragmentation reporting in INFO also added for...
|
commit | commitdiff | tree |
2010-08-31 |
antirez | Version is now 2.1.4 -- AKA 2.2-alpha1
|
commit | commitdiff | tree |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300'
|
commit | commitdiff | tree |
2010-08-31 |
antirez | We finally have an half decent README! (Issue 277)
|
commit | commitdiff | tree |
2010-08-31 |
antirez | resolved conflict merging pietern/bpop-timeout
|
commit | commitdiff | tree |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300'
|
commit | commitdiff | tree |
2010-08-31 |
antirez | faster server starting in Redis tests
|
commit | commitdiff | tree |
2010-08-30 |
antirez | BLPOP inside MULTI/EXEC block no longer crashes, instead...
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Now redis-cli replies to help showing some basic usage...
|
commit | commitdiff | tree |
2010-08-30 |
antirez | It is now possible to use authentication and DB selection...
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Fixed MONITOR mode and Issue 296
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Makefile deps updated
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Fix for a race in BGSAVE that may result in some data...
|
commit | commitdiff | tree |
2010-08-27 |
antirez | fix for the prev fix
|
commit | commitdiff | tree |
2010-08-27 |
antirez | Fix for bug 312, yet to verify in a couple of minutes...
|
commit | commitdiff | tree |
2010-08-27 |
antirez | Fixed another instace of the Issue 173
|
commit | commitdiff | tree |
2010-08-27 |
antirez | Fixed segfault in freeMemoryIfNeeded due to the fact...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | intset loading bug fixed
|
commit | commitdiff | tree |
2010-08-26 |
antirez | test for intset integer encodability test and some...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | redis-cli tests commented out since there is a problem...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | SORT stress testing against bigger aggregate values
|
commit | commitdiff | tree |
2010-08-26 |
antirez | Version is now 2.1.3
|
commit | commitdiff | tree |
2010-08-26 |
antirez | Merge remote branch 'pietern/redis-cli-fix'
|
commit | commitdiff | tree |
2010-08-26 |
antirez | forgot the traceleaks var in tests set to 1, reverted...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | fixed a memory leak in the new Set code
|
commit | commitdiff | tree |
2010-08-26 |
antirez | computeObjectSwappability is now able to compute swappabilit...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | removed a duplicated ERRNO checking that is useless...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | Merge remote branch 'pietern/intset-split'
|
commit | commitdiff | tree |
2010-08-24 |
antirez | redis-cli now supports automatically reconnection in...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | Issue 179 fixed, now redis-cli is able to parse correctly...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | The pid file is now created only after the server is...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | slave now detect lost connection during SYNC, fixing...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | slave with attached slaves now close the conection...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | BLPOPping clients are no longer subject to connection...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | added tests for invalid bulk argument
|
commit | commitdiff | tree |
2010-08-24 |
antirez | sanity check for the bulk argument in protocol parsing...
|
commit | commitdiff | tree |
2010-08-24 |
antirez | changed the comments on top of redis-copy.rb to reflect...
|
commit | commitdiff | tree |
2010-08-23 |
antirez | Fixed overflow detection in argument to long convertion...
|
commit | commitdiff | tree |
2010-08-05 |
antirez | redis cli argument splitting is general and is now...
|
commit | commitdiff | tree |
2010-08-03 |
antirez | PERSIST: a fix and some basic test
|
commit | commitdiff | tree |
2010-08-03 |
antirez | PERSIST command implemented
|
commit | commitdiff | tree |
2010-08-03 |
antirez | replication test with expires
|
commit | commitdiff | tree |
2010-08-03 |
antirez | Merge remote branch 'pietern/test-encoding-fix' into...
|
commit | commitdiff | tree |
2010-08-03 |
antirez | no longer passing tests due to the new write-on-volatile...
|
commit | commitdiff | tree |
2010-08-03 |
antirez | allow to set a new EXPIRE of an existing volatile key
|
commit | commitdiff | tree |
2010-08-02 |
antirez | memory leak removed from expire propagation code
|
commit | commitdiff | tree |
2010-08-02 |
antirez | support for write operations against expiring keys...
|
commit | commitdiff | tree |
2010-07-31 |
antirez | Merge remote branch 'pietern/list-test'
|
commit | commitdiff | tree |
2010-07-28 |
antirez | fix of the fix for the replication bug
|
commit | commitdiff | tree |
2010-07-28 |
antirez | Fixed a replication bug in ZINTERSTORE.
|
commit | commitdiff | tree |
2010-07-28 |
antirez | better random dataset creation function in test. master...
|
commit | commitdiff | tree |
next |