summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Guard DBImpl::versions_ by mutex_.Chris Mumford2019-05-162-12/+7
* Converted two for-loops to while-loops.Chris Mumford2019-05-132-2/+2
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-0911-90/+91
* Added unit test for InternalKey::DecodeFrom with empty string.Chris Mumford2019-05-091-0/+6
* Merge pull request #411 from proller:assert1Chris Mumford2019-05-092-3/+6
|\
| * broken db: fix assertion in leveldb::InternalKey::Encode, mark base as corruptproller2016-10-032-3/+6
* | Using std::ostringstream in key DebugString.Chris Mumford2019-05-082-13/+24
* | Consolidate benchmark code to benchmarks/.Victor Costan2019-05-051-983/+0
* | Convert missed virtual -> override in db_test.cc.Victor Costan2019-05-041-1/+1
* | Style cleanup.Victor Costan2019-05-0411-75/+74
* | Merge pull request #679 from smartxworks:optimize-readseqVictor Costan2019-05-041-0/+9
|\ \
| * | don't check current key in DBIter::Next()Kyle Zhang2019-04-251-0/+9
* | | Correct class/structure declaration order.Chris Mumford2019-05-0319-278/+285
* | | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-0243-1257/+940
|/ /
* | Initialize class members to default values in constructors.Chris Mumford2019-04-122-7/+5
* | Fix formatting of recent snapshot compaction fix.Chris Mumford2019-04-122-126/+135
* | Merge pull request #339 from richcole-at-amazon:masterChris Mumford2019-04-122-1/+226
|\ \
| * | Fix snapshot compaction bugRichard Cole2019-04-012-1/+226
* | | Fixed typo in comment in version_set.h.Chris Mumford2019-04-121-1/+1
* | | leveldb: Add tests for empty keys and values.costan2019-03-291-0/+20
|/ /
* | fix a typo in the comment of skiplist_test.cc (#664)usurai2019-03-211-1/+1
* | Switch corruption_test to use InMemEnv.cmumford2019-03-201-46/+12
* | Inline defaults in options.costan2019-03-201-1/+0
* | leveldb: Replace AtomicPointer with std::atomic.costan2019-03-116-150/+143
* | Fix typo (#565)Dimitris Apostolou2019-03-111-1/+1
* | Added native support for Windows.cmumford2019-03-014-8/+38
* | leveldb: Make WriteBatch::ApproximateSize() const.costan2019-01-151-1/+1
* | Remove ssize_t from code that is not POSIX-specific.costan2018-09-042-12/+15
* | Expose WriteBatch::Append in the C API.costan2018-08-192-2/+13
* | Expose WriteBatch::Append().costan2018-08-142-4/+8
* | Clean up SnapshotImpl.costan2018-04-303-30/+102
* | Fix sign mismatch warnings in GCC.MarcoFalke2018-04-162-2/+2
* | Replace NULL with nullptr in C++ files.costan2018-04-1021-356/+357
* | leveldb: Add more thread safety annotations.costan2018-03-235-38/+48
* | Add CMake build support.costan2018-03-161-0/+3
* | Extend thread safety annotations.costan2018-03-166-57/+65
* | Fix includes in util/testharness.h.costan2018-03-161-2/+1
* | Remove extern from function declarations.costan2018-03-127-57/+51
* | Add tests for {Old}InfoLogFileName().costan2018-03-121-0/+12
* | Remove unused function ExtractValueType.costan2018-03-121-8/+0
* | Expose Env::GetTempDirectory() for use in C test.costan2018-03-092-16/+16
* | Add leveldb_options_set_max_file_size to the C API.cmumford2017-11-032-0/+5
* | Deleted unused assignments in Reader.cmumford2017-11-031-8/+3
* | leveldb::DestroyDB will now delete empty directories.cmumford2017-11-032-4/+86
* | Fix typo (forgotten reference operator) in test.costan2017-10-101-1/+1
* | Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-031-7/+16
* | Remove confusing and unnecessary if.costan2017-09-011-7/+3
* | Remove dead code.davidair2017-08-241-7/+0
* | leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-102-2/+23
* | LevelDB: Add WriteBatch::ApproximateSize().costan2017-07-102-0/+21