406 Commits (8a68093c8431be58491eaee2c6887a73a5aa60e7)
 

Author SHA1 Message Date
  Chris Mumford 2f008ac19e Initialize class members to default values in constructors. 5 years ago
  Chris Mumford ffabb1ae86 Merge pull request #665 from cheng-chang:coding 5 years ago
  Chris Mumford 7da571cf2b Merge pull request #669 from pavel-pimenov:fix-readme-windows-mkdir 5 years ago
  Chris Mumford df4a323aaf Merge pull request #472 from zhoudayang:patch-1 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
  Pavel Pimenov 952be04df6 Fix mkdir (windows) 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
  Cheng Chang cf1b5f4732 Remove unnecessary bit operation. 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
  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