]> git.saurik.com Git - redis.git/shortlog
redis.git
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
2010-12-09  Jonah H. Harrissyslog support
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-12-09  antirezCOW friendly versions of SPOP and SRANDMEMBER commands...
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-12-06  Pieter NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisFix case and indent
2010-12-06  Pieter NoordhuisCheck other blocked clients when value could not be...
2010-12-06  Pieter NoordhuisMove code for pushing on a (blocking) RPOPLPUSH
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMove timeout logic
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-12-01  antirezadded support for ctrl-l and clear command into redis...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-30  Michel Martens... Fix BRPOPLPUSH behavior for all use cases.
2010-11-30  Damian Janowski... Adhere to conventions.
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Remove warning.
2010-11-30  Damian Janowski... Handle BRPOPLPUSH inside a transaction.
2010-11-30  Damian Janowski... Refactor code for BRPOPLPUSH.
2010-11-30  Damian Janowski... Move to struct.
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-29  Pieter NoordhuisMinor update to linenoise
2010-11-29  Pieter NoordhuisRefactor and support help for command names with spaces
next