aboutsummaryrefslogtreecommitdiff
path: root/port
Commit message (Expand)AuthorAge
* Support Zstd compression level in Leveldbleveldb Team2023-04-20
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-28
* fix typo in port_example.hJayice2021-03-28
* Remove leveldb::port::kLittleEndian.Victor Costan2020-04-14
* Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-06
|\
| * Add O_CLOEXEC to open calls.Adam Azarchs2019-02-22
* | Moved port/README to port/README.md.Chris Mumford2019-05-02
* | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-02
* | leveldb: Minor cleanup in ports.costan2019-03-29
* | leveldb: Silence unused argument warnings in MSVC.costan2019-03-29
* | leveldb: Replace AtomicPointer with std::atomic.costan2019-03-11
* | leveldb: Remove unused file port/win/stdint.h.costan2019-03-11
* | Added native support for Windows.cmumford2019-03-01
|/
* leveldb: Fix PosixWritableFile::Sync() on Apple systems.costan2019-01-09
* Fix fdatasync() feature detection in opensource build.costan2019-01-08
* Remove InitOnce from the port API.costan2018-09-10
* Replace port_posix with port_stdcxx.costan2018-04-17
* Replace NULL with nullptr in C++ files.costan2018-04-10
* Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.costan2018-04-10
* Take <atomic> for granted in port/atomic_pointer.h.costan2018-03-21
* Add CMake build support.costan2018-03-16
* Remove extern from function declarations.costan2018-03-12
* Bypass OSMemoryBarrier() warning on Mac.costan2018-03-09
* Switch HAVE_ library detection macros to 0/1.costan2018-03-09
* Enable thread safety annotations in open source version.costan2018-02-13
* Replace SSE-optimized CRC32C in POSIX port with external library.costan2017-10-10
* leveldb: Rename SNAPPY to HAVE_SNAPPY.costan2017-10-05
* leveldb: Remove *_unlocked feature detection from POSIX port.costan2017-10-05
* leveldb: Fix alignment code in SSE4.2-optimized CRC32C.costan2017-08-24
* Use __APPLE__ instead of OS_MACOS. The former is compiler-provided.scrubbed2017-08-24
* leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit).costan2017-03-01
* Implement support for Intel crc32 instruction (SSE 4.2)costan2017-02-28
* Merge pull request #272 from vapier/masterChris Mumford2016-01-12
|\
| * Fix Android/MIPS build.David Turner2014-12-17
* | Including atomic_pointer.h in port_posixcmumford2015-12-09
|/
* Add arm64 support to leveldb.Chris Mumford2014-12-11
* Release 1.18v1.18Chris Mumford2014-09-16
* Release LevelDB 1.15v1.15David Grogan2013-12-10
* added utility to dump leveldb filesv1.8Sanjay Ghemawat2012-12-27
* Update to leveldb 1.6v1.6David Grogan2012-10-12
* remove obsolete android port filesSanjay Ghemawat2012-05-30
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-30
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-17
* Build fixes and cleanups:Sanjay Ghemawat2012-03-21
* add .gitignore; support for building on a few BSD variantsSanjay Ghemawat2012-03-05
* A number of fixes:Hans Wennborg2011-10-31
* Sync with upstream @23860137.Hans Wennborg2011-09-12
* Adding FreeBSD support, removing Chromium files, adding benchmark.gabor@google.com2011-07-27
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-21
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-19