]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-11-18  antirezNew script timeout semantics and SCRIPT KILL implemente...
2011-11-16  Salvatore SanfilippoMerge pull request #193 from lamby/sparc-crash
2011-11-16  Chris LambFix crash on SPARC due to improper alignment of allocat...
2011-11-16  Pieter NoordhuisDon't force rebuild when params didn't change
2011-11-16  antirezmore valgrind (and other archs) friendly testing of...
2011-11-16  antirezvalgrind handles floating point numbers differently...
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Pieter NoordhuisUpdate README on allocators
2011-11-15  Pieter NoordhuisRebuild source when allocator changes
2011-11-15  Pieter NoordhuisRebuild deps/ and src/ when ARCH changes
2011-11-15  Pieter NoordhuisUse CCLINK as last argument
2011-11-15  Pieter NoordhuisCCLINK already includes ALLOC_LINK
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-15  antirezHINCRBYFLOAT tests
2011-11-15  antirezHINCRBYFLOAT implemented
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-14  antireztest for the new more strict behavior about number...
2011-11-14  antirezINCRBYFLOAT tests
2011-11-14  antirezstring to number API is now more strict not accepting...
2011-11-14  antirezrewrite INCRBYFLOAT as SETs for AOF/replication
2011-11-12  antirezINCRBYFLOAT implementation
2011-11-12  antirezAdded test to make sure Redis evicts expired keys activ...
2011-11-12  antirezFixed issues with expire introduced with latest millise...
2011-11-11  antirezset default client timeout to zero inside redis.h as...
2011-11-11  antireznew tests for EXPIRE family functions, new millisecond...
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-10  Dave HooverFixing inject: it was failing when there was 1 or ...
2011-11-09  antirezFixed a few typos
2011-11-09  antirezFixed bug breaking rdbSaveMillisecondTime() in 32 bit...
2011-11-09  antirezTTL, EXPIRE and EXPIREAT now support the milliseconds...
2011-11-09  antirezuse "EXPIREAT ... ms" form when rewriting the AOF
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-11-09  antirezdict set/get macros for integers fixed.
2011-11-08  antirezadded mstime() to get UNIX time in milliseconds.
2011-11-08  antirezdict.c: added macros to get signed/unsigned integer...
2011-11-08  antirez32bit build fixed, broken by a previous commit fixing...
2011-11-08  antirezdict.c: added macros in dict.h to set signed and unsign...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-11-08  antirezdict.c: added two lower level methods for directly...
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-08  antirezuseless double if removed.
2011-11-08  antirezyet another #if REDIS_MBULK_BIG_ARG removed.
2011-11-08  antirezMulti bulk optimization for creating big objects withou...
2011-11-08  antirezhiredis/redis changes for speed with big payloads:...
2011-11-07  antirezspeed-regression.tcl: command line options to select...
2011-11-07  antirezspeed-regression.tcl: move tests, data size, requests...
2011-11-07  antirezspeed-regression.tcl script: killing previously tested...
2011-11-07  antirezspeed-regression.tcl script: obtain test names dynamically.
2011-11-07  antirezredis-benchmark: ability to run selected tests. Better...
2011-11-04  antirezfirst version of the speed regression test
2011-11-04  antirezcsv output for redis-benchmark
2011-11-04  antirezPING / MSET benchmarks enabled again.
2011-11-04  antirezA comment moved a few lines for clarity.
2011-11-04  antirezAdded a define to set the size threshold to enable...
2011-11-03  antirezfurther optimizations for the multi bulk protocol parsi...
2011-11-02  antirezoptimized object creation in multi-bulk protocol parsing
2011-11-02  antirezsdsIncrLen() / sdsMakeRoomFor() used to avoid copying...
2011-11-02  antireztesthelp.h now exits with retcode 1 on failed tests.
2011-11-02  antirezI/O buffer length enlarged
2011-11-02  antirezsdsMakeRoomFor() exposed as public API. sdsIncrLen...
2011-11-02  antirezadded a comment to sdsMakeRoomFor() to make it clear...
2011-11-02  antirezadded an union in the dict.h structure to store 64...
2011-10-31  antirezScript max execution time test disabled for now since...
2011-10-31  antirezremoved the vmpointer structure that is no longer user...
2011-10-31  antirezuse timeout 0 by default, as this is a common source...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirezadded more clarifications in redis.conf about ther...
2011-10-31  antirez1fe4cd5
2011-10-31  Herbert G.... fixed typo in comments
2011-10-31  antirez7c6da73
2011-10-31  antirezmaxclients configuration is now implemented dealing...
2011-10-31  antirezIt is now possible to disable password authentication...
2011-10-30  Ben Noordhuisbuild: fix sunos build, compile lua with __C99FEATURES__=1
2011-10-28  antirezFixed a memory leak in redis-cli.c
2011-10-28  antirezsds.c single quotes support
2011-10-27  antirezuse the more generic -BUSY error for idle scripts
2011-10-27  antirezIf a Lua script executes for more time than the max...
2011-10-26  Nathan FloreaSet errno to 0 before calling strtol.
2011-10-26  antirezClear the AOF rewrite scheduled flag once an AOF rewrit...
2011-10-25  antirezDon't timeout scripts if the instance is a slave.
2011-10-25  antirezSCRIPT LOAD now returns the SHA1 instead of +OK
2011-10-25  antirezLau scripts default max execution time set to 5 seconds.
2011-10-25  antirezFixes for the scripting refactoring and new commands...
2011-10-25  antirezSCRIPT LOAD implemented, scripting eval command refacto...
2011-10-24  antirezSCRIPT command for introspection and control of the...
2011-10-23  antirezBetter installation info inside README file.
2011-10-23  antirezremoved a few entries for gitignore
2011-10-23  antirezFixed a few warnings compiling on Linux.
2011-10-23  antirezA past commit removed the inclusion of redis.h from...
2011-10-20  antirezRedis.call is now split into two variants of the same...
2011-10-20  antirezMerge branch 'unstable' of github.com:/antirez/redis...
2011-10-20  antirezuse signalModifiedKey to set the key as dirty in the...
2011-10-20  Salvatore SanfilippoMerge pull request #147 from janoberst/unstable
2011-10-19  antirezLua cjson include paths now use the local includes.
2011-10-19  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-19  antirezJSON support for Lua scripting, based on work from...
2011-10-18  Jan OberstSwitched issues URL to Github in BUGS
2011-10-18  Jan OberstActually let's just cpy over the README from stable...
2011-10-18  Jan OberstCleaned up redis root directory and changed links for...
2011-10-18  Salvatore SanfilippoMerge pull request #146 from smly/fixed-redis-check...
next