Commit History

Author SHA1 Message Date
  Chris Mumford 031ae8e2db Test cmd markdown 5 years ago
  Chris Mumford 5a2a472741 Fixed missing std namespaces and make_unique. 5 years ago
  Chris Mumford 08e771901f Simplify issue320_test. 5 years ago
  Chris Mumford 65e86f75ea Fix formatting of recent snapshot compaction fix. 5 years ago
  Chris Mumford 7711e76766 Merge pull request #339 from richcole-at-amazon:master 5 years ago
  Chris Mumford 71ed7c401e Fixed typo in comment in version_set.h. 5 years ago
  Victor Costan 09fa8868db Align version/soversion CMake setup closer with other repositories. 5 years ago
  Richard Cole 20fb601aa9 Fix snapshot compaction bug 8 years ago
  leveldb Team 37300aa54b Restore soname versioning with CMake build 5 years ago
  Chris Mumford 56178ddaf4 Update the version to 1.21 in preparation for a new release. 5 years ago
  leveldb Team 35619d248d Project import generated by Copybara. 5 years ago
  costan 416344de2f leveldb: Register in copybara whitelist. 5 years ago
  costan da94ac67e9 leveldb: Minor cleanup in ports. 5 years ago
  costan bd24b96306 leveldb: Silence unused argument warnings in MSVC. 5 years ago
  costan 6188a54ce9 leveldb: Add tests for empty keys and values. 5 years ago
  Felipe Oliveira Carvalho 7035af5fc3 Two small fixes for the Windows implementation (#661) 5 years ago
  usurai 6571279d6d fix a typo in the comment of skiplist_test.cc (#664) 5 years ago
  costan 15e2278966 Use override consistently in leveldb::test::ErrorEnv. 5 years ago
  cmumford ea49b27d06 Switch corruption_test to use InMemEnv. 5 years ago
  cmumford ce399ac28a Always copy bytes to scratch buffer when reading w/MemEnv. 5 years ago
  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
  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
  costan 6caf73ad9d Clean up Iterator. 6 years ago