summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | Merge pull request #365 from allangj:c-strict-prototypesVictor Costan2019-05-062-7/+9
|\ \ \ \ \
| * | | | | Add argument definition for void c functions.allangj2019-05-052-7/+9
|/ / / / /
* | | | | Consolidate benchmark code to benchmarks/.Victor Costan2019-05-056-7/+7
* | | | | Convert missed virtual -> override in db_test.cc.Victor Costan2019-05-041-1/+1
* | | | | Style cleanup.Victor Costan2019-05-0418-163/+164
* | | | | 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
* | | | | | Merge pull request #278 from wankai:masterVictor Costan2019-05-041-1/+1
|\ \ \ \ \ \
| * | | | | | block_builder header file dependency fixedWankai Zhang2015-01-291-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Bump the version number from 1.21 to 1.22.1.22Chris Mumford2019-05-032-2/+2
* | | | | | Correct class/structure declaration order.Chris Mumford2019-05-0344-403/+412
* | | | | | Moved port/README to port/README.md.Chris Mumford2019-05-021-0/+0
* | | | | | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-02125-2329/+1970
* | | | | | Update Travis CI configuration.Victor Costan2019-04-291-26/+29
| |/ / / / |/| | | |
* | | | | [leveldb] Specifically export the WriteBatch::Handler inner class for Windows...leveldb Team2019-04-231-1/+1
* | | | | Check for possibly invalid offset in test.Chris Mumford2019-04-231-1/+1
* | | | | Changed Windows specific highlighting from bash to cmd.Chris Mumford2019-04-131-3/+3
* | | | | Initialize class members to default values in constructors.Chris Mumford2019-04-123-9/+6
* | | | | Merge pull request #665 from cheng-chang:codingChris Mumford2019-04-121-1/+1
|\ \ \ \ \
| * | | | | Remove unnecessary bit operation.Cheng Chang2019-03-221-1/+1
* | | | | | Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdirChris Mumford2019-04-121-1/+1
|\ \ \ \ \ \
| * | | | | | Fix mkdir (windows)Pavel Pimenov2019-03-311-1/+1
* | | | | | | Merge pull request #472 from zhoudayang:patch-1Chris Mumford2019-04-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix comment周炀2017-05-221-1/+1
* | | | | | | | Fixed missing std namespaces and make_unique.Chris Mumford2019-04-121-9/+11
* | | | | | | | Simplify issue320_test.Chris Mumford2019-04-121-10/+3
* | | | | | | | Fix formatting of recent snapshot compaction fix.Chris Mumford2019-04-123-158/+161
* | | | | | | | Merge pull request #339 from richcole-at-amazon:masterChris Mumford2019-04-124-1/+366
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix snapshot compaction bugRichard Cole2019-04-014-1/+366
* | | | | | | | | Fixed typo in comment in version_set.h.Chris Mumford2019-04-121-1/+1
* | | | | | | | | Align version/soversion CMake setup closer with other repositories.Victor Costan2019-04-011-4/+4
* | | | | | | | | Restore soname versioning with CMake buildleveldb Team2019-04-011-0/+4
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Update the version to 1.21 in preparation for a new release.1.21Chris Mumford2019-03-292-2/+3
* | | | | | | | Project import generated by Copybara.leveldb Team2019-03-291-0/+0
* | | | | | | | leveldb: Register in copybara whitelist.costan2019-03-291-0/+0
* | | | | | | | leveldb: Minor cleanup in ports.costan2019-03-291-3/+4
* | | | | | | | leveldb: Silence unused argument warnings in MSVC.costan2019-03-291-0/+11
* | | | | | | | leveldb: Add tests for empty keys and values.costan2019-03-291-0/+20
|/ / / / / / /
* | | | | | | Two small fixes for the Windows implementation (#661)Felipe Oliveira Carvalho2019-03-211-0/+2
* | | | | | | fix a typo in the comment of skiplist_test.cc (#664)usurai2019-03-211-1/+1
* | | | | | | Use override consistently in leveldb::test::ErrorEnv.rccostan2019-03-201-4/+4
* | | | | | | Switch corruption_test to use InMemEnv.cmumford2019-03-204-72/+17
* | | | | | | Always copy bytes to scratch buffer when reading w/MemEnv.cmumford2019-03-201-7/+0
* | | | | | | Inline defaults in options.costan2019-03-203-63/+21
* | | | | | | Deleted dangling reference to deleted atomic_pointer.h.cmumford2019-03-111-1/+0
* | | | | | | leveldb: Replace AtomicPointer with std::atomic.costan2019-03-1113-419/+210