Chris Mumford 65e86f75ea Fix formatting of recent snapshot compaction fix. 5 years ago
..
autocompact_test.cc 748539c183 LevelDB 1.13 11 years ago
builder.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
builder.h aece2068d7 Remove extern from function declarations. 6 years ago
c.cc 16a2b8bb3a Expose WriteBatch::Append in the C API. 6 years ago
c_test.c 16a2b8bb3a Expose WriteBatch::Append in the C API. 6 years ago
corruption_test.cc ea49b27d06 Switch corruption_test to use InMemEnv. 5 years ago
db_bench.cc 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
db_impl.cc 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
db_impl.h 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
db_iter.cc 89af27bde5 Remove ssize_t from code that is not POSIX-specific. 6 years ago
db_iter.h aece2068d7 Remove extern from function declarations. 6 years ago
db_test.cc 6188a54ce9 leveldb: Add tests for empty keys and values. 5 years ago
dbformat.cc 28dad918f2 Release leveldb 1.10 11 years ago
dbformat.h aece2068d7 Remove extern from function declarations. 6 years ago
dbformat_test.cc 36a5f8ed7f A number of fixes: 13 years ago
dumpfile.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
fault_injection_test.cc 201f77d137 Inline defaults in options. 5 years ago
filename.cc aece2068d7 Remove extern from function declarations. 6 years ago
filename.h aece2068d7 Remove extern from function declarations. 6 years ago
filename_test.cc ddab751002 Add tests for {Old}InfoLogFileName(). 6 years ago
leveldbutil.cc adbe3eb073 Putting build artifacts in subdirectory. 8 years ago
log_format.h 7fa20948d5 Convert documentation to markdown. 7 years ago
log_reader.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
log_reader.h 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
log_test.cc e84b5bdb5a This CL fixes a bug encountered when reading records from leveldb files that have been split, as in a [] input task split. 8 years ago
log_writer.cc ac1d69da31 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. 9 years ago
log_writer.h ac1d69da31 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. 9 years ago
memtable.cc 14cce848e7 Fix sign mismatch warnings in GCC. 6 years ago
memtable.h 0fa5a4f7b1 Extend thread safety annotations. 6 years ago
recovery_test.cc c69d33b0ec Added native support for Windows. 5 years ago
repair.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
skiplist.h 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
skiplist_test.cc 6571279d6d fix a typo in the comment of skiplist_test.cc (#664) 5 years ago
snapshot.h 1868398150 Clean up SnapshotImpl. 6 years ago
table_cache.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
table_cache.h 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
version_edit.cc 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
version_edit.h 36a5f8ed7f A number of fixes: 13 years ago
version_edit_test.cc 36a5f8ed7f A number of fixes: 13 years ago
version_set.cc 65e86f75ea Fix formatting of recent snapshot compaction fix. 5 years ago
version_set.h 71ed7c401e Fixed typo in comment in version_set.h. 5 years ago
version_set_test.cc 65e86f75ea Fix formatting of recent snapshot compaction fix. 5 years ago
write_batch.cc fe4494804f leveldb: Make WriteBatch::ApproximateSize() const. 5 years ago
write_batch_internal.h a75d435d1d Clean up layering of storage/leveldb/... 10 years ago
write_batch_test.cc f7b0e1d901 Expose WriteBatch::Append(). 6 years ago