summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1104 from reillyeon:chromium_envVictor Costan2023-03-281-0/+10
|\
| * Address comments.Reilly Grant2023-03-281-16/+11
| * Fix tests when run against ChromiumEnvReilly Grant2023-03-281-11/+26
* | Fix EnvTest.RunMany to allow parallel executionReilly Grant2023-03-281-11/+16
|/
* Merge pull request #506 from lingbin:fix_issue_505Victor Costan2022-01-101-10/+0
|\
| * Merge branch 'master' into fix_issue_505Victor Costan2022-01-1043-1692/+3548
| |\
| * | fix style and remove unused codelingbin2017-09-042-12/+2
* | | Merge pull request #744 from HenryRLee:patch-1Victor Costan2022-01-101-2/+0
|\ \ \
| * \ \ Merge branch 'master' into patch-1Victor Costan2022-01-0932-509/+304
| |\ \ \ | | | |/ | | |/|
| * | | Remove unused variable kDelayMicros in env_test.ccHenry Lee2019-10-151-2/+0
* | | | Merge pull request #747 from zltl:patch-1Victor Costan2022-01-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix typo in comment of LRUHandleLiao Tonglang2019-10-221-1/+1
| |/ /
* | | Merge pull request #901 from mapleFU:opt-using-moveVictor Costan2022-01-101-1/+1
|\ \ \
| * | | [Init] initial commitmwish2021-05-021-1/+1
* | | | Merge pull request #919 from wineway:fix_posix_testVictor Costan2022-01-101-3/+3
|\ \ \ \
| * | | | fixed random access file exhaust random mmap file use wrong limit countwineway2021-07-011-3/+3
| |/ / /
* | | | Merge pull request #965 from ShawnZhong:cpp20Victor Costan2022-01-082-4/+4
|\ \ \ \
| * | | | Update env_posix.ccShawn Zhong2021-12-301-2/+2
* | | | | Fix typosDimitris Apostolou2022-01-052-3/+3
* | | | | Remove main() from most tests.Victor Costan2022-01-0310-50/+0
|/ / / /
* | | | Add invariant checks to Limiter in Env implementations.Victor Costan2021-12-222-5/+52
* | | | Merge pull request #941 from pmmp:no-handle-inheritanceVictor Costan2021-11-301-1/+1
|\ \ \ \
| * | | | Prevent handle used for LOG from being inherited by subprocessesDylan K. Taylor2021-10-091-1/+1
* | | | | 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
| |/ / / |/| | |
* | | | Internal cleanup migrating StatusOr.leveldb Team2020-10-071-1/+1
|/ / /
* | | Fix accidental double std:: qualifiers.Victor Costan2020-04-301-1/+1
* | | Add some std:: qualifiers to types and functions.Victor Costan2020-04-2910-43/+46
* | | Switch from C headers to C++ headers.Victor Costan2020-04-2910-23/+21
* | | change const to constexprleveldb Team2020-04-281-1/+1
* | | Remove leveldb::port::kLittleEndian.Victor Costan2020-04-141-46/+4
* | | Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
* | | Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-096-21/+31
* | | Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* | | Internal change.leveldb Team2019-12-0213-14/+14
* | | Switch testing harness to googletest.Victor Costan2019-11-2116-356/+179
|/ /
* | Fix tsan problem in env_test.Sanjay Ghemawat2019-09-291-37/+49
* | Align EnvPosix and EnvWindows.Victor Costan2019-06-132-227/+316
* | Replace "> >" with ">>"Victor Costan2019-05-301-1/+1
* | unsigned char -> uint8_tVictor Costan2019-05-286-21/+20
* | Add explicit typecasts to avoid compiler warning.Chris Mumford2019-05-241-2/+2
* | Switch to using C++ 11 override specifier.Chris Mumford2019-05-092-13/+13
* | Merge branch 'master' into patch-2果冻2019-05-0943-1399/+3383
|\ \
| * | Fix EnvPosix tests on Travis CI.Victor Costan2019-05-072-87/+280
| * | Formatting changes for prior O_CLOEXEC fix.Chris Mumford2019-05-062-13/+13
| * | Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-062-9/+118
| |\ \
| | * | Add O_CLOEXEC to open calls.Adam Azarchs2019-02-222-9/+120
| * | | Clean up util/coding.{h,cc}.Victor Costan2019-05-062-47/+81
| * | | Style cleanup.Victor Costan2019-05-042-14/+16
| * | | Correct class/structure declaration order.Chris Mumford2019-05-0310-42/+43