summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test cmd markdowndoc-testingChris Mumford2019-04-121-4/+4
* 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
* Make InMemoryEnv more consistent with filesystem based Env's.cmumford2019-03-112-16/+53
* leveldb: Remove unused file port/win/stdint.h.costan2019-03-111-24/+0
* Fix typo (#565)Dimitris Apostolou2019-03-111-1/+1
* Add AppVeyor (Windows CI) badge to README.costan2019-03-071-0/+1
* Align windows_logger with posix_logger.costan2019-03-073-30/+39
* Improve CI configuration.costan2019-03-042-5/+2
* Added native support for Windows.cmumford2019-03-0114-23/+1120
* leveldb: Make WriteBatch::ApproximateSize() const.costan2019-01-152-2/+2
* leveldb: Fix PosixWritableFile::Sync() on Apple systems.costan2019-01-093-12/+40
* Fix fdatasync() feature detection in opensource build.costan2019-01-082-5/+10
* Add back space to POSIX Logger.cmumford2019-01-071-2/+2
* Update Travis CI configuration.costan2019-01-021-22/+22
* Clean up env_posix.cc.costan2018-10-291-251/+296
* Rework once initialization in env_posix.cc.costan2018-09-241-14/+70
* C++11 cleanup for util/mutexlock.h.costan2018-09-241-3/+3
* Update .gitignore.costan2018-09-241-9/+8
* Rework threading in env_posix.cc.costan2018-09-112-91/+80
* Remove InitOnce from the port API.costan2018-09-106-29/+104
* Clean up PosixWritableFile in env_posix.cc.costan2018-09-081-82/+117
* Clean up posix_logger.h.costan2018-09-041-64/+94
* Remove ssize_t from code that is not POSIX-specific.costan2018-09-042-12/+15
* Simplify Limiter in env_posix.cc.costan2018-09-041-33/+25
* Clarify comments for leveldb::Env file reading methods.costan2018-09-041-2/+2
* Remove GCC on OSX from the Travis CI matrix.costan2018-09-041-0/+7
* Expose WriteBatch::Append in the C API.costan2018-08-193-3/+16
* Expose WriteBatch::Append().costan2018-08-143-4/+15
* Clean up Iterator.costan2018-06-042-32/+45