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-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 |
2010-05-14 |
Pieter Noordhuis | split test suite into multiple files; runs redis-server... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | use DEBUG DIGEST in the test instead of a function... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Bruno Deferrari | Don't rely on cliReadReply being able to return on... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Bruno Deferrari | If command is a shutdown, ignore errors on reply |
commit | commitdiff | tree | snapshot |
2010-05-14 |
antirez | DEBUG DIGEST implemented, in order to improve the abili... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ashley Martens | Add SIGTERM shutdown handling. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
antirez | makefile deps updated |
commit | commitdiff | tree | snapshot |
2010-05-13 |
antirez | conflicts resolved |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Pieter Noordhuis | feed SETEX as SET and EXPIREAT to AOF |
commit | commitdiff | tree | snapshot |
2010-05-13 |
antirez | very strong speedup in saving time performance when... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
antirez | include limits.h otherwise no double precison macros |
commit | commitdiff | tree | snapshot |
2010-05-13 |
antirez | explicitly checks with ifdefs if our floating point... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
antirez | Yet another version of the double saving code, with... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
antirez | added overflow check in the double -> long long convers... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
antirez | use withscores when performing the dataset digest |
commit | commitdiff | tree | snapshot |
2010-05-12 |
antirez | If a float can be casted to a long long without roundin... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
antirez | fixed compilation warnings in the AOF sanity check... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
antirez | Merge branch 'vm-speedup' |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Pieter Noordhuis | fix to return error when calling INCR on a non-string... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
antirez | load objects encoded from disk directly without useless... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
antirez | fixed a problem leading to crashes, as keys can't be... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
antirez | long long to string conversion speedup applied in other... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
antirez | hand written code to turn a long long into a string... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
antirez | added specialized function to compare string objects... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
antirez | better use of encoding inforamtion in dictEncObjKeyCompare |
commit | commitdiff | tree | snapshot |
2010-05-10 |
antirez | CONFIG now can change appendfsync policy at run time |
commit | commitdiff | tree | snapshot |
2010-05-10 |
antirez | CONFIG command now supports hot modification of RDB... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
antirez | while loading the rdb file don't add the key to the... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
antirez | Merge branch 'check-aof' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
antirez | minor changes to improve code readability |
commit | commitdiff | tree | snapshot |
2010-05-08 |
antirez | swap objects out directly while loading an RDB file... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | change command names no longer used to zunion/zinter |
commit | commitdiff | tree | snapshot |
2010-05-07 |
antirez | DEBUG POPULATE command for fast creation of test databases |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | update TODO |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | swap arguments in blockClientOnSwappedKeys to be consistent |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | added function that preloads all keys needed to execute... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | add sanity check to zunionInterBlockClientOnSwappedKeys... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | make prototype of custom function to preload keys from... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | extract preloading of multiple keys according to the... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | make append only filename configurable |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Pieter Noordhuis | don't load value from VM for EXISTS |
commit | commitdiff | tree | snapshot |
2010-05-07 |
antirez | swap file name pid expansion removed. Not suited for... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
antirez | Swap file is now locked |
commit | commitdiff | tree | snapshot |
2010-05-06 |
antirez | Merge branch 'master' into aof-speedup |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Pieter Noordhuis | log error and quit when the AOF contains an unfinished... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Pieter Noordhuis | log error and quit when the AOF contains an unfinished... |
commit | commitdiff | tree | snapshot |
next |