Commit History

Author SHA1 Message Date
  cmumford 6a6bdafcf1 Corrected typo in docs: "cache" to "block_cache". 6 years ago
  costan 1868398150 Clean up SnapshotImpl. 6 years ago
  cmumford e7840de9f3 Fix documentation for log file growth. 6 years ago
  cmumford bc23e00f95 Update default log file size in doc. 6 years ago
  costan 4de9594f6f Add move constructor to Status. 6 years ago
  costan d177a0263c Replace port_posix with port_stdcxx. 6 years ago
  MarcoFalke 14cce848e7 Fix sign mismatch warnings in GCC. 6 years ago
  costan 8046a51b21 Add forgotten <limits> header to util/logging.cc. 6 years ago
  costan a0008deb67 Reimplement ConsumeDecimalNumber. 6 years ago
  costan 1f7dd5d5f6 Add tests for ConsumeDecimalNumber. 6 years ago
  costan 1cc8b10b82 Document the building process. 6 years ago
  costan 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
  costan 6a3b915166 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. 6 years ago
  costan 260655b4c2 Define LEVELDB_HAS_PORT_CONFIG_H for old compilers. 6 years ago
  costan 6fa4566670 Rename CMake project / targets from Leveldb to leveldb. 6 years ago
  costan 0db30413a4 leveldb: Add more thread safety annotations. 6 years ago
  costan 04f39105c5 Take <atomic> for granted in port/atomic_pointer.h. 6 years ago
  costan 74f032ff6f leveldb: Require C++11. 6 years ago
  costan 8e75db8623 Remove build configuration for make. 6 years ago
  Hyzeta df9a841a4f Add export.h to CMakeLists.txt 6 years ago
  costan 50fbc87e8c Replace SIZE_MAX with std::numeric_limits. 6 years ago
  costan 739c25100e Add CMake build support. 6 years ago
  costan 0fa5a4f7b1 Extend thread safety annotations. 6 years ago
  costan 8143c12f3f Fix includes in util/testharness.h. 6 years ago
  costan aece2068d7 Remove extern from function declarations. 6 years ago
  costan ddab751002 Add tests for {Old}InfoLogFileName(). 6 years ago
  costan 7fd7c00721 Remove unused function ExtractValueType. 6 years ago
  costan 594cc987af Bypass OSMemoryBarrier() warning on Mac. 6 years ago
  costan 49f35d3fc9 leveldb: Update Travis CI configuration for open source build. 6 years ago
  costan 623d014a54 Expose Env::GetTempDirectory() for use in C test. 6 years ago
  costan 8c8024ea33 Switch HAVE_ library detection macros to 0/1. 6 years ago
  costan 41172a2401 Enable thread safety annotations in open source version. 6 years ago
  cmumford 47cb9e2a21 Add leveldb_options_set_max_file_size to the C API. 7 years ago
  cmumford b5d4a22e64 Fixed style guide link in CONTRIBUTING.md 7 years ago
  cmumford 3da4d8b989 Deleted unused assignments in Reader. 7 years ago
  cmumford 0509414f85 leveldb::DestroyDB will now delete empty directories. 7 years ago
  costan 23162ca1c6 Fix typo (forgotten reference operator) in test. 7 years ago
  costan 5c39524f36 Replace SSE-optimized CRC32C in POSIX port with external library. 7 years ago
  costan ca216e493f leveldb: Rename SNAPPY to HAVE_SNAPPY. 7 years ago
  costan 25767d066c leveldb: Remove *_unlocked feature detection from POSIX port. 7 years ago
  cmumford 4a7e7f50dc Add LEVELDB_EXPORT macro to export public symbols. 7 years ago
  costan 542590d2a8 leveldb: Include <algorithm> in util/env_test.cc. 7 years ago
  costan 8ae7998aab Fix FD leak in POSIX Env. 7 years ago
  costan d9a9e02edf leveldb: Add tests for CL 170769101. 7 years ago
  costan 4447f9cace Remove handling for unused LRUHandle representation special case. 7 years ago
  sanjay 2372ac574f Fix file writing bug in CL 170738066. 7 years ago
  cmumford 1c75e88055 Fix use of uninitialized value in LRUHandle. 7 years ago
  sanjay 7e12c00ecf Fix issue 474: a race between the f*_unlocked() STDIO calls in 7 years ago
  costan bcd9a8ea4a Use portable CRC32C from google/crc32c. 7 years ago
  costan ea0a7586b8 Remove confusing and unnecessary if. 7 years ago