summaryrefslogtreecommitdiff
path: root/src/redis-check-aof.c
Commit message (Collapse)AuthorAgeFilesLines
* Print the number of abnormal line in AOF (#8823)bugwz2021-04-201-2/+4
| | | When redis-check-aof finds an error, it prints the line number for faster troubleshooting.
* Enlarge error buffer in redis-check-aof.c to remove compiler warning of ↵Angus Pearson2019-05-081-1/+1
| | | | output truncation through snprintf format string
* redis-check-aof: fix potential overflow.antirez2019-03-181-2/+2
| | | | Bug signaled by @vattezhang in PR #5940 but fixed differently.
* 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
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change