summaryrefslogtreecommitdiff
path: root/src/redis-check-aof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix RDB check regression caused by PR 12022 (#12051)Joe Hu2023-04-171-1/+1
* Unify repeated code in redis-check-aof (#11456)yancz20002022-11-061-30/+16
* Fix path copy error and add more logs. (#10324)chenyang80942022-02-221-4/+4
* Adapt redis-check-aof tool for Multi Part Aof (#10061)chenyang80942022-02-171-135/+414
* Add checks for overflow in redis-check-aof and loadAppendOnlyFile (#9669)yiyuaner2021-11-021-0/+5
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-9/+70
* Print the number of abnormal line in AOF (#8823)bugwz2021-04-201-2/+4
* Enlarge error buffer in redis-check-aof.c to remove compiler warning of outpu...Angus Pearson2019-05-081-1/+1
* redis-check-aof: fix potential overflow.antirez2019-03-181-2/+2
* Correct proceding -> proceeding typo.Chris Lamb2017-07-141-1/+1
* redis-check-aof: tell users there is a --fix option.antirez2017-07-101-1/+2
* AOF check utility: ability to check files with RDB preamble.antirez2017-07-101-12/+26
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* redis-check-aof is now large files safe also on 32 bit systems.antirez2012-02-141-11/+14
* redis.c split into many different C files.antirez2010-07-011-0/+185