[go: up one dir, main page]

  1. 56178dd Update the version to 1.21 in preparation for a new release. by Chris Mumford · 7 years ago 1.21
  2. 35619d2 Project import generated by Copybara. by leveldb Team · 7 years ago
  3. 416344d leveldb: Register in copybara whitelist. by costan · 7 years ago
  4. da94ac6 leveldb: Minor cleanup in ports. by costan · 7 years ago
  5. bd24b96 leveldb: Silence unused argument warnings in MSVC. by costan · 7 years ago
  6. 6188a54 leveldb: Add tests for empty keys and values. by costan · 7 years ago
  7. 7035af5 Two small fixes for the Windows implementation (#661) by Felipe Oliveira Carvalho · 7 years ago
  8. 6571279 fix a typo in the comment of skiplist_test.cc (#664) by usurai · 7 years ago
  9. 15e2278 Use override consistently in leveldb::test::ErrorEnv. by costan · 7 years ago
  10. ea49b27 Switch corruption_test to use InMemEnv. by cmumford · 7 years ago
  11. ce399ac Always copy bytes to scratch buffer when reading w/MemEnv. by cmumford · 7 years ago
  12. 201f77d Inline defaults in options. by costan · 7 years ago
  13. 9ce3051 Deleted dangling reference to deleted atomic_pointer.h. by cmumford · 7 years ago
  14. 7d8e41e leveldb: Replace AtomicPointer with std::atomic. by costan · 7 years ago
  15. dd90626 Make InMemoryEnv more consistent with filesystem based Env's. by cmumford · 7 years ago
  16. cf1d1ab leveldb: Remove unused file port/win/stdint.h. by costan · 7 years ago
  17. a20508d Fix typo (#565) by Dimitris Apostolou · 7 years ago
  18. 0447082 Add AppVeyor (Windows CI) badge to README. by costan · 7 years ago
  19. ed76289 Align windows_logger with posix_logger. by costan · 7 years ago
  20. 808e59e Improve CI configuration. by costan · 7 years ago
  21. c69d33b Added native support for Windows. by cmumford · 7 years ago
  22. fe44948 leveldb: Make WriteBatch::ApproximateSize() const. by costan · 7 years ago
  23. 296de8d leveldb: Fix PosixWritableFile::Sync() on Apple systems. by costan · 7 years ago
  24. b70493c Fix fdatasync() feature detection in opensource build. by costan · 7 years ago
  25. af7abf0 Add back space to POSIX Logger. by cmumford · 7 years ago
  26. 58d7054 Update Travis CI configuration. by costan · 7 years ago
  27. 1cb3840 Clean up env_posix.cc. by costan · 7 years ago
  28. a7dc502 Rework once initialization in env_posix.cc. by costan · 7 years ago
  29. c43565d C++11 cleanup for util/mutexlock.h. by costan · 7 years ago
  30. 0145a94 Update .gitignore. by costan · 7 years ago
  31. 73d5834 Rework threading in env_posix.cc. by costan · 7 years ago
  32. 05709fb Remove InitOnce from the port API. by costan · 7 years ago
  33. bb88f25 Clean up PosixWritableFile in env_posix.cc. by costan · 7 years ago
  34. 7b945f2 Clean up posix_logger.h. by costan · 7 years ago
  35. 89af27b Remove ssize_t from code that is not POSIX-specific. by costan · 7 years ago
  36. 03064cb Simplify Limiter in env_posix.cc. by costan · 7 years ago
  37. 9b44da7 Clarify comments for leveldb::Env file reading methods. by costan · 7 years ago
  38. 0ef2310 Remove GCC on OSX from the Travis CI matrix. by costan · 7 years ago
  39. 16a2b8b Expose WriteBatch::Append in the C API. by costan · 7 years ago
  40. f7b0e1d Expose WriteBatch::Append(). by costan · 7 years ago
  41. 6caf73a Clean up Iterator. by costan · 7 years ago
  42. 6a6bdaf Corrected typo in docs: "cache" to "block_cache". by cmumford · 7 years ago
  43. 1868398 Clean up SnapshotImpl. by costan · 7 years ago
  44. e7840de Fix documentation for log file growth. by cmumford · 7 years ago
  45. bc23e00 Update default log file size in doc. by cmumford · 7 years ago
  46. 4de9594 Add move constructor to Status. by costan · 8 years ago
  47. d177a02 Replace port_posix with port_stdcxx. by costan · 8 years ago
  48. 14cce84 Fix sign mismatch warnings in GCC. by MarcoFalke · 8 years ago
  49. 8046a51 Add forgotten <limits> header to util/logging.cc. by costan · 8 years ago
  50. a0008de Reimplement ConsumeDecimalNumber. by costan · 8 years ago
  51. 1f7dd5d Add tests for ConsumeDecimalNumber. by costan · 8 years ago
  52. 1cc8b10 Document the building process. by costan · 8 years ago
  53. 09217fd Replace NULL with nullptr in C++ files. by costan · 8 years ago
  54. 6a3b915 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. by costan · 8 years ago
  55. 260655b Define LEVELDB_HAS_PORT_CONFIG_H for old compilers. by costan · 8 years ago
  56. 6fa4566 Rename CMake project / targets from Leveldb to leveldb. by costan · 8 years ago
  57. 0db3041 leveldb: Add more thread safety annotations. by costan · 8 years ago
  58. 04f3910 Take <atomic> for granted in port/atomic_pointer.h. by costan · 8 years ago
  59. 74f032f leveldb: Require C++11. by costan · 8 years ago
  60. 8e75db8 Remove build configuration for make. by costan · 8 years ago
  61. df9a841 Add export.h to CMakeLists.txt by Hyzeta · 8 years ago
  62. 50fbc87 Replace SIZE_MAX with std::numeric_limits. by costan · 8 years ago
  63. 739c251 Add CMake build support. by costan · 8 years ago
  64. 0fa5a4f Extend thread safety annotations. by costan · 8 years ago
  65. 8143c12 Fix includes in util/testharness.h. by costan · 8 years ago
  66. aece206 Remove extern from function declarations. by costan · 8 years ago
  67. ddab751 Add tests for {Old}InfoLogFileName(). by costan · 8 years ago
  68. 7fd7c00 Remove unused function ExtractValueType. by costan · 8 years ago
  69. 594cc98 Bypass OSMemoryBarrier() warning on Mac. by costan · 8 years ago
  70. 49f35d3 leveldb: Update Travis CI configuration for open source build. by costan · 8 years ago
  71. 623d014 Expose Env::GetTempDirectory() for use in C test. by costan · 8 years ago
  72. 8c8024e Switch HAVE_ library detection macros to 0/1. by costan · 8 years ago
  73. 41172a2 Enable thread safety annotations in open source version. by costan · 8 years ago
  74. 47cb9e2 Add leveldb_options_set_max_file_size to the C API. by cmumford · 8 years ago
  75. b5d4a22 Fixed style guide link in CONTRIBUTING.md by cmumford · 8 years ago
  76. 3da4d8b Deleted unused assignments in Reader. by cmumford · 8 years ago
  77. 0509414 leveldb::DestroyDB will now delete empty directories. by cmumford · 8 years ago
  78. 23162ca Fix typo (forgotten reference operator) in test. by costan · 8 years ago
  79. 5c39524 Replace SSE-optimized CRC32C in POSIX port with external library. by costan · 8 years ago
  80. ca216e4 leveldb: Rename SNAPPY to HAVE_SNAPPY. by costan · 8 years ago
  81. 25767d0 leveldb: Remove *_unlocked feature detection from POSIX port. by costan · 8 years ago
  82. 4a7e7f5 Add LEVELDB_EXPORT macro to export public symbols. by cmumford · 8 years ago
  83. 542590d leveldb: Include <algorithm> in util/env_test.cc. by costan · 8 years ago
  84. 8ae7998 Fix FD leak in POSIX Env. by costan · 8 years ago
  85. d9a9e02 leveldb: Add tests for CL 170769101. by costan · 8 years ago
  86. 4447f9c Remove handling for unused LRUHandle representation special case. by costan · 8 years ago
  87. 2372ac5 Fix file writing bug in CL 170738066. by sanjay · 8 years ago
  88. 1c75e88 Fix use of uninitialized value in LRUHandle. by cmumford · 8 years ago
  89. 7e12c00 Fix issue 474: a race between the f*_unlocked() STDIO calls in by sanjay · 8 years ago
  90. bcd9a8e Use portable CRC32C from google/crc32c. by costan · 8 years ago
  91. ea0a758 Remove confusing and unnecessary if. by costan · 8 years ago
  92. 141e767 Simplify Table::Open() flow and remove a delete call. by costan · 8 years ago
  93. 09a3c8e Switched variable type from int to uint64_t in ConsumeDecimalNumber. by cmumford · 8 years ago
  94. 2964b80 leveldb: Fix alignment code in SSE4.2-optimized CRC32C. by costan · 8 years ago
  95. 02f43c0 Remove dead code. by davidair · 8 years ago
  96. 0b402e9 Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. by scrubbed · 8 years ago
  97. 8415f00 leveldb: Report missing CURRENT manifest file as database corruption. by costan · 8 years ago
  98. 69e2bd2 LevelDB: Add WriteBatch::ApproximateSize(). by costan · 8 years ago
  99. a53934a Increase leveldb version to 1.20. by costan · 9 years ago v1.20
  100. f3f1397 Separate Env tests from PosixEnv tests. by costan · 9 years ago