summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
|\ \ \ \ \ \
| * | | | | | Fix insecure linksDimitris Apostolou2020-12-194-8/+8
|/ / / / / /
* | | | | | Update Travis CI config.Victor Costan2020-12-141-5/+5
* | | | | | Merge pull request #855 from cmumford/submodule-fixVictor Costan2020-11-301-0/+0
|\ \ \ \ \ \
| * | | | | | Fixup for adding the third_party/benchmark submodule.Chris Mumford2020-11-301-0/+0
|/ / / / / /
* | | | | | Merge pull request #853 from cmumford:benchmarkChris Mumford2020-11-302-1/+9
|\ \ \ \ \ \
| * | | | | | Added google/benchmark submodule.Chris Mumford2020-11-303-1/+6
* | | | | | | Merge pull request #854 from cmumford:printf-fixChris Mumford2020-11-301-1/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed fprintf of 64-bit value.Chris Mumford2020-11-301-1/+3
|/ / / / / /
* | | | | | Fix bug in filter policy documentation example.Sanjay Ghemawat2020-11-301-1/+1
* | | | | | Use external benchmark API headerleveldb Team2020-11-301-2/+2
* | | | | | Internal test cleanupleveldb Team2020-11-301-12/+9
* | | | | | Internal cleanup migrating StatusOr.leveldb Team2020-10-071-1/+1
|/ / / / /
* | | | | Merge pull request #822 from jl0x61:bugFixChris Mumford2020-07-151-1/+1
|\ \ \ \ \
| * | | | | update index.mdjl0x612020-07-141-1/+1
|/ / / / /