]> git.saurik.com Git - redis.git/shortlog
redis.git
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
2010-05-17  antirezhtml doc rebuild
2010-05-17  antirezbuliding of release.h moved into an external script...
2010-05-17  Pieter Noordhuiscreate release.h in make process and add this informati...
2010-05-16  antirezRedis version is now 1.3.12
2010-05-16  antirezredis version is now 1.3.11
2010-05-16  antirezrandom refactoring and speedups
2010-05-15  antirezfaster INCR with very little efforts...
2010-05-15  Pieter Noordhuisprint warnings in redis log when a test raises an excep...
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  antirezadded pid info to the check memory leaks test, so that...
2010-05-14  antirezMerge branch 'integration' of git://github.com/pietern...
2010-05-14  antirezmore endianess detection fix for SHA1
2010-05-14  antirezfixed a warning seen with some GCC version under Linux
2010-05-14  Pieter Noordhuisinitial rough integration test for replication
2010-05-14  Pieter Noordhuisstore entire server object on the stack instead of...
2010-05-14  Pieter Noordhuisproc to retrieve values from INFO properties
2010-05-14  antirezone more fix for endianess detection
2010-05-14  antirezFixed sha1.c compilation on Linux, due to endianess...
2010-05-14  antirezZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
2010-05-14  antirezminor fixes to the new test suite, html doc updated
2010-05-14  Pieter Noordhuiswait for redis-server to be settled and ready for conne...
2010-05-14  Pieter Noordhuisfix cleaning up tmp folder
2010-05-14  Pieter Noordhuisupdate makefile to use the new test suite
2010-05-14  Pieter Noordhuischeck for memory leaks before killing a server
next