]> git.saurik.com Git - redis.git/history - src
Merge pull request #199 from jerem/patch-1
[redis.git] / src /
2011-11-22  Salvatore SanfilippoMerge pull request #199 from jerem/patch-1
2011-11-22  antirezFixed command table for SETEX and PSETEX causing the...
2011-11-22  antirezcomment describing the Redis command table enhanced
2011-11-21  antirezFixed bug in getClientInfoString() that was not renderi...
2011-11-21  antirezClose client connection and log the event when the...
2011-11-21  antirezshow active events in client file descriptor in CLIENT...
2011-11-21  antireznew ae.c API to get current events by file descriptor.
2011-11-21  antirezadded output list and buffer length, query buffer size...
2011-11-21  antirezcode generating the CLIENT LIST output refactored to...
2011-11-21  antirezAdded sdscatsds() to sds.c/h
2011-11-21  antirezFixed a comment typo in the command table.
2011-11-18  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-18  antirezprevent (more) commands from Lua scripts
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  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
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 implemented
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
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  antirezFixed issues with expire introduced with latest millise...
2011-11-11  antirezset default client timeout to zero inside redis.h as...
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  antirezredis-benchmark: ability to run selected tests. Better...
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-11-01  Jason DaviesFix minor typos.
2011-10-31  antirezremoved the vmpointer structure that is no longer user...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirez1fe4cd5
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  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  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-19  antirezJSON support for Lua scripting, based on work from...
2011-10-18  Salvatore SanfilippoMerge pull request #146 from smly/fixed-redis-check...
2011-10-18  smlyFixed a small memory leak I found with valgrind
2011-10-18  antirezReturn from syncWithMaster() ASAP if the event fired...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-17  antirezMIGRATE +NOKEY error was missing the final CRLF causing...
2011-10-17  antirezFixed a typo causing segfault on MIGRATE
2011-10-17  antirezFLUSHALL now prevents rdbSave() from resetting the...
2011-10-17  antirezFLUSHALL will only perform a blocking SAVE if RDB persi...
2011-10-14  antirezExit with Fatal error at startup if the RDB file signat...
next