1. 9255e11 [build] Update deps to //sdk/lib/fit by Roland McGrath · 3 years, 1 month ago main master
  2. d65db32 [build] Remove references to //zircon/public/lib/FOO by David 'Digit' Turner · 3 years, 3 months ago
  3. 09a7c3d [alln][fdio] Move //zircon/system/ulib/fdio to //sdk/lib/fdio by Suraj Malhotra · 3 years, 11 months ago
  4. fa6ee26 [unification] Update label for fuchsia.io. by P.Y. Laligand · 4 years ago
  5. 8a33e08 [unification] Update label for async-loop libraries. by P.Y. Laligand · 4 years ago
  6. 3982806 [unification] Update label of syslog library. by P.Y. Laligand · 4 years ago
  7. 6e8d22c [leveldb] Replace tests from system-temp to isolated-temp. by Benjamin Wright · 4 years, 4 months ago
  8. 211e7c1 [leveldb] - Replace usage of "system-temp" with "isolated-temp". by Benjamin Wright · 4 years, 5 months ago
  9. 3dd61d4 [leveldb] Clean up leveldb code to remove all dependencies to //src. by Vivek Srinivasan · 4 years, 6 months ago
  10. 9df3ed9 [shuffle] Update references to moved fsl and syslog libraries by James Robinson · 4 years, 7 months ago
  11. f9b8950 [leveldb] Migrate to new libasync-loop API by Todd Eisenberger · 4 years, 8 months ago
  12. 858f7b9 [build] //zircon/public/fidl --> //zircon/system/fidl by P.Y. Laligand · 4 years, 8 months ago
  13. b441c96 [fidl][leveldb] Migrate to new fit::optional compatible APIs by Ian McKellar · 4 years, 9 months ago
  14. 353b97c [leveldb] Join the background thread on environment destruction. by Etienne J. Membrives · 5 years ago
  15. f0a8075 Port tests to components by Erick Tryzelaar · 5 years ago
  16. 9d1b42f [fidl] Convert from - to . names for //zircon/public/fidl by Roland McGrath · 5 years ago
  17. fcea50c [env][fs] Pass rights when creating a new directory by Yifei Teng · 5 years ago
  18. eae98d8 [env][fs] Pass the proper flags to Open by Yifei Teng · 5 years ago
  19. f6dbca8 [fuchsia] Switch to fuchsia.io.File/GetBuffer by Adam Barth · 5 years ago
  20. 2b82f43 [fidl][cpp] Use std:: types for non-nullable strings and vectors. by Ian McKellar · 5 years ago
  21. 06f2101 [env_fuchsia] fix includes and dependencies by Ambre Williams · 5 years ago
  22. 0187c92 [env] Use FIDL IO in env_fuchsia by Ambre Williams · 6 years ago
  23. 7b6b590 [third_party][leveldb] Ensure tests do not flake. by Etienne Membrives · 6 years ago
  24. 06d9c9e Change the packaging of leveldb tests and benchmarks. by Maria Glukhova · 6 years ago
  25. 7e4157c Update Fuchsia implementation of env.h. by Maria Glukhova · 6 years ago
  26. 28d16bb Merge upstream changes into Ledger's version of leveldb. by Maria Glukhova · 6 years ago
  27. 6caf73a Clean up Iterator. by costan · 6 years ago
  28. 6a6bdaf Corrected typo in docs: "cache" to "block_cache". by cmumford · 6 years ago
  29. 1242372 Update README.fuchsia by Petr Hosek · 6 years ago
  30. 4861e43 [fd] Allow to use a database relative to a fd. by Benjamin Lerman · 6 years ago
  31. 1868398 Clean up SnapshotImpl. by costan · 6 years ago
  32. e7840de Fix documentation for log file growth. by cmumford · 6 years ago
  33. bc23e00 Update default log file size in doc. by cmumford · 6 years ago
  34. 4de9594 Add move constructor to Status. by costan · 6 years ago
  35. d177a02 Replace port_posix with port_stdcxx. by costan · 6 years ago
  36. 14cce84 Fix sign mismatch warnings in GCC. by MarcoFalke · 6 years ago
  37. ea94f2b Update README.fuchsia by Damien Miller · 6 years ago
  38. 8046a51 Add forgotten <limits> header to util/logging.cc. by costan · 6 years ago
  39. a0008de Reimplement ConsumeDecimalNumber. by costan · 6 years ago
  40. 1f7dd5d Add tests for ConsumeDecimalNumber. by costan · 6 years ago
  41. 1cc8b10 Document the building process. by costan · 6 years ago
  42. 09217fd Replace NULL with nullptr in C++ files. by costan · 6 years ago
  43. 6a3b915 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. by costan · 6 years ago
  44. 237a042 [pkg] Use the new deprecated_system_package alias by George Kulakowski · 6 years ago
  45. 260655b Define LEVELDB_HAS_PORT_CONFIG_H for old compilers. by costan · 6 years ago
  46. 6fa4566 Rename CMake project / targets from Leveldb to leveldb. by costan · 6 years ago
  47. 0db3041 leveldb: Add more thread safety annotations. by costan · 6 years ago
  48. 04f3910 Take <atomic> for granted in port/atomic_pointer.h. by costan · 6 years ago
  49. 74f032f leveldb: Require C++11. by costan · 6 years ago
  50. 8e75db8 Remove build configuration for make. by costan · 6 years ago
  51. df9a841 Add export.h to CMakeLists.txt by Hyzeta · 6 years ago
  52. 50fbc87 Replace SIZE_MAX with std::numeric_limits. by costan · 6 years ago
  53. 739c251 Add CMake build support. by costan · 6 years ago
  54. 0fa5a4f Extend thread safety annotations. by costan · 6 years ago
  55. 8143c12 Fix includes in util/testharness.h. by costan · 6 years ago
  56. aece206 Remove extern from function declarations. by costan · 6 years ago
  57. ddab751 Add tests for {Old}InfoLogFileName(). by costan · 6 years ago
  58. 7fd7c00 Remove unused function ExtractValueType. by costan · 6 years ago
  59. 594cc98 Bypass OSMemoryBarrier() warning on Mac. by costan · 6 years ago
  60. 49f35d3 leveldb: Update Travis CI configuration for open source build. by costan · 6 years ago
  61. 623d014 Expose Env::GetTempDirectory() for use in C test. by costan · 6 years ago
  62. 8c8024e Switch HAVE_ library detection macros to 0/1. by costan · 6 years ago
  63. bf91593 [test] Migrate all uses of gtest to googletest by Petr Hosek · 6 years ago
  64. 41172a2 Enable thread safety annotations in open source version. by costan · 6 years ago
  65. 603643f Update path to package template by P.Y. Laligand · 6 years ago
  66. 47cb9e2 Add leveldb_options_set_max_file_size to the C API. by cmumford · 7 years ago
  67. b5d4a22 Fixed style guide link in CONTRIBUTING.md by cmumford · 7 years ago
  68. 3da4d8b Deleted unused assignments in Reader. by cmumford · 7 years ago
  69. 0509414 leveldb::DestroyDB will now delete empty directories. by cmumford · 7 years ago
  70. abdb1ea [build] Add system_image property to package() by Adam Barth · 7 years ago
  71. 23162ca Fix typo (forgotten reference operator) in test. by costan · 7 years ago
  72. 5c39524 Replace SSE-optimized CRC32C in POSIX port with external library. by costan · 7 years ago
  73. ca216e4 leveldb: Rename SNAPPY to HAVE_SNAPPY. by costan · 7 years ago
  74. 25767d0 leveldb: Remove *_unlocked feature detection from POSIX port. by costan · 7 years ago
  75. 4a7e7f5 Add LEVELDB_EXPORT macro to export public symbols. by cmumford · 7 years ago
  76. 542590d leveldb: Include <algorithm> in util/env_test.cc. by costan · 7 years ago
  77. 8ae7998 Fix FD leak in POSIX Env. by costan · 7 years ago
  78. d9a9e02 leveldb: Add tests for CL 170769101. by costan · 7 years ago
  79. 4447f9c Remove handling for unused LRUHandle representation special case. by costan · 7 years ago
  80. 2372ac5 Fix file writing bug in CL 170738066. by sanjay · 7 years ago
  81. 1c75e88 Fix use of uninitialized value in LRUHandle. by cmumford · 7 years ago
  82. 7e12c00 Fix issue 474: a race between the f*_unlocked() STDIO calls in by sanjay · 7 years ago
  83. bcd9a8e Use portable CRC32C from google/crc32c. by costan · 7 years ago
  84. ea0a758 Remove confusing and unnecessary if. by costan · 7 years ago
  85. 141e767 Simplify Table::Open() flow and remove a delete call. by costan · 7 years ago
  86. 09a3c8e Switched variable type from int to uint64_t in ConsumeDecimalNumber. by cmumford · 7 years ago
  87. 2964b80 leveldb: Fix alignment code in SSE4.2-optimized CRC32C. by costan · 7 years ago
  88. 02f43c0 Remove dead code. by davidair · 7 years ago
  89. 0b402e9 Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. by scrubbed · 7 years ago
  90. 8415f00 leveldb: Report missing CURRENT manifest file as database corruption. by costan · 7 years ago
  91. 69e2bd2 LevelDB: Add WriteBatch::ApproximateSize(). by costan · 7 years ago
  92. d1d9984 Add package config for leveldb_tests by James Robinson · 7 years ago
  93. fc68200 FuchsiaEnv: Avoid a race condition in FuchsiaRandomAccessFile. by Etienne Membrives · 7 years ago
  94. a53934a Increase leveldb version to 1.20. by costan · 7 years ago v1.20
  95. f3f1397 Separate Env tests from PosixEnv tests. by costan · 7 years ago
  96. eb4f097 leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit). by costan · 7 years ago
  97. d0883b6 Fixed path to doc file: index.md. by cmumford · 7 years ago
  98. 7fa2094 Convert documentation to markdown. by cmumford · 7 years ago
  99. ea175e2 Implement support for Intel crc32 instruction (SSE 4.2) by costan · 7 years ago
  100. 95cd743 Including <limits> for std::numeric_limits. by cmumford · 7 years ago