summaryrefslogtreecommitdiff
path: root/db/log_reader.h
AgeCommit message (Expand)Author
2024-03-21Enable recycle_log_file_num option for point in time recovery (#12403)anand76
2023-06-05switch to use RocksDB UnorderedMap (#11507)Yu Zhang
2023-05-11Add support in log writer and reader for a user-defined timestamp size record...Yu Zhang
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-06-08Fix bug for WalManager with compressed WAL (#10130)Akanksha Mahajan
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-08-26Real fix for race in backup custom checksum checking (#7309)Peter Dillinger
2020-04-20Fix tabs and lint-ignores (#6734)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-04Avoid to get manifest file size when recovering from it. (#6369)sdong
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-09-11Use delete to disable automatic generated methods. (#5009)Shylock Hg
2019-04-24secondary instance: add support for WAL tailing on `OpenAsSecondary`Zhongyi Xie
2019-03-27Remove some "using std::..." from header files. (#5113)Siying Dong
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-19Add read retry support to log reader (#4394)Yanqin Jin
2018-09-13Delete code for WAL reader to start at nonzero offset (#4362)Andrew Kryczka
2018-01-29Suppress lint in old filesMark Isaacson
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
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-04-07Log writer record format doc.krad
2014-01-27Fix UnmarkEOF for partial blocksSchalk-Willem Kruger
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-06Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-03-21TransactionLogIter should stall at the last record. Currently it errors outAbhishek Kona
2013-02-28Codemod NULL to nullptrAbhishek Kona
2013-01-23Fix a number of object lifetime/ownership issuesChip Turner
2011-10-31A number of fixes:Hans Wennborg
2011-05-21sync with upstream @ 21409451dgrogan@chromium.org
2011-04-19reverting disastrous MOE commit, returning to r21dgrogan@chromium.org
2011-04-19Revision created by MOE tool push_codebase.dgrogan@chromium.org
2011-04-18chmod a-xdgrogan@chromium.org
2011-04-12@20602303. Default file permission is now 755.dgrogan@chromium.org
2011-03-30Move include files into a leveldb subdir.jorlow@chromium.org
2011-03-18Initial checkin.jorlow@chromium.org