]> git.saurik.com Git - redis.git/history - src
Fix adding bulk reply when getcwd fails
[redis.git] / src /
2011-07-27  Pieter NoordhuisFix adding bulk reply when getcwd fails
2011-07-27  Pieter NoordhuisWait for Lua to be built before linking redis-server
2011-07-27  Pieter NoordhuisHDEL: Abort deleting fields when hash is removed
2011-07-22  antirezClose the listening sockets. Apparently this allows...
2011-07-22  antirezprepareForShutdown() fixed for correctness regarding...
2011-07-15  antirezAdded a 'runtest' script that is responsible to check...
2011-07-13  antireztop level Makefile now just a proxy. Doing make clean...
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-13  antirezscripting.txt file removed, content merged into the...
2011-07-12  antirezwhen building redis-server use LINK and not CC as prefi...
2011-07-12  antirezFix for a typo left after merging.
2011-07-12  antirezmaster branch merged into scripting.
2011-07-11  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-11  antirezmake test depends on redis-check-aof as well.
2011-07-11  antirezremoved --file argument from test invocation inside...
2011-07-11  antirezuse tclsh8.5 not only in which but also in the actual...
2011-07-11  antirezexplicitly use tclsh8.5 to run the test
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-07-07  antirezdon't process EXPIRE with negative TTL or EXPIREAT...
2011-07-07  Hampus WessmanDon't expire keys while loading AOF.
2011-07-06  antirezmore valgrind friendly test
2011-07-02  antirezchildrens -> children in INFO output field names. This...
2011-07-02  antirezno more allocation stats info in INFO, useless now...
2011-06-30  antirezAdded an unique ID field to every slow log entry.
2011-06-30  antirezMore redis.conf self-documentation. Now even queries...
2011-06-30  antirezslow log configuration implemented
2011-06-30  antirezDEUBG SLEEP implemented
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-29  antirezPartial fix for a problem with AOF and BRPOP. We have...
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-24  Damian JanowskiAvoid bug reports when Tcl is not installed.
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-20  antirezuseless call removed, thanks to Pieter for spotting...
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-06-20  antirezMakefile deps updated
2011-06-20  antirezIt is now possible to build with: make 32bit USE_JEMALL...
2011-06-20  antirezAdded -ldl when linking against jemalloc, needed on...
2011-06-20  antirezFixed INFO implementation to use the new allocator...
2011-06-20  antirezMakefile modified to build with jemalloc
2011-06-20  antirezZMALLOC related stuff removed from config.h. They are...
2011-06-20  antirezforward-ported changes in zmalloc.c/h to support jemall...
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-17  antirezUse a safe iterator while saving the DB, since the...
2011-06-14  antirezUpdated to unstable
2011-06-14  Salvatore SanfilippoMerge pull request #58 from hampus/fix-autorewrite
2011-06-12  Hampus WessmanFix automatic rewrite starting too early.
2011-06-10  antirezdifferent message on BGREWRITEAOF when it is just sched...
2011-06-10  antirezminor code aesthetic change
2011-06-10  antirezMake sure an automatic rewrite only gets triggered...
2011-06-10  antirezCONFIG SET/GET support for new automatic AOF rewrite...
2011-06-10  antirezcorrectly set AOF base size field in server structure
2011-06-10  antirezAdded new INFO fields related to the new AOF auto rewri...
2011-06-10  antirezFixed bug in AOF rewrite not working because of integer...
2011-06-10  antirezdebugging printf removed
2011-06-10  antirezAOF auto rewrite percentage option parsing fixed
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezAvoid division by zero issues in the automatically...
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-09  Hampus WessmanFix Makefile colors.
2011-06-09  antirezTwo fixes for replication: Slave performs the AOF rewri...
2011-06-08  antirezBetter colorized Makefile implementation, inspired...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-03  antireztouch less pages in decrRefCount
2011-06-01  Pieter NoordhuisThere is no debug mode in benchmark tool
2011-06-01  Pieter NoordhuisProvide custom command to benchmark against via args
2011-06-01  Pieter NoordhuisMore const's in redis-benchmark.c
2011-05-31  antirezVariadic ZREM
2011-05-31  antirezFix for the variadic version of SREM. Regression test...
2011-05-31  antirezVariadic ZADD
2011-05-30  Pieter NoordhuisMake replication faster (biggest gain for small number...
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-28  antirezredis-cli: -i (interval) implemented, to wait the speci...
2011-05-28  antirezredis-cli: Use the repetiton prefix after a reconnection.
2011-05-28  antirezredis-cli in REPL mode is now able to send the same...
2011-05-28  antirezredis-cli no longer aborts in repl-mode on error, and...
2011-05-25  antirezMerge branch 'unstable'
2011-05-25  antirezMake sure error and status replies emitted by Lua scrip...
2011-05-25  antirezFix for wrong error level detection in redis.log()
2011-05-25  antirezAll commands exported by Redis to Lua scripts are now...
2011-05-25  antirezEVALSHA implemented
2011-05-25  antirezNow it is possible to return multi bulks of multi bulks...
2011-05-25  antirezfor performance reasons only set the debug hook if...
2011-05-25  antirezLua max exec time fixes: redisLog() to log the event...
2011-05-25  antirezcall the Lua hook with minor frequency. It is already...
2011-05-25  antirezLua scripts max execution time
2011-05-25  antirezLua memory usage in INFO
2011-05-25  antirezcall lua_gc() for incremental garbage collection. Likel...
2011-05-25  antirezLua scripting: Honor SELECT command in both ways
2011-05-25  antirezFixed a problem in the script engine that crashed the...
2011-05-25  antirezStatus replies converted in a special way like errors...
2011-05-25  antirezScripting doc updated
2011-05-25  antirezEval command table fixed to return the keys arguments...
2011-05-25  antirezTODO updated
next