index
:
leveldb
main
leveldb mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
port
Commit message (
Expand
)
Author
Age
*
Support Zstd compression level in Leveldb
leveldb Team
2023-04-20
*
Add support for Zstd-based compression in LevelDB.
leveldb Team
2023-03-28
*
fix typo in port_example.h
Jayice
2021-03-28
*
Remove leveldb::port::kLittleEndian.
Victor Costan
2020-04-14
*
Merge pull request #624 from adam-azarchs:master
Chris Mumford
2019-05-06
|
\
|
*
Add O_CLOEXEC to open calls.
Adam Azarchs
2019-02-22
*
|
Moved port/README to port/README.md.
Chris Mumford
2019-05-02
*
|
Format all files IAW the Google C++ Style Guide.
Chris Mumford
2019-05-02
*
|
leveldb: Minor cleanup in ports.
costan
2019-03-29
*
|
leveldb: Silence unused argument warnings in MSVC.
costan
2019-03-29
*
|
leveldb: Replace AtomicPointer with std::atomic.
costan
2019-03-11
*
|
leveldb: Remove unused file port/win/stdint.h.
costan
2019-03-11
*
|
Added native support for Windows.
cmumford
2019-03-01
|
/
*
leveldb: Fix PosixWritableFile::Sync() on Apple systems.
costan
2019-01-09
*
Fix fdatasync() feature detection in opensource build.
costan
2019-01-08
*
Remove InitOnce from the port API.
costan
2018-09-10
*
Replace port_posix with port_stdcxx.
costan
2018-04-17
*
Replace NULL with nullptr in C++ files.
costan
2018-04-10
*
Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h.
costan
2018-04-10
*
Take <atomic> for granted in port/atomic_pointer.h.
costan
2018-03-21
*
Add CMake build support.
costan
2018-03-16
*
Remove extern from function declarations.
costan
2018-03-12
*
Bypass OSMemoryBarrier() warning on Mac.
costan
2018-03-09
*
Switch HAVE_ library detection macros to 0/1.
costan
2018-03-09
*
Enable thread safety annotations in open source version.
costan
2018-02-13
*
Replace SSE-optimized CRC32C in POSIX port with external library.
costan
2017-10-10
*
leveldb: Rename SNAPPY to HAVE_SNAPPY.
costan
2017-10-05
*
leveldb: Remove *_unlocked feature detection from POSIX port.
costan
2017-10-05
*
leveldb: Fix alignment code in SSE4.2-optimized CRC32C.
costan
2017-08-24
*
Use __APPLE__ instead of OS_MACOS. The former is compiler-provided.
scrubbed
2017-08-24
*
leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit).
costan
2017-03-01
*
Implement support for Intel crc32 instruction (SSE 4.2)
costan
2017-02-28
*
Merge pull request #272 from vapier/master
Chris Mumford
2016-01-12
|
\
|
*
Fix Android/MIPS build.
David Turner
2014-12-17
*
|
Including atomic_pointer.h in port_posix
cmumford
2015-12-09
|
/
*
Add arm64 support to leveldb.
Chris Mumford
2014-12-11
*
Release 1.18
v1.18
Chris Mumford
2014-09-16
*
Release LevelDB 1.15
v1.15
David Grogan
2013-12-10
*
added utility to dump leveldb files
v1.8
Sanjay Ghemawat
2012-12-27
*
Update to leveldb 1.6
v1.6
David Grogan
2012-10-12
*
remove obsolete android port files
Sanjay Ghemawat
2012-05-30
*
Remove static initializer; fix endian-ness detection; fix build on
Sanjay Ghemawat
2012-05-30
*
Added bloom filter support.
v1.4
Sanjay Ghemawat
2012-04-17
*
Build fixes and cleanups:
Sanjay Ghemawat
2012-03-21
*
add .gitignore; support for building on a few BSD variants
Sanjay Ghemawat
2012-03-05
*
A number of fixes:
Hans Wennborg
2011-10-31
*
Sync with upstream @23860137.
Hans Wennborg
2011-09-12
*
Adding FreeBSD support, removing Chromium files, adding benchmark.
gabor@google.com
2011-07-27
*
Speed up Snappy uncompression, new Logger interface.
gabor@google.com
2011-07-21
*
Sun Studio support, and fix for test related memory fixes.
gabor@google.com
2011-07-19
[next]