summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix_issue_505Victor Costan2022-01-10156-7611/+9575
|\
| * Merge pull request #901 from mapleFU:opt-using-moveVictor Costan2022-01-101-1/+1
| |\
| | * [Init] initial commitmwish2021-05-021-1/+1
| * | Merge pull request #897 from raynolmenezes:patch-1Victor Costan2022-01-101-1/+1
| |\ \
| | * | Update log_reader.hRaynol Menezes2021-04-161-1/+1
| | |/
| * | Merge pull request #945 from xiong-ang:masterVictor Costan2022-01-101-5/+6
| |\ \
| | * | fix some trifling points xiong-ang2021-10-221-6/+7
| * | | Merge pull request #934 from BilyZ98:masterVictor Costan2022-01-101-1/+1
| |\ \ \
| | * | | Fix version_set.cc comments typozzt2021-09-031-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 #928 from ehds:fix-commentVictor Costan2022-01-091-3/+3
| |\ \ \ \ \
| | * | | | | Fix comments positionehds2021-08-081-3/+3
| | |/ / / /
| * | | | | Merge pull request #960 from ericuni:dedupVictor Costan2022-01-091-1/+0
| |\ \ \ \ \
| | * | | | | rm redundant code: SetNextFile has already been called before in this functionEric Wang2021-12-051-1/+0
| * | | | | | VersionSet::Builder::Apply() does not mutate its argument.Victor Costan2022-01-091-1/+1
| * | | | | | Merge pull request #903 from LazyWolfLin:dev_randomVictor Costan2022-01-091-1/+1
| |\ \ \ \ \ \
| | * | | | | | Small fix.LazyWolfLin2021-05-111-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #902 from ehds:update-table-cacheVictor Costan2022-01-091-0/+4
| |\ \ \ \ \ \
| | * | | | | | Make table cache non-copyableehds2021-05-081-0/+4
| | |/ / / / /
| * | | | | | Merge pull request #965 from ShawnZhong:cpp20Victor Costan2022-01-082-4/+4
| |\ \ \ \ \ \
| | * | | | | | Update env_posix.ccShawn Zhong2021-12-301-2/+2
| * | | | | | | Merge pull request #967 from rex4539:typosVictor Costan2022-01-083-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Fix typosDimitris Apostolou2022-01-053-4/+4
| * | | | | | | | Merge pull request #968 from xindubawukong:dxy_remove_codeVictor Costan2022-01-081-8/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | remove useless code in cache.hxindubawukong2022-01-061-8/+0
| | |/ / / / / /
| * | | | | | | Remove main() from most tests.Victor Costan2022-01-0329-174/+54
| |/ / / / / /
| * | | | | | Extract benchmark from db_test.cc.Victor Costan2021-12-293-71/+99
| * | | | | | 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
| * | | | | | Merge pull request #951 from philix:no_pthreadVictor Costan2021-11-291-1/+0
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | 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
| | |_|_|/ | |/| | |
| * | | | Switch CI to GitHub Actions.Victor Costan2021-09-024-126/+102
| * | | | Remove the `/` prefix from the recovery_test test file to prevent a double `/`.leveldb Team2021-08-031-1/+1
| | |_|/ | |/| |
| * | | Update Travis CI config.Victor Costan2021-05-251-9/+9
| * | | Merge pull request #906 from pwnall/third-party-bumpVictor Costan2021-05-242-0/+0
| |\ \ \
| | * | | Roll third-party dependencies.Victor Costan2021-05-172-0/+0
| | | |/ | | |/|
| * | | Fix compactions that could end up breaking a run of the same userSanjay Ghemawat2021-05-201-0/+2
| |/ /
| * | Merge pull request #881 from firebase:apple-toolchain-fixesVictor Costan2021-03-041-4/+4
| |\ \
| | * | Don't include C++ headers in extern CPaul Beusterien2021-03-031-4/+4
| |/ /
| * | Change version to 1.23.1.23Chris Mumford2021-02-232-2/+2
| * | Fix fprintf format string.Chris Mumford2021-02-171-1/+1
| * | Use partial path to benchmark/benchmark.h.Chris Mumford2021-02-161-1/+1
| * | IWYU fixes in db/c.cc.Victor Costan2021-01-251-5/+8
| * | Fix build errors.Victor Costan2021-01-121-2/+2
| * | Sync MANIFEST before closing in db_impl when creating a new DB.leveldb Team2021-01-122-0/+11
| * | Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-113-35/+221
| * | Merge pull request #862 from rex4539:httpsVictor Costan2021-01-014-8/+8
| |\ \