]> git.saurik.com Git - redis.git/history - src/aof.c
Fixed issues with expire introduced with latest millisecond resolution feature. Many...
[redis.git] / src / aof.c
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...
2010-11-02  antirezNow maxmemory, VM, and everything else uses the fast...
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-25  antirezmore generally usable i/o functions moved to syncio.c
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-14  antirezfixed typo in the latest commit
2010-09-14  antirezAdvertise the existence of redis-check dump --fix when...
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisIntialize bufpos in the fake client
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  Pieter NoordhuisDon't build a reply when replaying the AOF
2010-08-26  antireztranslated a few long logn into int64_t for correctness...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  Pieter NoordhuisChange initialization to allow listening on both a...
2010-07-05  antirezFixed a crash loading the AOF file containing MULTI...
2010-07-02  Pieter Noordhuisfix aof and digest code to work with dual set encoding
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezFix the AOF fix of the latest commit ;)
2010-07-01  antirezfixed error code checking for *write operations and...
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.