summaryrefslogtreecommitdiff
path: root/util/testutil.h
AgeCommit message (Expand)Author
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-01-26[directory includes cleanup] Finish removing util->db dependenciesAndrew Kryczka
2016-01-08plain table reader: non-mmap mode to keep two recent bufferssdong
2015-12-09Deprecate options.soft_rate_limit and add options.soft_pending_compaction_byt...sdong
2015-12-07Fix occasional failure of DBTest.DynamicCompactionOptionssdong
2015-11-12Add OptionsUtil::LoadOptionsFromFile() APIYueh-Hsuan Chiang
2015-10-19Fix iOS buildIgor Canadi
2015-10-17Implementation for GetPropertiesOfTablesInRangeAlexey Maykov
2015-10-13Seperate InternalIterator from Iteratorsdong
2015-10-07Compaction filter on merge operandsIgor Canadi
2015-09-25[minor] Reuse SleepingBackgroundTaskIgor Canadi
2015-09-17Support for SingleDelete()Andres Noetzli
2015-09-15LogAndApply() should fail if the column family has been droppedIgor Canadi
2015-09-11Refactor to support file_reader_writer on Windows.Dmitri Smirnov
2015-08-17Simplify querying of merge resultsAndres Notzli
2015-08-05Removing duplicate codeAndres Notzli
2015-07-17Move rate_limiter, write buffering, most perf context instrumentation and mos...sdong
2015-07-17Fixed and simplified merge_helperAndres Notzli
2015-02-26rocksdb: Add missing overrideIgor Sugak
2014-10-29Add ComparatorDBTest to test non-default comparatorssdong
2014-09-08Merger testIgor Canadi
2014-08-27Adding a user comparator for comparing Uint64 slices.Radheshyam Balasundaram
2014-02-03[Performance Branch] PlainTable to encode rows with seqID 0, value type using...Siying Dong
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-20Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-w...Dhruba Borthakur
2013-01-23Fix a number of object lifetime/ownership issuesChip Turner
2011-10-31A number of fixes:Hans Wennborg
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