summaryrefslogtreecommitdiff
path: root/port
AgeCommit message (Expand)Author
2020-12-22Fix various small build issues, Java API naming (#7776)Adam Retter
2020-12-22Fix jemalloc compliation problem on macOS (#7624)Adam Retter
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-10-01Fix MSVC-related build issues (#7439)Koby Kahane
2020-09-25Introduce a helper method UncompressData (#7434)Levi Tamasi
2020-09-23build: make it compile with @mode/win (#7406)Xavier Deguillard
2020-06-18build fixes for GNU/kFreeBSD (#6992)Andrew Kryczka
2020-06-04Fix more defects reported by Coverity Scan (#6935)Peter Dillinger
2020-06-03Posix threads (#6865)Lucian Petrut
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-04-17Add IsDirectory() to Env and FS (#6711)Yanqin Jin
2020-04-10Fault injection in db_stress (#6538)anand76
2020-03-31Fix jemalloc forward declarations (#6613)Andrew Gallagher
2020-03-28Be able to decrease background thread's CPU priority when creating database b...Cheng Chang
2020-03-20Support direct IO in RandomAccessFileReader::MultiRead (#6446)Cheng Chang
2020-02-22Share kPageSize (and other small tweaks) (#6443)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-01-07Implement getfreespace for WinEnv (#6265)Huisheng Liu
2019-11-26Work around weird unused errors with Mingw (#6075)John Ericson
2019-10-11Fix block cache ID uniqueness for Windows builds (#5844)Andrew Kryczka
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-16Refactor/consolidate legacy Bloom implementation details (#5784)Peter Dillinger
2019-09-16Charge block cache for cache internal usage (#5797)Maysam Yabandeh
2019-09-16Revert changes from PR#5784 accidentally in PR#5780 (#5810)Peter Dillinger
2019-09-13Refactor some confusing logic in PlainTableReaderPeter Dillinger
2019-09-11Use delete to disable automatic generated methods. (#5009)Shylock Hg
2019-07-30fix sign compare warnings (#5651)Yi Wu
2019-07-15Fix regression - 100% CPU - Regression for Windows 7 (#5557)Tomas Kolda
2019-07-02Fix clang build with jemalloc (#5522)Andrew Kryczka
2019-07-02Support jemalloc compiled with `--with-jemalloc-prefix` (#5521)Andrew Kryczka
2019-06-14fix compilation error on MSVC (#5458)Huisheng Liu
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-05-21Remove PATENTS text from a few straggler files (#5326)Sagar Vemuri
2019-04-22Optionally wait on bytes_per_sync to smooth I/O (#5183)Andrew Kryczka
2019-04-04#5145 , rename port/dirent.h to port/port_dirent.h to avoid compile err when ...datonli
2019-03-27Format env_win coding style by google c++ style guide (#5096)Burton Li
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2019-03-21fix NowNanos overflow (#5062)Burton Li
2019-03-20Make adaptivity of LRU cache mutexes configurable (#5054)Levi Tamasi
2019-03-12add OptionType kInt32T and kInt64TZhongyi Xie
2019-03-08Fix build failures due to missing JEMALLOC_CXX_THROW macro (#5053)Yi Wu
2019-01-03Detect if Jemalloc is linked with the binary (#4844)Yi Wu
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-11Add compile time option to work with utf8 filename strings (#4469)Wilfried Goesgens
2018-10-04Fix typos in comments (#4456)Dmitry Alimov
2018-09-14Fix cross-filesystem checkpoint on Windows (#4365)Constantin Belyaev
2018-09-05Support pragma once in all header files and cleanup some warnings (#4339)cngzhnp
2018-08-23Add path to WritableFileWriter. (#4039)Yanqin Jin