]> git.saurik.com Git - redis.git/history - src/aof.c
Whitespace
[redis.git] / src / aof.c
2012-04-08  antirezFor coverage testing use exit() instead of _exit()...
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-10  antirezAdded a top-function comment to rioWriteHashIteratorCur...
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-24  antirezlenght -> length
2012-01-23  antirezImplementation of the internals that make possible...
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-17  antirezTrack the length of the client pending output buffers...
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezsligthly better AOF related logs
2011-12-21  antirezLog when the child rewriting the AOF is killed by stopA...
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezmore AOF server struct fields renamed.
2011-12-21  antirezAOF fileds in the global server state, and define names...
2011-12-21  antirezAOF refactoring, now with three states: ON, OFF, WAIT_R...
2011-12-20  antirezstartAppendOnly() fixed to set server.appendonly to...
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-15  antirezFix: when aof_write_rewrite is true don't append on...
2011-12-15  antirezAOF fixes in the context of replicaiton (when AOF is...
2011-12-13  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-13  antirezHash type AOF rewrite using HMSET.
2011-12-13  antirezSorted Set type AOF rewrite using variadic ZADD.
2011-12-13  antirezSet type AOF rewrite using variadic SADD.
2011-12-13  antirezList type AOF rewrite using variadic RPUSH for the...
2011-12-13  antirezLists AOF rewrite using variadic RPUSH (work in progress)
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-12  antirezFixed issues with expire introduced with latest millise...
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-09  antirezuse "EXPIREAT ... ms" form when rewriting the AOF
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-26  antirezClear the AOF rewrite scheduled flag once an AOF rewrit...
2011-10-08  antireznot used parameter for redisLog() removed. Error messag...
2011-09-22  antirezrioInitWithFile nad rioInitWithBuffer functions now...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
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-19  antirezFixed comment typo
2011-09-19  antirezEmit a log message when AOF fsync is still in progress...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezpostpone the AOF fsync if policy is everysec and there...
2011-09-16  antirezFixed typo preventing compilation
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  antirezUse a different thread for every different type of...
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
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  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  Pieter NoordhuisAvoid unnecessary calls to time(3)
2011-08-02  Konstantin Merenkov[issue 620] don't segfault if number of arguments is...
2011-07-12  antirezmaster branch merged into scripting.
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-17  antirezUse a safe iterator while saving the DB, since the...
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezdifferent message on BGREWRITEAOF when it is just sched...
2011-06-10  antirezcorrectly set AOF base size field in server structure
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-14  Pieter NoordhuisUse rio.h functions in aof.c
2011-05-10  antirezMerge branch 'unstable'
2011-05-10  antirezUseless statement removed
2011-04-22  Pieter NoordhuisUse correct argc/argv for cleanup when loading AOF
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
2011-03-04  antirezAOF file descriptor leak fixed
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRevert "Now maxmemory, VM, and everything else uses...
next