]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-02  antirezfixed cache-flush-delay configuration parsing
2011-01-02  antirezfixed a bug in diskstore
2011-01-02  antirezdiskstore race condition fixed
2011-01-01  antirezminor comment change of dscache.c
2011-01-01  antirezblocking load fixed with the new design
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antirezminor changes to doc and comments
2010-12-31  antireznegative caching implemented
2010-12-31  antirezdon't overload the IO job queue if there are alrady...
2010-12-31  antirezmajor bug and a dead lock fixed
2010-12-31  antirezbrainstorming with myself in dscache.c comments
2010-12-30  antirezblocking load of keys on lookup -- nor tested, nor...
2010-12-30  antirezshort but important comment added
2010-12-30  antirezhandled DEL command as a special optimized case for...
2010-12-30  antirezdiskstore cache bug fixing
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezfixed bugs on diskstore cache
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antireznew gitingore
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-29  antirezversion set to 2.3.0
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-29  antirezimplemented complete job handling
2010-12-29  antirezstill more work for diskstore
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antirezremoved parts of VM that probably will be of no use...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-26  antirezadded diskstore.c, currently just a stub
2010-12-20  antirezadded mkrelease.sh script into utils. gitignore modifie...
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-20  antirezTODO udpated
2010-12-19  antirezhelp.h updated
2010-12-19  antirezremoved some dead code, added evicted keys counter...
2010-12-19  antirezoverflow detection in INCR family functions
2010-12-15  antirezhelp.h updated
2010-12-15  antirezadded the mandatory Cheers in the release notes
2010-12-15  antirezrelease notes, info on 2.0 compatibility
2010-12-15  antirezadded more info in the release notes
2010-12-15  antirezremoved a line from release notes that was not true...
2010-12-15  antireztypo fixed
2010-12-15  antirezrelease notes added
2010-12-15  antirezbulk transfers limited to 512 MB as this is the new...
2010-12-15  antirezMerge remote branch 'pietern/cli'
2010-12-15  Pieter NoordhuisSpecify multi-bulk delimiter via options
2010-12-15  antirezadded new HTML doc pages
2010-12-15  Pieter NoordhuisImproved raw output mode
2010-12-15  antirezHTML doc updated
2010-12-15  antirezversion bumped to 2.1.8
2010-12-15  Pieter NoordhuisMake redis-cli help a little better
2010-12-15  Pieter NoordhuisShow redis-cli version with repository information...
2010-12-15  Pieter NoordhuisMinor changes to Makefile
2010-12-15  antirezMerge remote branch 'pietern/string-patches'
2010-12-15  Pieter NoordhuisUpdate tests for STRLEN
2010-12-15  Pieter NoordhuisUse helper function for string object length
2010-12-15  Pieter NoordhuisUse helper functions in APPEND
2010-12-15  Pieter NoordhuisDisable negative offsets for SETRANGE
2010-12-15  Pieter NoordhuisAdd fuzzy test for SETBIT
2010-12-15  antirezfixed test rendering when test failed in non verbose...
2010-12-15  antirezprint test names inline in the non verbose output mode
2010-12-15  antirezcolorized make test output when the verbose output...
2010-12-14  Pieter NoordhuisMake SETBIT return original bit value
2010-12-14  antirezspecial encoding limits redefined, and all the config...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezremoved a test that will never be true fixing the compi...
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  Pieter NoordhuisZero-pad timestamps in MONITOR output
2010-12-14  antirezinitialized a few vars just to avoid warnings, not...
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  Pieter NoordhuisAdd test cases for GETRANGE against integer-encoded...
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-14  Pieter NoordhuisDon't decode object on STRLEN when not necessary
2010-12-10  antirezLinenoise updated to latest version
2010-12-10  antirezpreviouse INCR implementation restored, was actually...
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezdont take the fast path for INCR if the resulting integ...
2010-12-10  antirezfaster INCR doing far less allocation in common cases
2010-12-10  Pieter NoordhuisBe less verbose in testing; improve error handling
2010-12-10  antirezfixed compilation on Linux
2010-12-10  antirezcommand line option in test suite to activate valgrind...
2010-12-10  antirezvalgrind suppression file added
2010-12-10  antirezHGET HMGET are now COW friendly, plus API refactoring...
2010-12-10  Pieter NoordhuisChange function name to match what it does
2010-12-10  Pieter NoordhuisTypo
2010-12-10  Pieter NoordhuisAdd generic function to grow an sds value
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-12-09  Jonah H. Harrisremoved dup syslog-ident conditional
2010-12-09  Pieter NoordhuisEnforce maximum string value length of 512MB
next