summaryrefslogtreecommitdiff
path: root/util/env_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use relative paths for googletest includes.gtest_pathxVictor Costan2019-11-301-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-35/+38
* Fix tsan problem in env_test.Sanjay Ghemawat2019-09-291-37/+49
* Correct class/structure declaration order.Chris Mumford2019-05-031-1/+2
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-10/+6
* leveldb: Replace AtomicPointer with std::atomic.costan2019-03-111-26/+31
* Replace NULL with nullptr in C++ files.costan2018-04-101-3/+3
* leveldb: Add more thread safety annotations.costan2018-03-231-9/+9
* leveldb: Include <algorithm> in util/env_test.cc.costan2017-10-041-0/+2
* leveldb: Add tests for CL 170769101.costan2017-10-031-12/+59
* Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-031-0/+50
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-0/+18
* Separate Env tests from PosixEnv tests.costan2017-03-011-48/+8
* Limit the number of read-only files the POSIX Env will have open.cmumford2017-01-041-0/+42
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-251-10/+12
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+102
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-102/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-1/+1
* Initial checkin.jorlow@chromium.org2011-03-181-0/+102