summaryrefslogtreecommitdiff
path: root/db/dbformat_test.cc
AgeCommit message (Expand)Author
2024-07-22Refactor IndexBuilder::AddIndexEntry (#12867)Peter Dillinger
2023-06-29Logically strip timestamp during flush (#11557)Yu Zhang
2023-05-25Add support to strip / pad timestamp when writing / reading a block (#11472)Yu Zhang
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-07-14Make InternalKeyComparator not configurable (#10342)sdong
2021-11-08Enable a few unit tests to use custom Env objects (#9087)anand76
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-10-28In ParseInternalKey(), include corrupt key info in Status (#7515)Ramkumar Vadivelu
2020-09-30Change ParseInternalKey() to return Status instead of bool (#7457)Ramkumar Vadivelu
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2018-07-13Relax VersionStorageInfo::GetOverlappingInputs check (#4050)Peter Mattis
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-04update IterKey that can get user key and internal key explicitlyAaron Gao
2016-04-25Improve BytewiseComparatorImpl::FindShortestSeparatorIslam AbdelRahman
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-07-14Avoid manipulating const char* arraysAndres Notzli
2015-03-17rocksdb: switch to gtestIgor Sugak
2014-07-23Use IterKey instead of string in Block::Iter to reduce mallocFeng Zhu
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2012-11-06Fix all warnings generated by -Wall option to the compiler.Dhruba Borthakur
2011-10-31A number of fixes:Hans Wennborg
2011-04-20@20776309dgrogan@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-22Pull from upstream.jorlow@chromium.org
2011-03-18Initial checkin.jorlow@chromium.org