]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-09-22  antirezmake sure to return just 1 for rio.c write when the...
2011-09-22  antirezcomment on top of the _rio structure modified for corre...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-21  Juri M. Vainonenfixed a small bug that caused redis-cli to segfault...
2011-09-21  antirezTODO updated
2011-09-20  antirezTODO updated after moving more things into the github...
2011-09-20  antirezTODO updated
2011-09-20  antirezno longer valid design documents removed
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-20  antirezInclude port number in error when can't bind lisetning...
2011-09-19  antirezFixed comment typo
2011-09-19  antirezComment out things in bio.c that are currently not...
2011-09-19  antirezEmit a log message when AOF fsync is still in progress...
2011-09-16  antirezuse aof_fsync wrapper instead of fsync(2) in bio.c
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezcommenting out aof-race test for now, waiting for a...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezfixed flushAppendOnlyFile() function prototype to refle...
2011-09-16  antirezpostpone the AOF fsync if policy is everysec and there...
2011-09-16  antirezFixed typo preventing compilation
2011-09-16  Pieter NoordhuisFailing test related to AOF rewrite buffers
2011-09-16  Pieter NoordhuisEnforce upper bound for number of requests in redis...
2011-09-16  Pieter NoordhuisFix AOF race that may duplicate commands
2011-09-16  antirezAdded aof_backgronud_fsync() function, and use it in...
2011-09-15  antirezFixed a bug in the average latency metering of redis...
2011-09-15  antirezImplemented --latency in redis-cli
2011-09-15  antirezREDIS_BIO_AOF_FSYNC implemented
2011-09-15  antirezfixed a problem in bioOlderJobType() when there are...
2011-09-15  antirezsome more comment about bio.c design
2011-09-15  antirezRemove backgroud jobs from the queue only when the...
2011-09-15  antirezUse a different thread for every different type of...
2011-09-15  antirezBetter comments for bioWaitPendingJobsLE
2011-09-15  antirezBackground I/O library enhanced so that the main thread...
2011-09-15  antirezTODO updated with 2.6 things
2011-09-14  antirezenable zmalloc thread safety support now that we have...
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-14  antirezOptimize LRANGE to scan the list starting from the...
2011-09-14  antirezDon't replicate/AOF SAVE
2011-09-13  antirezuse bio.c instead of libeio for closing the AOF file...
2011-09-13  Pieter NoordhuisAsynchronously close old file after BGREWRITEAOF
2011-09-13  antireztest background close operation removed
2011-09-13  antirezmake bio_list static as well
2011-09-13  antirezdebug message removed
2011-09-13  antirezuse pthread_cond_signal() to make sure the background...
2011-09-13  antireztypo fixed in bio.c
2011-09-13  antirezRemoved no longer useful fields in the redis server...
2011-09-13  antirezadd background jobs initialization to Redis main init...
2011-09-13  antirezbio.c typos fixes to make it compile
2011-09-13  antirezbio.o added to redis-server objects
2011-09-13  Pieter NoordhuisSpeed up protocol synthesis for AOF
2011-09-13  Pieter NoordhuisRe-use AOF buffer when it is small enough
2011-09-13  Pieter NoordhuisFix indent
2011-09-13  antirezadded a newline for code readability
2011-09-13  Pieter NoordhuisAvoid unnecessary calls to time(3)
2011-09-12  antirezRemove the write handler only if there are no longer...
2011-09-12  antirezregression test for bug 593 added
2011-09-12  antirezfixed typos in the comments of rpoplpushHandlePush()
2011-09-07  Hampus WessmanFix crash when chaining brpoplpush with other blocking...
2011-09-01  Konstantin... Fixed compilation on Mac/PPC
2011-08-26  vamboCorrected typo in documentation for R_Zero, R_PosInf...
2011-08-25  PoincareAdded note about Tcl
2011-08-09  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-08-09  antirezAuto rewrite integer overflow fixed. Thanks to Gaurav...
2011-08-02  Konstantin... [issue 620] don't segfault if number of arguments is...
2011-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-07-28  antirezRegression for a crash with blocking ops and pipelining
2011-07-28  Hampus WessmanFix crash when pipelining several blocking commands.
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-28  antirezMaxmemory test
2011-07-28  antirezfixed assert proc on Redis test
2011-07-27  antirezTODO updated
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-26  Bruce MitchenerSpelling fixes.
2011-07-22  antirezClose the listening sockets. Apparently this allows...
2011-07-22  antirezprepareForShutdown() fixed for correctness regarding...
2011-07-15  antirezmake a scripting test more valgrind friendly
2011-07-15  antireztest that EVALSHA is replicated as EVAL
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-13  Salvatore SanfilippoMerge pull request #69 from AquaGeek/patch-1
2011-07-13  Tyler StrombergMinor spelling fixes
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  antirezsolved a slow positive in the slow log test when the...
2011-07-11  antirezfixed another timing issue when running the test over...
2011-07-11  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-11  antirezfix a test timing issue when running the test over...
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  antireznew test engine valgrind support
next