summaryrefslogtreecommitdiff
path: root/port
Commit message (Expand)AuthorAgeFilesLines
* Support Zstd compression level in Leveldbleveldb Team2023-04-202-2/+8
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-283-2/+93
* fix typo in port_example.hJayice2021-03-281-1/+1
* Remove leveldb::port::kLittleEndian.Victor Costan2020-04-143-12/+0
* Merge pull request #624 from adam-azarchs:masterChris Mumford2019-05-061-0/+5
|\
| * Add O_CLOEXEC to open calls.Adam Azarchs2019-02-221-0/+5
* | Moved port/README to port/README.md.Chris Mumford2019-05-021-0/+0
* | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-023-18/+25
* | leveldb: Minor cleanup in ports.costan2019-03-291-3/+4
* | leveldb: Silence unused argument warnings in MSVC.costan2019-03-291-0/+11
* | leveldb: Replace AtomicPointer with std::atomic.costan2019-03-113-201/+0
* | leveldb: Remove unused file port/win/stdint.h.costan2019-03-111-24/+0
* | Added native support for Windows.cmumford2019-03-012-5/+1
|/
* leveldb: Fix PosixWritableFile::Sync() on Apple systems.costan2019-01-091-0/+5
* Fix fdatasync() feature detection in opensource build.costan2019-01-081-3/+3
* Remove InitOnce from the port API.costan2018-09-102-18/+0
* Replace port_posix with port_stdcxx.costan2018-04-174-87/+44
* Replace NULL with nullptr in C++ files.costan2018-04-101-2/+2
* Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.costan2018-04-101-4/+0
* Take <atomic> for granted in port/atomic_pointer.h.costan2018-03-212-82/+5
* Add CMake build support.costan2018-03-162-42/+55
* Remove extern from function declarations.costan2018-03-122-9/+9
* Bypass OSMemoryBarrier() warning on Mac.costan2018-03-091-3/+6
* Switch HAVE_ library detection macros to 0/1.costan2018-03-091-12/+12
* Enable thread safety annotations in open source version.costan2018-02-133-23/+77
* Replace SSE-optimized CRC32C in POSIX port with external library.costan2017-10-102-136/+12
* leveldb: Rename SNAPPY to HAVE_SNAPPY.costan2017-10-051-8/+8
* leveldb: Remove *_unlocked feature detection from POSIX port.costan2017-10-051-9/+0
* leveldb: Fix alignment code in SSE4.2-optimized CRC32C.costan2017-08-241-2/+6
* Use __APPLE__ instead of OS_MACOS. The former is compiler-provided.scrubbed2017-08-242-5/+5
* leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit).costan2017-03-011-0/+4
* Implement support for Intel crc32 instruction (SSE 4.2)costan2017-02-283-0/+133
* Merge pull request #272 from vapier/masterChris Mumford2016-01-121-0/+9
|\
| * Fix Android/MIPS build.David Turner2014-12-171-0/+9
* | Including atomic_pointer.h in port_posixcmumford2015-12-091-1/+0
|/
* Add arm64 support to leveldb.Chris Mumford2014-12-111-0/+10
* Release 1.18v1.18Chris Mumford2014-09-163-19/+16
* Release LevelDB 1.15v1.15David Grogan2013-12-101-7/+7
* added utility to dump leveldb filesv1.8Sanjay Ghemawat2012-12-271-1/+7
* Update to leveldb 1.6v1.6David Grogan2012-10-123-2/+140
* remove obsolete android port filesSanjay Ghemawat2012-05-302-223/+0
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-305-16/+51
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+3
* Build fixes and cleanups:Sanjay Ghemawat2012-03-211-1/+1
* add .gitignore; support for building on a few BSD variantsSanjay Ghemawat2012-03-051-3/+11
* A number of fixes:Hans Wennborg2011-10-315-10/+10
* Sync with upstream @23860137.Hans Wennborg2011-09-123-362/+0
* Adding FreeBSD support, removing Chromium files, adding benchmark.gabor@google.com2011-07-273-186/+3
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-216-24/+58
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-2/+3