小组成员:姚凯文(kevinyao0901),姜嘉琪
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
costan 6188a54ce9 leveldb: Add tests for empty keys and values. hace 5 años
..
autocompact_test.cc LevelDB 1.13 hace 11 años
builder.cc Replace NULL with nullptr in C++ files. hace 6 años
builder.h Remove extern from function declarations. hace 6 años
c.cc Expose WriteBatch::Append in the C API. hace 6 años
c_test.c Expose WriteBatch::Append in the C API. hace 6 años
corruption_test.cc Switch corruption_test to use InMemEnv. hace 5 años
db_bench.cc leveldb: Replace AtomicPointer with std::atomic. hace 5 años
db_impl.cc leveldb: Replace AtomicPointer with std::atomic. hace 5 años
db_impl.h leveldb: Replace AtomicPointer with std::atomic. hace 5 años
db_iter.cc Remove ssize_t from code that is not POSIX-specific. hace 6 años
db_iter.h Remove extern from function declarations. hace 6 años
db_test.cc leveldb: Add tests for empty keys and values. hace 5 años
dbformat.cc Release leveldb 1.10 hace 11 años
dbformat.h Remove extern from function declarations. hace 6 años
dbformat_test.cc A number of fixes: hace 13 años
dumpfile.cc Replace NULL with nullptr in C++ files. hace 6 años
fault_injection_test.cc Inline defaults in options. hace 5 años
filename.cc Remove extern from function declarations. hace 6 años
filename.h Remove extern from function declarations. hace 6 años
filename_test.cc Add tests for {Old}InfoLogFileName(). hace 6 años
leveldbutil.cc Putting build artifacts in subdirectory. hace 8 años
log_format.h Convert documentation to markdown. hace 7 años
log_reader.cc Replace NULL with nullptr in C++ files. hace 6 años
log_reader.h Replace NULL with nullptr in C++ files. hace 6 años
log_test.cc This CL fixes a bug encountered when reading records from leveldb files that have been split, as in a [] input task split. hace 8 años
log_writer.cc LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. hace 9 años
log_writer.h LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. hace 9 años
memtable.cc Fix sign mismatch warnings in GCC. hace 6 años
memtable.h Extend thread safety annotations. hace 6 años
recovery_test.cc Added native support for Windows. hace 5 años
repair.cc Replace NULL with nullptr in C++ files. hace 6 años
skiplist.h leveldb: Replace AtomicPointer with std::atomic. hace 5 años
skiplist_test.cc fix a typo in the comment of skiplist_test.cc (#664) hace 5 años
snapshot.h Clean up SnapshotImpl. hace 6 años
table_cache.cc Replace NULL with nullptr in C++ files. hace 6 años
table_cache.h Replace NULL with nullptr in C++ files. hace 6 años
version_edit.cc Replace NULL with nullptr in C++ files. hace 6 años
version_edit.h A number of fixes: hace 13 años
version_edit_test.cc A number of fixes: hace 13 años
version_set.cc Fix typo (#565) hace 5 años
version_set.h Replace NULL with nullptr in C++ files. hace 6 años
version_set_test.cc Replace NULL with nullptr in C++ files. hace 6 años
write_batch.cc leveldb: Make WriteBatch::ApproximateSize() const. hace 5 años
write_batch_internal.h Clean up layering of storage/leveldb/... hace 10 años
write_batch_test.cc Expose WriteBatch::Append(). hace 6 años