aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAge
* Reland changes accidentally reverted in 302786eVictor Hugo Vianna Silva2025-01-29
* Fix speculatively some "placement new" issues in leveldbleveldb Team2025-01-24
* Fix C++23 compilation errors in leveldbleveldb Team2025-01-24
* Fix invalid pointer arithmetic in Hash (#1222)David Benjamin2025-01-02
* Merge pull request #1104 from reillyeon:chromium_envVictor Costan2023-03-28
|\
| * Address comments.Reilly Grant2023-03-28
| * Fix tests when run against ChromiumEnvReilly Grant2023-03-28
* | Fix EnvTest.RunMany to allow parallel executionReilly Grant2023-03-28
|/
* Merge pull request #506 from lingbin:fix_issue_505Victor Costan2022-01-10
|\
| * Merge branch 'master' into fix_issue_505Victor Costan2022-01-10
| |\
| * | fix style and remove unused codelingbin2017-09-04
* | | Merge pull request #744 from HenryRLee:patch-1Victor Costan2022-01-10
|\ \ \
| * \ \ Merge branch 'master' into patch-1Victor Costan2022-01-09
| |\ \ \ | | | |/ | | |/|
| * | | Remove unused variable kDelayMicros in env_test.ccHenry Lee2019-10-15
* | | | Merge pull request #747 from zltl:patch-1Victor Costan2022-01-10
|\ \ \ \ | |_|/ / |/| | |
| * | | fix typo in comment of LRUHandleLiao Tonglang2019-10-22
| |/ /
* | | Merge pull request #901 from mapleFU:opt-using-moveVictor Costan2022-01-10
|\ \ \
| * | | [Init] initial commitmwish2021-05-02
* | | | Merge pull request #919 from wineway:fix_posix_testVictor Costan2022-01-10
|\ \ \ \
| * | | | fixed random access file exhaust random mmap file use wrong limit countwineway2021-07-01
| |/ / /
* | | | Merge pull request #965 from ShawnZhong:cpp20Victor Costan2022-01-08
|\ \ \ \
| * | | | Update env_posix.ccShawn Zhong2021-12-30
* | | | | Fix typosDimitris Apostolou2022-01-05
* | | | | Remove main() from most tests.Victor Costan2022-01-03
|/ / / /
* | | | Add invariant checks to Limiter in Env implementations.Victor Costan2021-12-22
* | | | Merge pull request #941 from pmmp:no-handle-inheritanceVictor Costan2021-11-30
|\ \ \ \
| * | | | Prevent handle used for LOG from being inherited by subprocessesDylan K. Taylor2021-10-09
* | | | | Remove <pthread.h> include and find_package() from build filesFelipe Oliveira Carvalho2021-11-28
* | | | | Get env_posix.cc building under Fuchsia.leveldb Team2021-09-12
| |/ / / |/| | |
* | | | Internal cleanup migrating StatusOr.leveldb Team2020-10-07
|/ / /
* | | Fix accidental double std:: qualifiers.Victor Costan2020-04-30
* | | Add some std:: qualifiers to types and functions.Victor Costan2020-04-29
* | | Switch from C headers to C++ headers.Victor Costan2020-04-29
* | | change const to constexprleveldb Team2020-04-28
* | | Remove leveldb::port::kLittleEndian.Victor Costan2020-04-14
* | | Remove Windows workarounds in some tests.Victor Costan2020-01-14
* | | Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-09
* | | Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-09
* | | Internal change.leveldb Team2019-12-02
* | | Switch testing harness to googletest.Victor Costan2019-11-21
|/ /
* | Fix tsan problem in env_test.Sanjay Ghemawat2019-09-29
* | Align EnvPosix and EnvWindows.Victor Costan2019-06-13
* | Replace "> >" with ">>"Victor Costan2019-05-30
* | unsigned char -> uint8_tVictor Costan2019-05-28
* | Add explicit typecasts to avoid compiler warning.Chris Mumford2019-05-24
* | Switch to using C++ 11 override specifier.Chris Mumford2019-05-09
* | Merge branch 'master' into patch-2果冻2019-05-09
|\ \
| * | Fix EnvPosix tests on Travis CI.Victor Costan2019-05-07
| * | Formatting changes for prior O_CLOEXEC fix.Chris Mumford2019-05-06
| * | Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-06
| |\ \