2010-05-29 |
Pieter Noordhuis | use a struct to retrieve all details for an entry |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | initial implementation for making the ziplist doubly... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | fix some warnings |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | add function to retrieve ziplist size in bytes |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | fix compare function of ziplist to only load integer... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | add function to retrieve length of ziplist |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | re-introduce ZIP_BIGLEN for clarity |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | added header ziplist.h |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | code to compare strings with entries in ziplist, regard... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | updated iteration code to work well with different... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | move code from zip.c to ziplist.c |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | partial revert of c80df5 because ziplist functions... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | initial work for integer encoding in ziplists |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | move length housekeeping to a macro |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | allow entries to be deleted in place when iterating... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | allow pointer to be stored to current element when... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | rename ziplistDelete to ziplistDeleteRange |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | code to delete an inner range from the ziplist |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | check if *value is non-NULL before setting it |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | change iteration code to avoid allocating a new sds... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | code to iterate over a ziplist |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | implementation for a ziplist with push and pop support |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pieter Noordhuis | extracted general methods to zip.c for reuse in other... |
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-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 |
next |