2011-07-15 |
antirez | Added a 'runtest' script that is responsible to check...
|
commit | commitdiff | tree |
2011-07-13 |
antirez | top level Makefile now just a proxy. Doing make clean...
|
commit | commitdiff | tree |
2011-07-13 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis into unstable
|
commit | commitdiff | tree |
2011-07-13 |
antirez | Replicate EVALSHA as EVAL taking a dictionary of sha1...
|
commit | commitdiff | tree |
2011-07-13 |
antirez | scripting.txt file removed, content merged into the...
|
commit | commitdiff | tree |
2011-07-13 |
Salvatore Sanfilippo | Merge pull request #69 from AquaGeek/patch-1
|
commit | commitdiff | tree |
2011-07-12 |
antirez | when building redis-server use LINK and not CC as prefix...
|
commit | commitdiff | tree |
2011-07-12 |
antirez | Fix for a typo left after merging.
|
commit | commitdiff | tree |
2011-07-12 |
antirez | master branch merged into scripting.
|
commit | commitdiff | tree |
2011-07-11 |
antirez | solved a slow positive in the slow log test when the...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | fixed another timing issue when running the test over...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis into unstable
|
commit | commitdiff | tree |
2011-07-11 |
antirez | fix a test timing issue when running the test over...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | make test depends on redis-check-aof as well.
|
commit | commitdiff | tree |
2011-07-11 |
antirez | removed --file argument from test invocation inside...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | new test engine valgrind support
|
commit | commitdiff | tree |
2011-07-11 |
antirez | cleanup after test
|
commit | commitdiff | tree |
2011-07-11 |
antirez | --help implemented
|
commit | commitdiff | tree |
2011-07-11 |
antirez | better recap of failed tests.
|
commit | commitdiff | tree |
2011-07-11 |
antirez | initial support for failed tests summary at end of...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | the test runs less iterations of slow tests if no ...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | implemented --single, --list-tests. --accurante and...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | list test further split into smaller units
|
commit | commitdiff | tree |
2011-07-11 |
antirez | list-2 added to the list of tests
|
commit | commitdiff | tree |
2011-07-11 |
antirez | list test split into smaller parts
|
commit | commitdiff | tree |
2011-07-11 |
antirez | use tclsh8.5 not only in which but also in the actual...
|
commit | commitdiff | tree |
2011-07-11 |
antirez | explicitly use tclsh8.5 to run the test
|
commit | commitdiff | tree |
2011-07-10 |
antirez | no longer prints testing... but just shows the test...
|
commit | commitdiff | tree |
2011-07-10 |
antirez | replication test split into three parts in order to...
|
commit | commitdiff | tree |
2011-07-10 |
antirez | display less useless information in parallel test
|
commit | commitdiff | tree |
2011-07-10 |
antirez | some test colorization and some fix
|
commit | commitdiff | tree |
2011-07-10 |
antirez | print execution time of different units at end
|
commit | commitdiff | tree |
2011-07-10 |
antirez | Initial implementation of a client-server parallel...
|
commit | commitdiff | tree |
2011-07-09 |
antirez | The test now gives some more time for Redis to start...
|
commit | commitdiff | tree |
2011-07-08 |
antirez | Take a pointer to the relevant entry of the command...
|
commit | commitdiff | tree |
2011-07-08 |
antirez | Test for regression about: Redis should not try to...
|
commit | commitdiff | tree |
2011-07-07 |
antirez | don't process EXPIRE with negative TTL or EXPIREAT...
|
commit | commitdiff | tree |
2011-07-06 |
antirez | more valgrind friendly test
|
commit | commitdiff | tree |
2011-07-05 |
antirez | Ingore jemalloc make distclean error in Makefile, caused...
|
commit | commitdiff | tree |
2011-07-03 |
antirez | Fixed typo in redis.conf related to slow log parameters
|
commit | commitdiff | tree |
2011-07-02 |
antirez | childrens -> children in INFO output field names. This...
|
commit | commitdiff | tree |
2011-07-02 |
antirez | no more allocation stats info in INFO, useless now...
|
commit | commitdiff | tree |
2011-07-01 |
antirez | Added slowlog.tcl
|
commit | commitdiff | tree |
2011-06-30 |
antirez | SLOWLOG tests
|
commit | commitdiff | tree |
2011-06-30 |
antirez | Added an unique ID field to every slow log entry.
|
commit | commitdiff | tree |
2011-06-30 |
antirez | More redis.conf self-documentation. Now even queries...
|
commit | commitdiff | tree |
2011-06-30 |
antirez | slow log configuration implemented
|
commit | commitdiff | tree |
2011-06-30 |
antirez | hiredis max multi bulk nesting level raised to 7
|
commit | commitdiff | tree |
2011-06-30 |
antirez | DEUBG SLEEP implemented
|
commit | commitdiff | tree |
2011-06-30 |
antirez | First implementation of the slow log feature
|
commit | commitdiff | tree |
2011-06-29 |
antirez | Partial fix for a problem with AOF and BRPOP. We have...
|
commit | commitdiff | tree |
2011-06-25 |
antirez | colorized test output shows scripting tests with X
|
commit | commitdiff | tree |
2011-06-25 |
antirez | unstable merge conflicts resolved
|
commit | commitdiff | tree |
2011-06-25 |
antirez | Merge remote branch 'origin/unstable' into unstable
|
commit | commitdiff | tree |
2011-06-25 |
antirez | diskstore removed
|
commit | commitdiff | tree |
2011-06-24 |
Salvatore Sanfilippo | Merge pull request #63 from djanowski/tcl
|
commit | commitdiff | tree |
2011-06-20 |
antirez | Fix for bug 561 and other related problems
|
commit | commitdiff | tree |
2011-06-20 |
antirez | useless call removed, thanks to Pieter for spotting...
|
commit | commitdiff | tree |
2011-06-20 |
antirez | DB API refactoring. The changes were designed together...
|
commit | commitdiff | tree |
2011-06-20 |
antirez | Makefile deps updated
|
commit | commitdiff | tree |
2011-06-20 |
antirez | It is now possible to build with: make 32bit USE_JEMALLOC=yes
|
commit | commitdiff | tree |
2011-06-20 |
antirez | Added -ldl when linking against jemalloc, needed on...
|
commit | commitdiff | tree |
2011-06-20 |
antirez | Fixed INFO implementation to use the new allocator...
|
commit | commitdiff | tree |
2011-06-20 |
antirez | Makefile modified to build with jemalloc
|
commit | commitdiff | tree |
2011-06-20 |
antirez | ZMALLOC related stuff removed from config.h. They are...
|
commit | commitdiff | tree |
2011-06-20 |
antirez | forward-ported changes in zmalloc.c/h to support jemalloc...
|
commit | commitdiff | tree |
2011-06-20 |
antirez | jemalloc source added
|
commit | commitdiff | tree |
2011-06-17 |
antirez | new INFO filed master_link_down_since_seconds
|
commit | commitdiff | tree |
2011-06-17 |
antirez | Use a safe iterator while saving the DB, since the...
|
commit | commitdiff | tree |
2011-06-14 |
antirez | Updated to unstable
|
commit | commitdiff | tree |
2011-06-14 |
antirez | Fixed init script bug, thanks to Henrik Westphal
|
commit | commitdiff | tree |
2011-06-14 |
antirez | Better init script
|
commit | commitdiff | tree |
2011-06-14 |
Salvatore Sanfilippo | Merge pull request #58 from hampus/fix-autorewrite
|
commit | commitdiff | tree |
2011-06-10 |
antirez | different message on BGREWRITEAOF when it is just scheduled...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | minor code aesthetic change
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Make sure an automatic rewrite only gets triggered...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | CONFIG SET/GET support for new automatic AOF rewrite...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | correctly set AOF base size field in server structure
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Added new INFO fields related to the new AOF auto rewrite...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Fixed bug in AOF rewrite not working because of integer...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | debugging printf removed
|
commit | commitdiff | tree |
2011-06-10 |
antirez | AOF auto rewrite percentage option parsing fixed
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Merge remote branch 'pietern/unstable-bench' into unstable
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Avoid division by zero issues in the automatically...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Merge remote branch 'origin/unstable' into unstable
|
commit | commitdiff | tree |
2011-06-10 |
antirez | automatic AOF rewrite first implementation. Still to...
|
commit | commitdiff | tree |
2011-06-09 |
Salvatore Sanfilippo | Merge pull request #57 from melo/patch-1
|
commit | commitdiff | tree |
2011-06-09 |
antirez | Two fixes for replication: Slave performs the AOF rewrite...
|
commit | commitdiff | tree |
2011-06-08 |
antirez | Better colorized Makefile implementation, inspired...
|
commit | commitdiff | tree |
2011-06-07 |
antirez | Merge branch 'unstable'
|
commit | commitdiff | tree |
2011-06-05 |
antirez | Merge remote branch 'origin/unstable' into unstable
|
commit | commitdiff | tree |
2011-06-05 |
antirez | no more client-libraries directory
|
commit | commitdiff | tree |
2011-06-05 |
antirez | no more html documentation
|
commit | commitdiff | tree |
2011-06-03 |
antirez | touch less pages in decrRefCount
|
commit | commitdiff | tree |
2011-05-31 |
antirez | ZREM tests
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Variadic ZREM
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Fix for the variadic version of SREM. Regression test...
|
commit | commitdiff | tree |
2011-05-31 |
antirez | disabled development test entry, tests moved in the...
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Variadic ZADD tests
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Variadic ZADD
|
commit | commitdiff | tree |
next |