]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-05-31  Pieter NoordhuisziplistDelete no longer needs a direction now ziplistPr...
2010-05-31  Pieter NoordhuisziplistPrev should return the tail when the argument...
2010-05-30  Pieter Noordhuisfix LREM to remove *all* occurances when a zero argumen...
2010-05-30  Pieter Noordhuisfixed LINDEX to always return bulk response
2010-05-30  Pieter Noordhuisthe tail offset must be an integer pointer to hold...
2010-05-30  Pieter Noordhuisupdate LREM to support dual encoding via extra iteratio...
2010-05-30  Pieter Noordhuissupport dual encoding in LTRIM
2010-05-30  Pieter Noordhuisupdate LRANGE to use basic iteration code to support...
2010-05-30  Pieter Noordhuisinline support for dual encoding in the LINDEX and...
2010-05-29  Pieter Noordhuisgeneric pop and length function for ziplist encoding
2010-05-29  Pieter Noordhuisgeneric push function that supports the dual encoding
2010-05-29  Pieter Noordhuischange delete function to accept a direction argument...
2010-05-29  Pieter Noordhuisexpose extra functionality from ziplist.c
2010-05-29  Pieter Noordhuiscode style consistency fixes
2010-05-29  Pieter NoordhuisziplistIndex now accepts negative indices
2010-05-29  Pieter Noordhuisfix compile warnings
2010-05-29  Pieter Noordhuisuse simpler encoding for the length of the previous...
2010-05-29  Pieter Noordhuisreplace functions to get pointers to head and tail...
2010-05-29  Pieter Noordhuisfunction to insert an element at an arbitrary position...
2010-05-29  Pieter Noordhuisextract a generic delete function that can be used...
2010-05-29  Pieter Noordhuisuse the entry struct in zipRawEntryLength
2010-05-29  Pieter Noordhuisrename argument names to s* to disambiguate from e*
2010-05-29  Pieter Noordhuischange ziplistRepr to use the entry struct
2010-05-29  Pieter Noordhuismodify compare function to check if the encoding is...
2010-05-29  Pieter Noordhuisuse a struct to retrieve all details for an entry
2010-05-29  Pieter Noordhuisinitial implementation for making the ziplist doubly...
2010-05-29  Pieter Noordhuisfix some warnings
2010-05-29  Pieter Noordhuisadd function to retrieve ziplist size in bytes
2010-05-29  Pieter Noordhuisfix compare function of ziplist to only load integer...
2010-05-29  Pieter Noordhuisadd function to retrieve length of ziplist
2010-05-29  Pieter Noordhuisre-introduce ZIP_BIGLEN for clarity
2010-05-29  Pieter Noordhuisadded header ziplist.h
2010-05-29  Pieter Noordhuiscode to compare strings with entries in ziplist, regard...
2010-05-29  Pieter Noordhuisupdated iteration code to work well with different...
2010-05-29  Pieter Noordhuismove code from zip.c to ziplist.c
2010-05-29  Pieter Noordhuispartial revert of c80df5 because ziplist functions...
2010-05-29  Pieter Noordhuisinitial work for integer encoding in ziplists
2010-05-29  Pieter Noordhuismove length housekeeping to a macro
2010-05-29  Pieter Noordhuisallow entries to be deleted in place when iterating...
2010-05-29  Pieter Noordhuisallow pointer to be stored to current element when...
2010-05-29  Pieter Noordhuisrename ziplistDelete to ziplistDeleteRange
2010-05-29  Pieter Noordhuiscode to delete an inner range from the ziplist
2010-05-29  Pieter Noordhuischeck if *value is non-NULL before setting it
2010-05-29  Pieter Noordhuischange iteration code to avoid allocating a new sds...
2010-05-29  Pieter Noordhuiscode to iterate over a ziplist
2010-05-29  Pieter Noordhuisimplementation for a ziplist with push and pop support
2010-05-29  Pieter Noordhuisextracted general methods to zip.c for reuse in other...
2010-05-28  antirezcommand table size calculated with sizeof
2010-05-28  Pieter Noordhuisuse qsort and bsearch to lookup commands in O(log(N...
2010-05-28  antirezMerge branch 'cli-stdin' of git://github.com/pietern...
2010-05-28  antirezFixed ZINCR Nan bugs leading to server crash and added...
2010-05-27  antirezAdded Git sha1 and dirty status in redis-server -v...
2010-05-27  antirezchanged the message in the Makefile with the new comman...
2010-05-27  Vincent PalmerFixed typo.
2010-05-27  antireznew multi/exec tests
2010-05-26  Pieter Noordhuisbuild command outside while loop
2010-05-26  Pieter Noordhuisrequire the flag "-c" to be used for redis-cli to read...
2010-05-26  antirezMerge branch 'master' into nested-multi
2010-05-26  antirezFix EXEC bug that was leaving the client in dirty statu...
2010-05-26  antirezraise error on nested MULTI and WATCH inside multi
2010-05-26  Josiah Carlsonallow regular sets to be passed to zunionstore/zinterstore
2010-05-25  antirezVersion is now 2.1.1
2010-05-25  antirezRENAME is now WATCH-aware
2010-05-25  antirezTODO updated
2010-05-25  antirezWATCH is now able to detect keys removed by FLUSHALL...
2010-05-25  antirezWATCH tests
2010-05-25  antirezminor bug fixed in WATCH
2010-05-25  antirezWATCH for MULTI/EXEC (CAS alike concurrency)
2010-05-25  antirezgitignore updated
2010-05-21  antirezMaster is now already unfreezed, unstable, and ready...
2010-05-21  antirezMerge branch 'solaris' of git://github.com/pietern...
2010-05-21  antirezChangelog updated
2010-05-21  antirezredis version is now 1.3.14 (aka 2.0.0 RC1)
2010-05-21  antirezhtml doc updated
2010-05-21  antirezby default test with valgrind does not show full leak...
2010-05-21  antirezminor fix for the skiplist code, resulting in a false...
2010-05-21  antirezMerge branch 'master' of git@github.com:antirez/redis
2010-05-21  antireztests suite initial support for valgrind, fixed the...
2010-05-21  Pieter Noordhuisinclude solaris fixes in sha1.c
2010-05-20  antirezDon't exit with error in tests temp file cleanup if...
2010-05-20  Pieter Noordhuisfix memory leak on 32-bit builds
2010-05-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-05-20  antirezFix for DEBUG DIGEST
2010-05-20  antirezMerge branch 'test_vm' of git://github.com/pietern...
2010-05-20  Pieter Noordhuiscode to enable running tests with the vm enabled
2010-05-20  antirezminor change to shutdown
2010-05-20  antirezshutdown on SIGTERM
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-20  Pieter Noordhuisfix compile error on solaris
2010-05-20  antirezadded regression for zipmap bug
2010-05-20  Pieter Noordhuisfix lookup of keys with length larger than ZIPMAP_BIGLEN
2010-05-19  antirezTODO updated
2010-05-19  Pieter Noordhuisinitial tests for AOF (and small changes to server...
2010-05-19  Pieter NoordhuisMerge branch 'master' into integration
2010-05-19  antirezFix for 'CONFIG SET appendonly no'
2010-05-19  antirezIt's now possible to turn off and on the AOF via CONFIG
2010-05-18  antirezgit hash 00000000 in reelase.h when git is not found...
2010-05-18  antirezbuild fixed when simpler shells are used to create...
2010-05-18  antirezuse git diff when generating release.h to check for...
2010-05-18  antirezSolaris fixes
next