- 99b3c03 Change version to 1.23. by Chris Mumford · 4 years, 8 months ago 1.23
- 37aaf2f Fix fprintf format string. by Chris Mumford · 4 years, 8 months ago
- 2a47801 Use partial path to benchmark/benchmark.h. by Chris Mumford · 4 years, 8 months ago
- 4a919ea IWYU fixes in db/c.cc. by Victor Costan · 4 years, 9 months ago
- 1998c0e Fix build errors. by Victor Costan · 4 years, 9 months ago
- 8f18614 Sync MANIFEST before closing in db_impl when creating a new DB. by leveldb Team · 4 years, 9 months ago
- 8cce47e Optimize leveldb block seeks to utilize the current iterator location. by leveldb Team · 4 years, 10 months ago
- fdc8f72 Merge pull request #862 from rex4539:https by Victor Costan · 4 years, 10 months ago
- 532be85 Fix insecure links by Dimitris Apostolou · 4 years, 10 months ago
- 6721eda Update Travis CI config. by Victor Costan · 4 years, 10 months ago
- 295ce13 Merge pull request #855 from cmumford/submodule-fix by Victor Costan · 5 years ago
- c3b52f7 Fixup for adding the third_party/benchmark submodule. by Chris Mumford · 5 years ago
- 28df521 Merge pull request #853 from cmumford:benchmark by Chris Mumford · 5 years ago
- 2dcbd4a Merge pull request #854 from cmumford:printf-fix by Chris Mumford · 5 years ago
- b754fdc Fixed fprintf of 64-bit value. by Chris Mumford · 5 years ago
- 37d36c9 Added google/benchmark submodule. by Chris Mumford · 5 years ago
- 2802398 Fix bug in filter policy documentation example. by Sanjay Ghemawat · 5 years ago
- 99ab473 Use external benchmark API header by leveldb Team · 5 years ago
- ed78107 Internal test cleanup by leveldb Team · 5 years ago
- b7d3023 Internal cleanup migrating StatusOr. by leveldb Team · 5 years ago
- 1454924 Merge pull request #822 from jl0x61:bugFix by Chris Mumford · 5 years ago
- 1754c12 update index.md by jl0x61 · 5 years ago
- c46e79c Merge pull request #819 from wzk784533:master by Victor Costan · 5 years ago
- 28602d3 avoid unnecessary memory copy by wzk784533 · 5 years ago
- 5bd5f0f Merge pull request #798 from lntotk:master by Victor Costan · 5 years ago
- 23b6337 Fix Travis CI build. by Victor Costan · 5 years ago
- 5c6dd75 Fix accidental double std:: qualifiers. by Victor Costan · 5 years ago
- a6b3a20 Add some std:: qualifiers to types and functions. by Victor Costan · 5 years ago
- 3f934e3 Switch from C headers to C++ headers. by Victor Costan · 5 years ago
- 23d67e7 Fix C++11 build. by Victor Costan · 5 years ago
- 98a3b8c change const to constexpr by leveldb Team · 5 years ago
- 10bc0f2 remove unnessary status judge by lntotk · 6 years ago
- 201f522 Remove leveldb::port::kLittleEndian. by Victor Costan · 6 years ago
- ba369dd Use LLVM 10 on Travis CI. by Victor Costan · 6 years ago
- 5903e7a Remove Windows workarounds in some tests. by Victor Costan · 6 years ago
- a0191e5 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. by Victor Costan · 6 years ago
- d152b23 Defend against inclusion of windows.h in tests that invoke Env::DeleteFile. by leveldb Team · 6 years ago
- 58a89bb Add WITHOUT ROWID to SQLite benchmark. by Victor Costan · 6 years ago
- c0d4314 Merge pull request #756 from pwnall/third_party_2 by Victor Costan · 6 years ago
- e36b831 Fixup for adding the third_party/googletest submodule. by Victor Costan · 6 years ago
- 583a42b Internal change. by leveldb Team · 6 years ago
- db83521 Fixup for adding the third_party/googletest submodule. (#754) by Victor Costan · 6 years ago
- 1c58902 Switch testing harness to googletest. by Victor Costan · 6 years ago
- 2c9c80b Move CI to Visual Studio 2019. by Victor Costan · 6 years ago
- ed72a34 Allow different C/C++ standards when this is used as a subproject. by Victor Costan · 6 years ago
- 41c8d83 Align CMake configuration with related projects. by Victor Costan · 6 years ago
- 0c40829 Remove redundant PROJECT_SOURCE_DIR usage from CMake config. by Victor Costan · 6 years ago
- 5abdf4c Fix installed target definition. by Victor Costan · 6 years ago
- cf4d9ab Test CMake installation on Travis. by Victor Costan · 6 years ago
- 95d0ba1 Renamed local variable in DBImpl::Write. by Chris Mumford · 6 years ago
- 657ba51 Added return in Version::Get::State::Match to quiet warning. by Chris Mumford · 6 years ago
- 370d532 Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety. by Chris Mumford · 6 years ago
- 45ee615 Update Travis CI configuration. by Victor Costan · 6 years ago
- 60db170 Fix tsan problem in env_test. by Sanjay Ghemawat · 6 years ago
- 21304d4 Merge pull request #698 from neal-zhu:master by Victor Costan · 6 years ago
- 5e92189 drop fileds in State that are duplicates of fileds in Saver and fix typo by neal-zhu · 6 years ago
- 53e280b Simplify unlocking in DeleteObsoleteFiles. by Chris Mumford · 6 years ago
- 046216a Add "leveldb" subdirectory to public include paths. by Chris Mumford · 6 years ago
- 9ee91ac Ending sentences with periods in README.md. by Chris Mumford · 6 years ago
- e0d5f83 Align EnvPosix and EnvWindows. by Victor Costan · 6 years ago
- 69061b4 Disable exceptions and RTTI in CMake configuration. by Victor Costan · 6 years ago
- 107a75b cache Saver in State object by neal-zhu · 6 years ago
- 76ca116 fix bug(uninitialized options pointer in State) by neal-zhu · 6 years ago
- f668239 remove TODO in Version::ForEachOverlapping by neal-zhu · 6 years ago
- 177cd08 format by neal-zhu · 6 years ago
- 8fa7a93 fix bug by neal-zhu · 6 years ago
- 6a90bb9 use ForEachOverlapping to impl Get by neal-zhu · 6 years ago
- 4cb80b7 Merge pull request #386 from ivanabc:master by Chris Mumford · 6 years ago
- 72a38ff Replace "> >" with ">>" by Victor Costan · 6 years ago
- 863f185 unsigned char -> uint8_t by Victor Costan · 6 years ago
- a3b71c1 Use GCC 9 on Travis CI by Victor Costan · 6 years ago
- ae49533 Add explicit typecasts to avoid compiler warning. by Chris Mumford · 6 years ago
- 63d5315 Merge branch 'master' into master by ivan · 6 years ago
- c00e177 Guard DBImpl::versions_ by mutex_. by Chris Mumford · 6 years ago
- 1d0b101 Converted two for-loops to while-loops. by Chris Mumford · 6 years ago
- 28e6d23 Switch to using C++ 11 override specifier. by Chris Mumford · 6 years ago
- 85cd40d Added unit test for InternalKey::DecodeFrom with empty string. by Chris Mumford · 6 years ago
- 1aae5c9 Merge pull request #411 from proller:assert1 by Chris Mumford · 6 years ago
- b7b86ba Using std::ostringstream in key DebugString. by Chris Mumford · 6 years ago
- 3e6c000 Merge pull request #457 from jellor:patch-2 by Chris Mumford · 6 years ago
- 1d94fe2 Merge branch 'master' into patch-2 by 果冻 · 6 years ago
- 27dc99f Fix EnvPosix tests on Travis CI. by Victor Costan · 6 years ago
- 9521545 Formatting changes for prior O_CLOEXEC fix. by Chris Mumford · 6 years ago
- 900f7d3 Merge pull request #624 from adam-azarchs:master by Chris Mumford · 6 years ago
- a7528a5 Clean up util/coding.{h,cc}. by Victor Costan · 6 years ago
- 142035e Initialize Stats::start_ before first use in Stats::Start(). by Chris Mumford · 6 years ago
- e22b1ce Merge pull request #365 from allangj:c-strict-prototypes by Victor Costan · 6 years ago
- cd1ec03 Add argument definition for void c functions. by allangj · 6 years ago
- 4bd052d Consolidate benchmark code to benchmarks/. by Victor Costan · 6 years ago
- 506b172 Convert missed virtual -> override in db_test.cc. by Victor Costan · 6 years ago
- 24424a1 Style cleanup. by Victor Costan · 6 years ago
- 9a56c49 Merge pull request #679 from smartxworks:optimize-readseq by Victor Costan · 6 years ago
- abf441b Merge pull request #278 from wankai:master by Victor Costan · 6 years ago
- 78b39d6 Bump the version number from 1.21 to 1.22. by Chris Mumford · 6 years ago 1.22
- 9bd23c7 Correct class/structure declaration order. by Chris Mumford · 6 years ago
- c784d63 Moved port/README to port/README.md. by Chris Mumford · 6 years ago
- 297e66a Format all files IAW the Google C++ Style Guide. by Chris Mumford · 6 years ago
- 3724030 Update Travis CI configuration. by Victor Costan · 6 years ago
- d3d1c8a don't check current key in DBIter::Next() by Kyle Zhang · 7 years ago
- 3dc9202 [leveldb] Specifically export the WriteBatch::Handler inner class for Windows link by leveldb Team · 7 years ago