]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-04-06  Pieter NoordhuisExplicitly zero zval since it is stored on the stack
2011-04-06  Pieter NoordhuisUpdate target encoding for sorted set from rdb
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisTypo
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezmake sure that OBJECT ENCODING returns skiplist for...
2011-04-06  antirezOBJECT command implemented
2011-04-05  antirezbad data on RESTORE can no longer crash the server...
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-31  antirezfixed memory leak introduced with the previous commit...
2011-03-31  antirezFixed issue #503. MONITOR + QUIT could crash the server...
2011-03-30  antirezminor change with no actual effects til the loading...
2011-03-30  antirezcentralized cluster config file name. Assigned slots...
2011-03-30  antirezfix to configuration saving on first start
2011-03-30  antirezcluster configuration saving
2011-03-29  antireztodo list for a first cluster howto guide for early...
2011-03-29  antirezCLUSTER file updated with warning
2011-03-29  antirezCluster branch merged to unstable.
2011-03-29  antirezTODO modified
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-28  antirezPreloading messages log level changed from WARNING...
2011-03-28  antirezfixed a bug in RENAME getKeys() function
2011-03-28  antirezbug fixed in zunionstore specific getKeys() implementation
2011-03-28  antirezFixes to the new preloading / key discovery APIs
2011-03-28  antirezimplemented preload of EXEC using the new getKeys(...
2011-03-23  antirezminor style change
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-22  antirezFixed sdssplitargs() handling of hex-style escapes.
2011-03-22  antirezcommand table altered for the new API to get position...
2011-03-22  Pieter NoordhuisTest that sorted sets are removed when empty
2011-03-21  Pieter NoordhuisRemove sorted set when empty after ZREMRANGEBY*
2011-03-20  antirezsdscatrepr() fixed. Now newlines and other special...
2011-03-15  antirezgitignore updated
2011-03-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
2011-03-14  Pieter NoordhuisTest both sorted set encodings for every test
2011-03-14  Pieter NoordhuisOffset should be size_t
2011-03-14  Pieter NoordhuisRemove unused function
2011-03-11  Pieter NoordhuisTest for empty inner range when looking for elements...
2011-03-11  Pieter NoordhuisMake zzl API unaware of the robj where the ziplist...
2011-03-10  Pieter NoordhuisEncode sorted set after loading from dump
2011-03-10  Pieter NoordhuisConvert encoding of result when in limits
2011-03-10  Pieter NoordhuisRemove comment
2011-03-10  antirezfixed diskstore race condition
2011-03-10  Pieter NoordhuisGeneric iterator code for usage in ZUNIONSTORE/ZINTERSTORE
2011-03-10  Pieter NoordhuisMake zzlLength take a ziplist argument
2011-03-10  Pieter NoordhuisAdd new string to long long function
2011-03-09  antirezencoding agnostic intsets
2011-03-09  antirezziplist are now endianess agnostic
2011-03-09  antirezzipmaps are now endianess agnostic, needed for on disk...
2011-03-09  antirezmemrev variants only doing the work if the target host...
2011-03-09  antirezTODO updated
2011-03-09  antirezEhm... sorry if we don't support PDP endianess
2011-03-09  antirezendianess conversion API, to be applied to specially...
2011-03-09  Pieter NoordhuisFix used function in ZCARD
2011-03-09  Pieter NoordhuisConvert encoding when thresholds overflow
2011-03-09  antirezbyte ordering detection in config.h
2011-03-09  Pieter NoordhuisConfigurable thresholds for encoded sorted sets
2011-03-09  Pieter NoordhuisPersistence code for encoded sorted sets
2011-03-09  Pieter NoordhuisSupport dual encoding for more commands
2011-03-09  Pieter NoordhuisSupport dual encoding for ZRANGEBYSCORE et al
2011-03-09  Pieter NoordhuisHelpers to move around in encoded sorted set
2011-03-09  Pieter NoordhuisSupport dual encoding for ZREMRANGEBYRANK
2011-03-08  Pieter NoordhuisSupport dual encoding for ZRANGE
2011-03-08  Pieter NoordhuisProperly free encoded sorted set
2011-03-08  Pieter NoordhuisLook up and remove elements by range
2011-03-08  Pieter NoordhuisTypo
2011-03-08  Pieter NoordhuisLittle less obfuscation
2011-03-08  Pieter NoordhuisSupport dual encoding in ZREM
2011-03-08  antirezremoved useless call
2011-03-08  Pieter NoordhuisDon't encode element argument when dealing with ziplist
2011-03-08  Pieter NoordhuisInitial work for ziplist backed sorted sets
2011-03-08  Pieter NoordhuisAdd function to create ziplist-backed sorted set
2011-03-08  Pieter NoordhuisFast conversion of double when representable as long...
2011-03-08  antirezsame final call of two if branches moved outside
2011-03-08  antirezuseless function removed
2011-03-08  antirezcomment typo fixed
2011-03-08  Pieter NoordhuisRename zset range functions
2011-03-08  Pieter NoordhuisTest for ranges where min > max
2011-03-08  Pieter NoordhuisCompiler should decide on inlining
2011-03-08  Pieter NoordhuisMove logic concerned with zset ranges
2011-03-08  Pieter NoordhuisUndo rename of function names where something went...
2011-03-07  antirezMerge remote branch 'pietern/unstable-sigs' into unstable
2011-03-06  Pieter NoordhuisShow database number in cli prompt when non-zero
2011-03-06  Pieter NoordhuisStore SELECTed database for reconnect (issue #468)
2011-03-06  Pieter NoordhuisMinor memory leak in redis-cli (issue #464)
2011-03-06  Pieter NoordhuisOnly save history when stdin is a tty (issue #465)
2011-03-06  Pieter NoordhuisSave RDB on SIGTERM (see issue #471)
2011-03-04  antirezpossible fix for a failed assertion introduced with...
2011-03-04  antirezFixed return value of GETRANGE / SUBSTR
2011-03-04  antirezAOF file descriptor leak fixed
2011-03-04  antirezTTL command fixed to work reliably with diskstore
2011-03-04  antirezdebugging message moved from REDIS_WARING to REDIS_DEBUG
2011-03-01  antirezRedis manifesto added
2011-02-28  antirezfix type in rdbSaveKeyValuePair() when saving an intset...
2011-02-28  antirezdirect saving of specially encoded types implemented...
2011-02-28  antirezdefine name typo fixed
2011-02-28  antirezadded new RDB codes for ziplist encoded lists and intse...
2011-02-28  antirezsave ziplist encoded type as a different type id. Done...
2011-02-28  antirezconvert the zipmap into hash in rdb loading if the...
next