67 Révisions (main)

Auteur SHA1 Message Date
  cyq 56fee562a6 忽略ttl的存在,使得程序能够顺利运行 il y a 1 mois
  leveldb Team c61238dcf3 Support Zstd compression level in Leveldb il y a 1 an
  leveldb Team 1d6e8d64ee Add support for Zstd-based compression in LevelDB. il y a 1 an
  Jayice 9e8500518f fix typo in port_example.h il y a 3 ans
  Victor Costan 201f52201f Remove leveldb::port::kLittleEndian. il y a 4 ans
  Chris Mumford c784d63b93 Moved port/README to port/README.md. il y a 5 ans
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. il y a 5 ans
  costan da94ac67e9 leveldb: Minor cleanup in ports. il y a 5 ans
  costan bd24b96306 leveldb: Silence unused argument warnings in MSVC. il y a 5 ans
  costan 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. il y a 5 ans
  costan cf1d1ab255 leveldb: Remove unused file port/win/stdint.h. il y a 5 ans
  cmumford c69d33b0ec Added native support for Windows. il y a 5 ans
  Adam Azarchs 75fceae700 Add O_CLOEXEC to open calls. il y a 6 ans
  costan 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. il y a 5 ans
  costan b70493ca85 Fix fdatasync() feature detection in opensource build. il y a 5 ans
  costan 05709fb43e Remove InitOnce from the port API. il y a 6 ans
  costan d177a0263c Replace port_posix with port_stdcxx. il y a 6 ans
  costan 09217fd067 Replace NULL with nullptr in C++ files. il y a 6 ans
  costan 6a3b915166 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. il y a 6 ans
  costan 04f39105c5 Take <atomic> for granted in port/atomic_pointer.h. il y a 6 ans
  costan 739c25100e Add CMake build support. il y a 6 ans
  costan aece2068d7 Remove extern from function declarations. il y a 6 ans
  costan 594cc987af Bypass OSMemoryBarrier() warning on Mac. il y a 6 ans
  costan 8c8024ea33 Switch HAVE_ library detection macros to 0/1. il y a 6 ans
  costan 41172a2401 Enable thread safety annotations in open source version. il y a 6 ans
  costan 5c39524f36 Replace SSE-optimized CRC32C in POSIX port with external library. il y a 7 ans
  costan ca216e493f leveldb: Rename SNAPPY to HAVE_SNAPPY. il y a 7 ans
  costan 25767d066c leveldb: Remove *_unlocked feature detection from POSIX port. il y a 7 ans
  costan 2964b803b8 leveldb: Fix alignment code in SSE4.2-optimized CRC32C. il y a 7 ans
  scrubbed 0b402e96a7 Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. il y a 7 ans
  costan eb4f0972fd leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit). il y a 7 ans
  costan ea175e28f8 Implement support for Intel crc32 instruction (SSE 4.2) il y a 7 ans
  cmumford f8d205cf89 Including atomic_pointer.h in port_posix il y a 9 ans
  David Turner ceff6f1215 Fix Android/MIPS build. il y a 10 ans
  Chris Mumford c4c38f9c1f Add arm64 support to leveldb. il y a 10 ans
  Chris Mumford 803d69203a Release 1.18 il y a 10 ans
  David Grogan 0cfb990d58 Release LevelDB 1.15 il y a 11 ans
  Sanjay Ghemawat ea2e9195fc added utility to dump leveldb files il y a 12 ans
  David Grogan 946e5b5a4c Update to leveldb 1.6 il y a 12 ans
  Sanjay Ghemawat b914f91b10 remove obsolete android port files il y a 12 ans
  Sanjay Ghemawat 075a35a6d3 Remove static initializer; fix endian-ness detection; fix build on il y a 12 ans
  Sanjay Ghemawat 85584d497e Added bloom filter support. il y a 12 ans
  Sanjay Ghemawat a1ad4d1995 Build fixes and cleanups: il y a 12 ans
  Sanjay Ghemawat 015d26f8be add .gitignore; support for building on a few BSD variants il y a 12 ans
  Hans Wennborg 36a5f8ed7f A number of fixes: il y a 13 ans
  Hans Wennborg 213a68eb68 Sync with upstream @23860137. il y a 13 ans
  gabor@google.com f122c6dfbb Adding FreeBSD support, removing Chromium files, adding benchmark. il y a 13 ans
  gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. il y a 13 ans
  gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. il y a 13 ans
  gabor@google.com ed154f6dc4 Fixed a snappy compression wrapper bug (passing wrong variable). il y a 13 ans