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 |
2010-07-27 |
antirez | fixed a ziplist bug about encoding of integer values...
|
commit | commitdiff | tree |
2010-07-27 |
antirez | removed test code having bad effects...
|
commit | commitdiff | tree |
2010-07-27 |
antirez | Consistency test improved
|
commit | commitdiff | tree |
2010-07-27 |
antirez | malloc definition with deprecated attribute was duplicated...
|
commit | commitdiff | tree |
2010-07-27 |
antirez | STRLEN command implemented
|
commit | commitdiff | tree |
2010-07-27 |
antirez | hash table example commented out in dict.c
|
commit | commitdiff | tree |
2010-07-27 |
antirez | use the function deprecated attribute if compiling...
|
commit | commitdiff | tree |
2010-07-22 |
antirez | don't open/close log file if log level is not matched
|
commit | commitdiff | tree |
2010-07-22 |
antirez | defensive programming: set o->ptr to NULL before freeing...
|
commit | commitdiff | tree |
2010-07-22 |
antirez | other shared objects where created in the I/O thread...
|
commit | commitdiff | tree |
2010-07-22 |
antirez | minor typo fixed in a comment
|
commit | commitdiff | tree |
2010-07-22 |
antirez | don't use object sharing inside I/O threads, as a fix...
|
commit | commitdiff | tree |
2010-07-21 |
antirez | vm_blocked_clients count fixed in INFO, thanks to Pietern...
|
commit | commitdiff | tree |
2010-07-16 |
antirez | TODO list modified, trivial change to source code
|
commit | commitdiff | tree |
2010-07-12 |
antirez | WATCH is now affected only when write commands actually...
|
commit | commitdiff | tree |
2010-07-09 |
antirez | fmacro included in linenoise.c
|
commit | commitdiff | tree |
2010-07-07 |
antirez | redis-cli history saved across sessions
|
commit | commitdiff | tree |
2010-07-06 |
antirez | redis-cli is now able to report version information...
|
commit | commitdiff | tree |
2010-07-06 |
antirez | Make install fixed using a dummy taget
|
commit | commitdiff | tree |
2010-07-06 |
antirez | make install target, finally ;)
|
commit | commitdiff | tree |
2010-07-06 |
antirez | top level Makefile added, so you do not need to cd src
|
commit | commitdiff | tree |
2010-07-06 |
antirez | improved random dataset creation in test: del, sunionstore...
|
commit | commitdiff | tree |
2010-07-06 |
antirez | First implementation of a replication consistency test
|
commit | commitdiff | tree |
2010-07-05 |
antirez | INSTALL file added BETATESTING.txt removed
|
commit | commitdiff | tree |
2010-07-05 |
antirez | Fixed compilation on *BSD systems
|
commit | commitdiff | tree |
2010-07-05 |
antirez | Fixed a crash loading the AOF file containing MULTI...
|
commit | commitdiff | tree |
2010-07-05 |
antirez | WATCH will now consider touched keys target of EXPIRE...
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Fixed MONITOR output for consistency: now integer encoded...
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Fix the AOF fix of the latest commit ;)
|
commit | commitdiff | tree |
2010-07-01 |
antirez | fixed error code checking for *write operations and...
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Merged with split
|
commit | commitdiff | tree |
2010-07-01 |
antirez | minor aesthetic change
|
commit | commitdiff | tree |
2010-07-01 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Version is now 2.1.2
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Make log target fixed
|
commit | commitdiff | tree |
2010-07-01 |
antirez | gitignore modified
|
commit | commitdiff | tree |
2010-07-01 |
antirez | redis.c split into many different C files.
|
commit | commitdiff | tree |
2010-06-24 |
antirez | Merge remote branch 'pietern/zfixes'
|
commit | commitdiff | tree |
2010-06-14 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-06-14 |
antirez | Merge branch 'ltrim-tests' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-06-14 |
antirez | allow running the test suite against an external Redis...
|
commit | commitdiff | tree |
2010-06-13 |
antirez | Fixed deps in makefile and mkreleasehdr.sh script to...
|
commit | commitdiff | tree |
2010-06-13 |
antirez | hopefully faster recompiling with a trick
|
commit | commitdiff | tree |
2010-06-13 |
antirez | fixed a bug in rdbLoadObject abount specially encoded...
|
commit | commitdiff | tree |
2010-06-12 |
antirez | Merge branch 'expire' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-11 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-07 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-06-07 |
antirez | encode integers while loading an hash
|
commit | commitdiff | tree |
2010-06-05 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-04 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-06-04 |
antirez | DISCSARD now unwatches all keys, as it should
|
commit | commitdiff | tree |
2010-06-04 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-04 |
antirez | Merge branch 'smallkeys'
|
commit | commitdiff | tree |
2010-06-03 |
antirez | test restored
|
commit | commitdiff | tree |
2010-06-03 |
antirez | memory leak introduced in the latest big changes fixed
|
commit | commitdiff | tree |
2010-06-03 |
antirez | Fixed VM bugs introduced with the top level keys as...
|
commit | commitdiff | tree |
2010-06-03 |
antirez | top level keys are no longer redis objects but sds...
|
commit | commitdiff | tree |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-06-02 |
antirez | Merge branch 'master' into smallkeys
|
commit | commitdiff | tree |
2010-06-02 |
antirez | smarter swapout policy on AOF too
|
commit | commitdiff | tree |
2010-06-02 |
antirez | better swapout policy while loading RDB file
|
commit | commitdiff | tree |
2010-06-02 |
antirez | minor code comment change
|
commit | commitdiff | tree |
2010-06-01 |
antirez | minor code movements and free object pull restored...
|
commit | commitdiff | tree |
2010-06-01 |
antirez | TODO updated with syslog plans for 2.2
|
commit | commitdiff | tree |
2010-06-01 |
antirez | Debug message was printing stuff that are sometimes...
|
commit | commitdiff | tree |
2010-06-01 |
antirez | Merge branch 'smallkeys' of github.com:antirez/redis...
|
commit | commitdiff | tree |
2010-06-01 |
antirez | fixed a few comments
|
commit | commitdiff | tree |
2010-05-31 |
antirez | first step of VM rewrite. blocking VM tests passing...
|
commit | commitdiff | tree |
next |