summaryrefslogtreecommitdiff
path: root/db/log_reader.cc
AgeCommit message (Expand)Author
2024-05-22Fix recycled WAL detection when wal_compression is enabled (#12643)Andrew Kryczka
2024-04-05Miscellaneous improvement to info printing (#12504)Hui Xiao
2024-03-21Enable recycle_log_file_num option for point in time recovery (#12403)anand76
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2024-03-04Remove extra semi colon from instagram/ranking/mezql/shots/parser/fast/Token.cppRichard Barnes
2023-12-04internal_repo_rocksdb (4372117296613874540) (#12117)Yu Zhang
2023-10-25Fix dead loop with kSkipAnyCorruptedRecords mode selected in some cases (#119...qiuchengxuan
2023-05-11Add support in log writer and reader for a user-defined timestamp size record...Yu Zhang
2023-02-08Fix bug in WAL streaming uncompression (#11198)anand76
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-07-25Add checksum handshake for WAL fragment decompression (#10339)Changyu Bi
2022-07-05Handoff checksum during WAL replay (#10212)Changyu Bi
2022-05-24Support read rate-limiting in SequentialFileReader (#9973)Changyu Bi
2022-03-09Integrate WAL compression into log reader/writer. (#9642)Siddhartha Roychowdhury
2022-02-17Add record to set WAL compression type if enabled (#9556)Siddhartha Roychowdhury
2020-11-30Fix kPointInTimeRecovery handling of truncated WAL (#7701)Andrew Kryczka
2020-08-26Real fix for race in backup custom checksum checking (#7309)Peter Dillinger
2020-06-11Fail point-in-time WAL recovery upon IOError reading WAL (#6963)Yanqin Jin
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-23fix clang analyzer error (#4583)Zhongyi Xie
2018-10-19Add read retry support to log reader (#4394)Yanqin Jin
2018-09-14Improve type conversion (#4367)Yanqin Jin
2018-09-13Delete code for WAL reader to start at nonzero offset (#4362)Andrew Kryczka
2018-07-13Add GCC 8 to Travis (#3433)Tamir Duberstein
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2016-07-08Fix clang analyzer errorsYi Wu
2016-05-22db/log_reader: combine kBadRecord{Len,Checksum} for readabilitySage Weil
2016-05-22db/log_reader: treat bad record length or checksum as EOFSage Weil
2016-05-22db/log_reader: move kBadRecord{Len,Checksum} handling into ReadRecordSage Weil
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-10-19log_{reader,write}: recyclable record formatSage Weil
2015-10-18log_reader: introduce kBadHeader; drop wal mode from ReadPhysicalRecordSage Weil
2015-10-18log_reader: pass in WALRecoveryMode instead of bool report_eof_inconsistencySage Weil
2015-10-18log_reader: pass log_number and optional info_log to ctorSage Weil
2015-07-17Move rate_limiter, write buffering, most perf context instrumentation and mos...sdong
2015-06-22Introduce WAL recovery consistency levelskrad
2015-02-23rocksdb: Fixed 'Dead assignment' and 'Dead initialization' scan-build warningsIgor Sugak
2014-11-13Fix iOS compile with -Wshorten-64-to-32Igor Canadi
2014-11-06Turn -Wshadow back onIgor Canadi
2014-02-28Make Log::Reader more robustIgor Canadi
2014-01-27Fix UnmarkEOF for partial blocksSchalk-Willem Kruger
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-02-28Codemod NULL to nullptrAbhishek Kona