181 コミット (09217fd0677a4fd9713c7a4d774c494a7d3c1f15)
 

作成者 SHA1 メッセージ 日付
  costan 09217fd067 Replace NULL with nullptr in C++ files. 6年前
  costan 6a3b915166 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. 6年前
  costan 260655b4c2 Define LEVELDB_HAS_PORT_CONFIG_H for old compilers. 6年前
  costan 6fa4566670 Rename CMake project / targets from Leveldb to leveldb. 6年前
  costan 0db30413a4 leveldb: Add more thread safety annotations. 6年前
  costan 04f39105c5 Take <atomic> for granted in port/atomic_pointer.h. 6年前
  costan 74f032ff6f leveldb: Require C++11. 6年前
  costan 8e75db8623 Remove build configuration for make. 6年前
  Hyzeta df9a841a4f Add export.h to CMakeLists.txt 6年前
  costan 50fbc87e8c Replace SIZE_MAX with std::numeric_limits. 6年前
  costan 739c25100e Add CMake build support. 6年前
  costan 0fa5a4f7b1 Extend thread safety annotations. 6年前
  costan 8143c12f3f Fix includes in util/testharness.h. 6年前
  costan aece2068d7 Remove extern from function declarations. 6年前
  costan ddab751002 Add tests for {Old}InfoLogFileName(). 6年前
  costan 7fd7c00721 Remove unused function ExtractValueType. 6年前
  costan 594cc987af Bypass OSMemoryBarrier() warning on Mac. 6年前
  costan 49f35d3fc9 leveldb: Update Travis CI configuration for open source build. 6年前
  costan 623d014a54 Expose Env::GetTempDirectory() for use in C test. 6年前
  costan 8c8024ea33 Switch HAVE_ library detection macros to 0/1. 6年前
  costan 41172a2401 Enable thread safety annotations in open source version. 6年前
  cmumford 47cb9e2a21 Add leveldb_options_set_max_file_size to the C API. 7年前
  cmumford b5d4a22e64 Fixed style guide link in CONTRIBUTING.md 7年前
  cmumford 3da4d8b989 Deleted unused assignments in Reader. 7年前
  cmumford 0509414f85 leveldb::DestroyDB will now delete empty directories. 7年前
  costan 23162ca1c6 Fix typo (forgotten reference operator) in test. 7年前
  costan 5c39524f36 Replace SSE-optimized CRC32C in POSIX port with external library. 7年前
  costan ca216e493f leveldb: Rename SNAPPY to HAVE_SNAPPY. 7年前
  costan 25767d066c leveldb: Remove *_unlocked feature detection from POSIX port. 7年前
  cmumford 4a7e7f50dc Add LEVELDB_EXPORT macro to export public symbols. 7年前
  costan 542590d2a8 leveldb: Include <algorithm> in util/env_test.cc. 7年前
  costan 8ae7998aab Fix FD leak in POSIX Env. 7年前
  costan d9a9e02edf leveldb: Add tests for CL 170769101. 7年前
  costan 4447f9cace Remove handling for unused LRUHandle representation special case. 7年前
  sanjay 2372ac574f Fix file writing bug in CL 170738066. 7年前
  cmumford 1c75e88055 Fix use of uninitialized value in LRUHandle. 7年前
  sanjay 7e12c00ecf Fix issue 474: a race between the f*_unlocked() STDIO calls in 7年前
  costan bcd9a8ea4a Use portable CRC32C from google/crc32c. 7年前
  costan ea0a7586b8 Remove confusing and unnecessary if. 7年前
  costan 141e767135 Simplify Table::Open() flow and remove a delete call. 7年前
  cmumford 09a3c8e741 Switched variable type from int to uint64_t in ConsumeDecimalNumber. 7年前
  costan 2964b803b8 leveldb: Fix alignment code in SSE4.2-optimized CRC32C. 7年前
  davidair 02f43c0fcd Remove dead code. 7年前
  scrubbed 0b402e96a7 Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. 7年前
  costan 8415f00eee leveldb: Report missing CURRENT manifest file as database corruption. 7年前
  costan 69e2bd224b LevelDB: Add WriteBatch::ApproximateSize(). 7年前
  costan a53934a3ae Increase leveldb version to 1.20. 7年前
  costan f3f139737c Separate Env tests from PosixEnv tests. 7年前
  costan eb4f0972fd leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit). 7年前
  cmumford d0883b6006 Fixed path to doc file: index.md. 7年前