]> git.saurik.com Git - redis.git/history - src/aof.c
AOF file descriptor leak fixed
[redis.git] / src / aof.c
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.