summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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