summaryrefslogtreecommitdiff
path: root/util/env_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #901 from mapleFU:opt-using-moveVictor Costan2022-01-101-1/+1
|\
| * [Init] initial commitmwish2021-05-021-1/+1
* | Merge pull request #965 from ShawnZhong:cpp20Victor Costan2022-01-081-2/+2
|\ \
| * | Update env_posix.ccShawn Zhong2021-12-301-2/+2
* | | Fix typosDimitris Apostolou2022-01-051-2/+2
|/ /
* | Add invariant checks to Limiter in Env implementations.Victor Costan2021-12-221-3/+30
* | Remove <pthread.h> include and find_package() from build filesFelipe Oliveira Carvalho2021-11-281-1/+0
* | Get env_posix.cc building under Fuchsia.leveldb Team2021-09-121-0/+7
|/
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-2/+2
* Align EnvPosix and EnvWindows.Victor Costan2019-06-131-10/+10
* Merge branch 'master' into patch-2果冻2019-05-091-454/+652
|\
| * Fix EnvPosix tests on Travis CI.Victor Costan2019-05-071-1/+9
| * Formatting changes for prior O_CLOEXEC fix.Chris Mumford2019-05-061-11/+11
| * Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-061-8/+17
| |\
| | * Add O_CLOEXEC to open calls.Adam Azarchs2019-02-221-8/+19
| * | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-33/+26
| |/
| * leveldb: Fix PosixWritableFile::Sync() on Apple systems.costan2019-01-091-12/+34
| * Clean up env_posix.cc.costan2018-10-291-251/+296
| * Rework once initialization in env_posix.cc.costan2018-09-241-14/+70
| * Rework threading in env_posix.cc.costan2018-09-111-81/+59
| * Clean up PosixWritableFile in env_posix.cc.costan2018-09-081-82/+117
| * Simplify Limiter in env_posix.cc.costan2018-09-041-33/+25
| * Replace port_posix with port_stdcxx.costan2018-04-171-0/+6
| * Replace NULL with nullptr in C++ files.costan2018-04-101-20/+20
| * leveldb: Add more thread safety annotations.costan2018-03-231-7/+7
| * Fix FD leak in POSIX Env.costan2017-10-031-1/+1
| * Fix file writing bug in CL 170738066.sanjay2017-10-031-2/+2
| * Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-031-40/+90
| * leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-27/+31
* | fix comment果冻2017-03-101-1/+1
|/
* 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-041-58/+134
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-0/+13
* Release 1.18v1.18Chris Mumford2014-09-161-6/+4
* Release LevelDB 1.15v1.15David Grogan2013-12-101-149/+27
* LevelDB 1.13v1.13David Grogan2013-08-211-1/+32
* Release leveldb 1.11v1.11David Grogan2013-06-131-3/+3
* Release leveldb 1.10v1.10David Grogan2013-05-141-2/+2
* Update to leveldb 1.6v1.6David Grogan2012-10-121-6/+95
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-151-4/+46
* A number of fixes:Hans Wennborg2011-10-311-2/+2
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-211-62/+12
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-25/+36
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-0/+7
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+599
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-599/+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-2/+2
* Upstream changes.jorlow@chromium.org2011-03-281-13/+3