summaryrefslogtreecommitdiff
path: root/src/aof.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up text throughout projectMatt Stancliff2014-10-061-2/+2
* Fix many small typosJan-Erik Rediger2014-10-061-8/+8
* Fix incorrect commentszionwu2014-10-061-1/+1
* Seek at the end of AOF after truncate call.antirez2014-09-161-3/+10
* On AOF end of file, truncate the AOF to last valid command.antirez2014-09-161-3/+16
* Correct cleanup when aborting AOF loading.antirez2014-09-081-8/+29
* AOF ability to load truncated files.antirez2014-09-081-3/+11
* AOF loading: split handling of format errors from unexpected EOF.antirez2014-09-081-7/+10
* Remove warnings and improve integer sign correctness.antirez2014-08-271-1/+1
* LATENCY DOCTOR first implementation complete.antirez2014-07-091-0/+1
* Use fsync instead of aof_fsync in final AOF sync.antirez2014-07-091-1/+1
* Fixed conditional for aof-write-pending-fsync latency event selection.antirez2014-07-091-1/+1
* Latency monitor: specialize delayed aof writes events.antirez2014-07-091-4/+16
* Latency monitor: more hooks around the code.antirez2014-07-091-0/+20
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-06-211-0/+1
* Process events with processEventsWhileBlocked() when blocked.antirez2014-05-221-1/+1
* Fix data loss when save AOF/RDB with no free spaceMatt Stancliff2014-03-241-3/+3
* AOF: don't abort on write errors unless fsync is 'always'.antirez2014-02-121-15/+65
* Fix typo in aofRewriteBufferAppend() comment.antirez2014-01-141-1/+1
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-1/+1
* Use printf %zu specifier to print private_dirty.antirez2013-08-201-1/+1
* Binding multiple IPs done properly with multiple sockets.antirez2013-07-081-2/+1
* Use the RSC to replicate EVALSHA unmodified.antirez2013-06-261-0/+1
* Fix AOF bug: expire could be removed from key on AOF rewrite.charsyam2013-05-021-2/+3
* Config option to turn AOF rewrite incremental fsync on/off.antirez2013-04-241-1/+2
* AOF: sync data on disk every 32MB when rewriting.antirez2013-04-241-0/+1
* Use GCC printf format attribute for redisLog().antirez2013-02-271-1/+1
* Set process name in ps output to make operations safer.antirez2013-02-261-0/+1
* Fix decrRefCount() prototype from void to robj pointer.antirez2013-01-281-1/+1
* Whitelist SIGUSR1 to avoid auto-triggering errors.antirez2013-01-191-1/+1
* Fixed many typos.guiquanz2013-01-191-1/+1
* CLIENT GETNAME and CLIENT SETNAME introduced.antirez2013-01-151-0/+1
* Children creating AOF or RDB files now report memory used by COW.antirez2012-11-191-0/+7
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Truncate short write from the AOFSaj Goonatilleke2012-07-311-0/+7
* New in INFO: aof_last_bgrewrite_statusSaj Goonatilleke2012-07-311-0/+6
* Four new persistence fields in INFO. A few renamed.antirez2012-05-251-0/+4
* Allow an AOF rewrite buffer > 2GB (Fix for issue #504).antirez2012-05-241-16/+116
* Use comments to split aof.c into sections.antirez2012-05-231-0/+14
* For coverage testing use exit() instead of _exit() when termiating saving chi...antirez2012-04-081-2/+2
* use server.unixtime instead of time(NULL) where possible (cluster.c not check...Premysl Hruby2012-03-271-1/+1
* New INFO field aof_delayed_fsync introduced.antirez2012-03-251-0/+1
* Reclaim space from the client querybuf if needed.antirez2012-03-141-0/+1
* Added a top-function comment to rioWriteHashIteratorCursor() to better specif...antirez2012-03-101-0/+6
* Merge conflicts resolved.antirez2012-03-091-37/+39
|\
| * Encode small hashes with a ziplistPieter Noordhuis2012-01-021-37/+39
* | lenght -> lengthantirez2012-01-241-1/+1
* | Implementation of the internals that make possible to terminate clients overc...antirez2012-01-231-0/+1
* | Track the length of the client pending output buffers (still to transfer) in ...antirez2012-01-171-0/+1
|/
* sligthly better AOF related logsantirez2011-12-211-5/+10