summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-0239-443/+471
| * | | Initialize class members to default values in constructors.Chris Mumford2019-04-121-2/+1
| * | | Merge pull request #665 from cheng-chang:codingChris Mumford2019-04-121-1/+1
| |\ \ \
| | * | | Remove unnecessary bit operation.Cheng Chang2019-03-221-1/+1
| * | | | Two small fixes for the Windows implementation (#661)Felipe Oliveira Carvalho2019-03-211-0/+2
| * | | | Use override consistently in leveldb::test::ErrorEnv.rccostan2019-03-201-4/+4
| * | | | Switch corruption_test to use InMemEnv.cmumford2019-03-203-26/+5
| * | | | Inline defaults in options.costan2019-03-201-14/+1
| * | | | leveldb: Replace AtomicPointer with std::atomic.costan2019-03-114-68/+67
| * | | | Align windows_logger with posix_logger.costan2019-03-072-20/+29
| * | | | Added native support for Windows.cmumford2019-03-014-0/+959
| | |/ / | |/| |
| * | | leveldb: Fix PosixWritableFile::Sync() on Apple systems.costan2019-01-091-12/+34
| * | | Add back space to POSIX Logger.cmumford2019-01-071-2/+2
| |/ /
| * | 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
| * | Rework threading in env_posix.cc.costan2018-09-112-91/+80
| * | Remove InitOnce from the port API.costan2018-09-103-11/+102
| * | Clean up PosixWritableFile in env_posix.cc.costan2018-09-081-82/+117
| * | Clean up posix_logger.h.costan2018-09-041-64/+94
| * | Simplify Limiter in env_posix.cc.costan2018-09-041-33/+25
| * | Add move constructor to Status.costan2018-04-231-0/+42
| * | Replace port_posix with port_stdcxx.costan2018-04-171-0/+6
| * | 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-131-0/+145
| * | Replace NULL with nullptr in C++ files.costan2018-04-1015-68/+69
| * | leveldb: Add more thread safety annotations.costan2018-03-232-16/+16
| * | Extend thread safety annotations.costan2018-03-161-7/+9
| * | Fix includes in util/testharness.h.costan2018-03-164-24/+31
| * | Remove extern from function declarations.costan2018-03-127-37/+36
| * | leveldb: Include <algorithm> in util/env_test.cc.costan2017-10-041-0/+2
| * | Fix FD leak in POSIX Env.costan2017-10-031-1/+1
| * | leveldb: Add tests for CL 170769101.costan2017-10-031-12/+59
| * | Remove handling for unused LRUHandle representation special case.costan2017-10-031-10/+7
| * | Fix file writing bug in CL 170738066.sanjay2017-10-031-2/+2
| * | Fix use of uninitialized value in LRUHandle.cmumford2017-10-032-1/+12
| * | Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-032-40/+140
| * | Use portable CRC32C from google/crc32c.costan2017-09-261-298/+328
| |/
| * Switched variable type from int to uint64_t in ConsumeDecimalNumber.cmumford2017-08-241-1/+2
| * leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-102-27/+49
* | fix comment果冻2017-03-101-1/+1
|/
* Separate Env tests from PosixEnv tests.costan2017-03-012-48/+74
* Implement support for Intel crc32 instruction (SSE 4.2)costan2017-02-281-0/+18
* Including <limits> for std::numeric_limits.cmumford2017-02-091-0/+1
* Limit the number of read-only files the POSIX Env will have open.cmumford2017-01-043-58/+204
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-281-0/+1
* fix problems in LevelDB's caching codem3b2016-07-062-35/+112
* Resolve race when getting approximate-memory-usage propertyssid2015-12-092-8/+8
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-091-1/+12