summaryrefslogtreecommitdiff
path: root/db/transaction_log_impl.h
AgeCommit message (Expand)Author
2024-05-28Rename, deprecate `LogFile` and `VectorLogPtr` (#12695)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-04-14Add checks to GetUpdatesSince (#9459)Yanqin Jin
2021-09-29Cleanup includes in dbformat.h (#8930)mrambacher
2020-08-12Store FileSystemPtr object that contains FileSystem ptr (#7180)Akanksha Mahajan
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-08-26reuse scratch buffer in transaction_log_reader (#5702)jsteemann
2019-05-29Move some file related files outside util/ (#5375)Siying Dong
2019-03-27Fix some variable naming in db/transaction_log_impl.* (#5112)Siying Dong
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2017-11-10WritePrepared Txn: Refactor conf paramsMaysam Yabandeh
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-03Move auto_roll_logger and filename out of db/Siying Dong
2017-03-15Add macros to include file name and line number during LoggingIslam AbdelRahman
2016-09-23Split DBOptions into ImmutableDBOptions and MutableDBOptionsYi Wu
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-07-17Move rate_limiter, write buffering, most perf context instrumentation and mos...sdong
2015-07-13"make format" against last 10 commitssdong
2015-07-01Windows Port from MicrosoftDmitri Smirnov
2015-02-26rocksdb: Add missing overrideIgor Sugak
2014-11-06Turn -Wshadow back onIgor Canadi
2014-10-29WalManagerIgor Canadi
2014-10-29Apply InfoLogLevel to the logs in db/transaction_log_impl.hYueh-Hsuan Chiang
2014-04-15RocksDBLiteIgor Canadi
2014-03-03Merge branch 'master' into columnfamiliesIgor Canadi
2014-02-28Add ReadOptions to TransactionLogIterator.Yueh-Hsuan Chiang
2014-02-05[CF] Options -> DBOptionsIgor Canadi
2013-11-04Making the transaction log iterator more robustMayank Agarwal
2013-10-22Disallow transaction log iterator to skip sequencesMayank Agarwal
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-14Features in Transaction log iteratorMayank Agarwal
2013-10-08Add option for storing transaction logs in a separate dirNaman Gupta
2013-10-06Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-09-04Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfTypeMayank Agarwal
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-08-19API for getting archived log filesMayank Agarwal