summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected typo in docs: "cache" to "block_cache".cmumford2018-06-041-4/+4
* Clean up SnapshotImpl.costan2018-04-303-30/+102
* Fix documentation for log file growth.cmumford2018-04-301-5/+7
* Update default log file size in doc.cmumford2018-04-301-1/+1
* Add move constructor to Status.costan2018-04-233-11/+62
* Replace port_posix with port_stdcxx.costan2018-04-176-135/+66
* Fix sign mismatch warnings in GCC.MarcoFalke2018-04-162-2/+2
* Add forgotten <limits> header to util/logging.cc.costan2018-04-131-0/+1
* Reimplement ConsumeDecimalNumber.costan2018-04-131-19/+29
* Add tests for ConsumeDecimalNumber.costan2018-04-132-0/+146
* Document the building process.costan2018-04-111-1/+18
* Replace NULL with nullptr in C++ files.costan2018-04-1055-570/+575
* Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.costan2018-04-101-4/+0
* Define LEVELDB_HAS_PORT_CONFIG_H for old compilers.costan2018-04-091-0/+33
* Rename CMake project / targets from Leveldb to leveldb.costan2018-03-233-10/+10
* leveldb: Add more thread safety annotations.costan2018-03-237-54/+64
* Take <atomic> for granted in port/atomic_pointer.h.costan2018-03-213-85/+5