432 Commits (77d66aaf3edd6db0f1bfb4308fdc68c62fcc7bf6)
 

Author SHA1 Message Date
  costan 201f77d137 Inline defaults in options. 5 years ago
  cmumford 9ce30510d4 Deleted dangling reference to deleted atomic_pointer.h. 5 years ago
  costan 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 years ago
  cmumford dd906262fd Make InMemoryEnv more consistent with filesystem based Env's. 5 years ago
  costan cf1d1ab255 leveldb: Remove unused file port/win/stdint.h. 5 years ago
  Dimitris Apostolou a20508dc6a Fix typo (#565) 5 years ago
  costan 04470825ac Add AppVeyor (Windows CI) badge to README. 5 years ago
  costan ed76289b25 Align windows_logger with posix_logger. 5 years ago
  costan 808e59ec6a Improve CI configuration. 5 years ago
  cmumford c69d33b0ec Added native support for Windows. 5 years ago
  Adam Azarchs 75fceae700 Add O_CLOEXEC to open calls. 6 years ago
  caodhuan 77e9dfad9f add:compact_pointers_ should be clear when Clear() called 5 years ago
  costan fe4494804f leveldb: Make WriteBatch::ApproximateSize() const. 5 years ago
  costan 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. 5 years ago
  costan b70493ca85 Fix fdatasync() feature detection in opensource build. 5 years ago
  cmumford af7abf06ea Add back space to POSIX Logger. 5 years ago
  costan 58d70545af Update Travis CI configuration. 5 years ago
  costan 1cb3840881 Clean up env_posix.cc. 6 years ago
  costan a7dc502e9f Rework once initialization in env_posix.cc. 6 years ago
  costan c43565dd39 C++11 cleanup for util/mutexlock.h. 6 years ago
  costan 0145a94ab6 Update .gitignore. 6 years ago
  costan 73d5834ece Rework threading in env_posix.cc. 6 years ago
  costan 05709fb43e Remove InitOnce from the port API. 6 years ago
  costan bb88f25115 Clean up PosixWritableFile in env_posix.cc. 6 years ago
  costan 7b945f2003 Clean up posix_logger.h. 6 years ago
  costan 89af27bde5 Remove ssize_t from code that is not POSIX-specific. 6 years ago
  costan 03064cbbb2 Simplify Limiter in env_posix.cc. 6 years ago
  costan 9b44da73d9 Clarify comments for leveldb::Env file reading methods. 6 years ago
  costan 0ef2310f67 Remove GCC on OSX from the Travis CI matrix. 6 years ago
  costan 16a2b8bb3a Expose WriteBatch::Append in the C API. 6 years ago
  costan f7b0e1d901 Expose WriteBatch::Append(). 6 years ago
  andy f314b63e5e lack of sequence and type in comments to introduce entry format 6 years ago
  costan 6caf73ad9d Clean up Iterator. 6 years ago
  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