Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix_issue_505 | Victor Costan | 2022-01-10 | 156 | -7611/+9575 |
|\ | |||||
| * | Merge pull request #901 from mapleFU:opt-using-move | Victor Costan | 2022-01-10 | 1 | -1/+1 |
| |\ | |||||
| | * | [Init] initial commit | mwish | 2021-05-02 | 1 | -1/+1 |
| * | | Merge pull request #897 from raynolmenezes:patch-1 | Victor Costan | 2022-01-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update log_reader.h | Raynol Menezes | 2021-04-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #945 from xiong-ang:master | Victor Costan | 2022-01-10 | 1 | -5/+6 |
| |\ \ | |||||
| | * | | fix some trifling points | xiong-ang | 2021-10-22 | 1 | -6/+7 |
| * | | | Merge pull request #934 from BilyZ98:master | Victor Costan | 2022-01-10 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix version_set.cc comments typo | zzt | 2021-09-03 | 1 | -1/+1 |
| * | | | | Merge pull request #919 from wineway:fix_posix_test | Victor Costan | 2022-01-10 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | fixed random access file exhaust random mmap file use wrong limit count | wineway | 2021-07-01 | 1 | -3/+3 |
| * | | | | | Merge pull request #928 from ehds:fix-comment | Victor Costan | 2022-01-09 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix comments position | ehds | 2021-08-08 | 1 | -3/+3 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #960 from ericuni:dedup | Victor Costan | 2022-01-09 | 1 | -1/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | rm redundant code: SetNextFile has already been called before in this function | Eric Wang | 2021-12-05 | 1 | -1/+0 |
| * | | | | | | VersionSet::Builder::Apply() does not mutate its argument. | Victor Costan | 2022-01-09 | 1 | -1/+1 |
| * | | | | | | Merge pull request #903 from LazyWolfLin:dev_random | Victor Costan | 2022-01-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Small fix. | LazyWolfLin | 2021-05-11 | 1 | -1/+1 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merge pull request #902 from ehds:update-table-cache | Victor Costan | 2022-01-09 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make table cache non-copyable | ehds | 2021-05-08 | 1 | -0/+4 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #965 from ShawnZhong:cpp20 | Victor Costan | 2022-01-08 | 2 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Update env_posix.cc | Shawn Zhong | 2021-12-30 | 1 | -2/+2 |
| * | | | | | | | Merge pull request #967 from rex4539:typos | Victor Costan | 2022-01-08 | 3 | -4/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix typos | Dimitris Apostolou | 2022-01-05 | 3 | -4/+4 |
| * | | | | | | | | Merge pull request #968 from xindubawukong:dxy_remove_code | Victor Costan | 2022-01-08 | 1 | -8/+0 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | remove useless code in cache.h | xindubawukong | 2022-01-06 | 1 | -8/+0 |
| | |/ / / / / / | |||||
| * | | | | | | | Remove main() from most tests. | Victor Costan | 2022-01-03 | 29 | -174/+54 |
| |/ / / / / / | |||||
| * | | | | | | Extract benchmark from db_test.cc. | Victor Costan | 2021-12-29 | 3 | -71/+99 |
| * | | | | | | Add invariant checks to Limiter in Env implementations. | Victor Costan | 2021-12-22 | 2 | -5/+52 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #941 from pmmp:no-handle-inheritance | Victor Costan | 2021-11-30 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Prevent handle used for LOG from being inherited by subprocesses | Dylan K. Taylor | 2021-10-09 | 1 | -1/+1 |
| * | | | | | | Merge pull request #951 from philix:no_pthread | Victor Costan | 2021-11-29 | 1 | -1/+0 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Remove <pthread.h> include and find_package() from build files | Felipe Oliveira Carvalho | 2021-11-28 | 1 | -1/+0 |
| |/ / / / / | |||||
| * | | | | | Get env_posix.cc building under Fuchsia. | leveldb Team | 2021-09-12 | 1 | -0/+7 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Switch CI to GitHub Actions. | Victor Costan | 2021-09-02 | 4 | -126/+102 |
| * | | | | Remove the `/` prefix from the recovery_test test file to prevent a double `/`. | leveldb Team | 2021-08-03 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
| * | | | Update Travis CI config. | Victor Costan | 2021-05-25 | 1 | -9/+9 |
| * | | | Merge pull request #906 from pwnall/third-party-bump | Victor Costan | 2021-05-24 | 2 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Roll third-party dependencies. | Victor Costan | 2021-05-17 | 2 | -0/+0 |
| | | |/ | | |/| | |||||
| * | | | Fix compactions that could end up breaking a run of the same user | Sanjay Ghemawat | 2021-05-20 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #881 from firebase:apple-toolchain-fixes | Victor Costan | 2021-03-04 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Don't include C++ headers in extern C | Paul Beusterien | 2021-03-03 | 1 | -4/+4 |
| |/ / | |||||
| * | | Change version to 1.23.1.23 | Chris Mumford | 2021-02-23 | 2 | -2/+2 |
| * | | Fix fprintf format string. | Chris Mumford | 2021-02-17 | 1 | -1/+1 |
| * | | Use partial path to benchmark/benchmark.h. | Chris Mumford | 2021-02-16 | 1 | -1/+1 |
| * | | IWYU fixes in db/c.cc. | Victor Costan | 2021-01-25 | 1 | -5/+8 |
| * | | Fix build errors. | Victor Costan | 2021-01-12 | 1 | -2/+2 |
| * | | Sync MANIFEST before closing in db_impl when creating a new DB. | leveldb Team | 2021-01-12 | 2 | -0/+11 |
| * | | Optimize leveldb block seeks to utilize the current iterator location. | leveldb Team | 2021-01-11 | 3 | -35/+221 |
| * | | Merge pull request #862 from rex4539:https | Victor Costan | 2021-01-01 | 4 | -8/+8 |
| |\ \ |