summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use relative paths for googletest includes.gtest_pathxVictor Costan2019-11-3031-32/+32
* Fixup for adding the third_party/googletest submodule. (#754)Victor Costan2019-11-251-0/+0
* Switch testing harness to googletest.Victor Costan2019-11-2137-863/+763
* Move CI to Visual Studio 2019.Victor Costan2019-11-111-5/+6
* Allow different C/C++ standards when this is used as a subproject.Victor Costan2019-11-101-9/+15
* Align CMake configuration with related projects.Victor Costan2019-11-073-8/+21
* Remove redundant PROJECT_SOURCE_DIR usage from CMake config.Victor Costan2019-11-051-142/+142
* Fix installed target definition.Victor Costan2019-11-051-1/+3
* Test CMake installation on Travis.Victor Costan2019-11-031-0/+2
* Renamed local variable in DBImpl::Write.Chris Mumford2019-10-281-6/+6
* Added return in Version::Get::State::Match to quiet warning.Chris Mumford2019-10-281-0/+4
* Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety.Chris Mumford2019-10-011-17/+4
* Update Travis CI configuration.Victor Costan2019-09-291-10/+11
* Fix tsan problem in env_test.Sanjay Ghemawat2019-09-291-37/+49
* Merge pull request #698 from neal-zhu:masterVictor Costan2019-08-281-77/+53
|\
| * drop fileds in State that are duplicates of fileds in Saver and fix typoneal-zhu2019-08-281-12/+7
| * cache Saver in State objectneal-zhu2019-06-121-21/+20
| * fix bug(uninitialized options pointer in State)neal-zhu2019-06-121-7/+8
| * remove TODO in Version::ForEachOverlappingneal-zhu2019-06-111-1/+0
| * formatneal-zhu2019-06-111-6/+7
| * fix bugneal-zhu2019-06-111-8/+14
| * use ForEachOverlapping to impl Getneal-zhu2019-06-111-70/+45
* | Simplify unlocking in DeleteObsoleteFiles.Chris Mumford2019-06-131-12/+15
* | Add "leveldb" subdirectory to public include paths.Chris Mumford2019-06-132-11/+11
* | Ending sentences with periods in README.md.Chris Mumford2019-06-131-4/+4
* | Align EnvPosix and EnvWindows.Victor Costan2019-06-132-227/+316
* | Disable exceptions and RTTI in CMake configuration.Victor Costan2019-06-131-2/+24
|/
* Merge pull request #386 from ivanabc:masterChris Mumford2019-05-301-3/+10
|\
| * Merge branch 'master' into masterivan2019-05-23160-7134/+10265
| |\
| * | set const propertyivanabc2016-06-211-3/+5
| * | reduce lock's range in DeleteObsoleteFilesivanabc2016-06-201-3/+12
* | | Replace "> >" with ">>"Victor Costan2019-05-302-4/+4
* | | unsigned char -> uint8_tVictor Costan2019-05-2811-59/+55
* | | Use GCC 9 on Travis CIVictor Costan2019-05-241-4/+4
* | | Add explicit typecasts to avoid compiler warning.Chris Mumford2019-05-241-2/+2
| |/ |/|
* | 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-0919-160/+161
* | 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
* | | Merge pull request #457 from jellor:patch-2Chris Mumford2019-05-081-1/+1
|\ \ \
| * \ \ Merge branch 'master' into patch-2果冻2019-05-09152-6259/+8094
| |\ \ \ | |/ / / |/| | |
* | | | Fix EnvPosix tests on Travis CI.Victor Costan2019-05-072-87/+280
* | | | Formatting changes for prior O_CLOEXEC fix.Chris Mumford2019-05-062-13/+13
* | | | Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-064-9/+124
|\ \ \ \
| * | | | Add O_CLOEXEC to open calls.Adam Azarchs2019-02-224-9/+126
* | | | | Clean up util/coding.{h,cc}.Victor Costan2019-05-062-47/+81
* | | | | Initialize Stats::start_ before first use in Stats::Start().Chris Mumford2019-05-061-3/+1