2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tag memory leak check on kill server as "leaks" |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tag test with sleep() as slow |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | make sure the config it returned when called without... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tag more slow tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | change how arguments are passed from the AOF tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | scope res variable outside test |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tags for existing tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | pass tags to filter and match via arguments |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | basic support to tag tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | changed how server.tcl accepts options to support more... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | removed obsolete code |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | catch exceptions in the server proc, to be able to... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | smarter swapout policy on AOF too |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | better swapout policy while loading RDB file |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | TODO updated with syslog plans for 2.2 |
commit | commitdiff | tree | snapshot |
2010-05-31 |
antirez | Merge branch 'no-appendfsync-on-rewrite' |
commit | commitdiff | tree | snapshot |
2010-05-28 |
antirez | command table size calculated with sizeof |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Pieter Noordhuis | use qsort and bsearch to lookup commands in O(log(N... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
antirez | Merge branch 'cli-stdin' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
antirez | Fixed ZINCR Nan bugs leading to server crash and added... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
antirez | redis.conf new features the new option, a minor typo... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
antirez | don't fsync after a rewrite if appendfsync is set to... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
antirez | added new option no-appendfsync-on-rewrite to avoid... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
antirez | Added Git sha1 and dirty status in redis-server -v... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
antirez | changed the message in the Makefile with the new comman... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Vincent Palmer | Fixed typo. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
antirez | new multi/exec tests |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Pieter Noordhuis | build command outside while loop |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Pieter Noordhuis | require the flag "-c" to be used for redis-cli to read... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
antirez | Merge branch 'master' into nested-multi |
commit | commitdiff | tree | snapshot |
2010-05-26 |
antirez | Fix EXEC bug that was leaving the client in dirty statu... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
antirez | raise error on nested MULTI and WATCH inside multi |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Josiah Carlson | allow regular sets to be passed to zunionstore/zinterstore |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | Version is now 2.1.1 |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | RENAME is now WATCH-aware |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | WATCH is now able to detect keys removed by FLUSHALL... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | WATCH tests |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | minor bug fixed in WATCH |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | WATCH for MULTI/EXEC (CAS alike concurrency) |
commit | commitdiff | tree | snapshot |
2010-05-25 |
antirez | gitignore updated |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | Master is now already unfreezed, unstable, and ready... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | Merge branch 'solaris' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | Changelog updated |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | redis version is now 1.3.14 (aka 2.0.0 RC1) |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | html doc updated |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | by default test with valgrind does not show full leak... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | minor fix for the skiplist code, resulting in a false... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | Merge branch 'master' of git@github.com:antirez/redis |
commit | commitdiff | tree | snapshot |
2010-05-21 |
antirez | tests suite initial support for valgrind, fixed the... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Pieter Noordhuis | include solaris fixes in sha1.c |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | Don't exit with error in tests temp file cleanup if... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Pieter Noordhuis | fix memory leak on 32-bit builds |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | Merge branch 'master' of github.com:antirez/redis |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | Fix for DEBUG DIGEST |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | Merge branch 'test_vm' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Pieter Noordhuis | code to enable running tests with the vm enabled |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | minor change to shutdown |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | shutdown on SIGTERM |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | Merge http://github.com/ngmoco/redis |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Pieter Noordhuis | fix compile error on solaris |
commit | commitdiff | tree | snapshot |
2010-05-20 |
antirez | added regression for zipmap bug |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Pieter Noordhuis | fix lookup of keys with length larger than ZIPMAP_BIGLEN |
commit | commitdiff | tree | snapshot |
2010-05-19 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Pieter Noordhuis | initial tests for AOF (and small changes to server... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Pieter Noordhuis | Merge branch 'master' into integration |
commit | commitdiff | tree | snapshot |
2010-05-19 |
antirez | Fix for 'CONFIG SET appendonly no' |
commit | commitdiff | tree | snapshot |
2010-05-19 |
antirez | It's now possible to turn off and on the AOF via CONFIG |
commit | commitdiff | tree | snapshot |
2010-05-18 |
antirez | git hash 00000000 in reelase.h when git is not found... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
antirez | build fixed when simpler shells are used to create... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
antirez | use git diff when generating release.h to check for... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
antirez | Solaris fixes |
commit | commitdiff | tree | snapshot |
2010-05-17 |
antirez | html doc rebuild |
commit | commitdiff | tree | snapshot |
2010-05-17 |
antirez | buliding of release.h moved into an external script... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Pieter Noordhuis | create release.h in make process and add this informati... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
antirez | Redis version is now 1.3.12 |
commit | commitdiff | tree | snapshot |
2010-05-16 |
antirez | redis version is now 1.3.11 |
commit | commitdiff | tree | snapshot |
2010-05-16 |
antirez | random refactoring and speedups |
commit | commitdiff | tree | snapshot |
2010-05-15 |
antirez | faster INCR with very little efforts... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Pieter Noordhuis | print warnings in redis log when a test raises an excep... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
antirez | Merge branch 'redis-cli-fix' of http://github.com/tizoc... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | added pid info to the check memory leaks test, so that... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | Merge branch 'integration' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | more endianess detection fix for SHA1 |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | fixed a warning seen with some GCC version under Linux |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | initial rough integration test for replication |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | store entire server object on the stack instead of... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | proc to retrieve values from INFO properties |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | one more fix for endianess detection |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | Fixed sha1.c compilation on Linux, due to endianess... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | minor fixes to the new test suite, html doc updated |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | wait for redis-server to be settled and ready for conne... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | fix cleaning up tmp folder |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | update makefile to use the new test suite |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | check for memory leaks before killing a server |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | extract code to kill a server to a separate proc |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | start servers on different ports to prevent conflicts |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Pieter Noordhuis | use DEBUG DIGEST in new test suite |
commit | commitdiff | tree | snapshot |
next |