1. 4935bf0 Release LevelDB 1.15 by dgrogan@chromium.org · 11 years ago
  2. 2d749ea Release LevelDB 1.14 by dgrogan@chromium.org · 11 years ago
  3. 08595b9 LevelDB 1.13 by dgrogan@chromium.org · 11 years ago
  4. 9768d12 Release leveldb 1.12 by dgrogan@chromium.org · 11 years ago
  5. 1104209 Release leveldb 1.11 Fixes issues 161 174 178 by dgrogan@chromium.org · 11 years ago
  6. bd534e2 Release leveldb 1.10 by dgrogan@chromium.org · 11 years ago
  7. bbb0263 Make DB::Open fail if sst files are missing. by dgrogan@chromium.org · 12 years ago
  8. 85e27d0 Fix corruption bug found and analyzed by dhruba@gmail.com by dgrogan@chromium.org · 12 years ago
  9. a842f7e added utility to dump leveldb files by sanjay@google.com · 12 years ago
  10. b0edd03 Release 1.7 contains small fixes. by sanjay@google.com · 12 years ago
  11. 29c68f1 Update to leveldb 1.6 by dgrogan@chromium.org · 12 years ago
  12. 77ecdbb update version number to 1.5 by sanjay@google.com · 12 years ago
  13. 158f767 Remove static initializer; fix endian-ness detection; fix build on various platforms; improve android port speed by sanjay@google.com · 12 years ago
  14. 99a7585 Added bloom filter support by sanjay@google.com · 12 years ago
  15. bf10812 build shared libraries; updated version to 1.3; add Status accessors by sanjay@google.com · 12 years ago
  16. d44dcce Build fixes and cleanups by sanjay@google.com · 13 years ago
  17. e83668f use mmap on 64-bit machines to speed-up reads; small build fixes by sanjay@google.com · 13 years ago
  18. f168d01 fix LOCK file deletion to prevent crash on windows by sanjay@google.com · 13 years ago
  19. 13daa9f added group commit; drastically speeds up mult-threaded synchronous write workloads by sanjay@google.com · 13 years ago
  20. 3366031 add .gitignore; support for building on a few BSD variants by sanjay@google.com · 13 years ago
  21. 56addd3 avoid very large compactions; fix build on Linux by sanjay@google.com · 13 years ago
  22. e05bd5c fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) by sanjay@google.com · 13 years ago
  23. b14d5e1 Makefile fixes for systems with $CXX other than g++. by hans@chromium.org · 13 years ago
  24. ac271d8 Pass system's CFLAGS, remove exit time destructor, sstable bug fix. by hans@chromium.org · 13 years ago
  25. 45b9940 A number of fixes: by hans@chromium.org · 13 years ago
  26. 5fb21ed A number of bugfixes: by gabor@google.com · 13 years ago
  27. 72c3721 Sync with upstream @24213649. by hans@chromium.org · 13 years ago
  28. a7d6c31 Sync with upstream @23860137. by gabor@google.com · 13 years ago
  29. 394a4b4 Bugfixes: for Get(), don't hold mutex while writing log. by gabor@google.com · 13 years ago
  30. d36ce84 Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks. by gabor@google.com · 13 years ago
  31. 7e50a01 Bugfixes for iterator and documentation. by gabor@google.com · 13 years ago
  32. fbe4e3a @23023120 by dgrogan@chromium.org · 13 years ago
  33. d2bd50e C binding for leveldb, better readseq benchmark for SQLite. by gabor@google.com · 13 years ago
  34. 3b3476a Improved benchmark, fixed bugs and SQLite parameters. by gabor@google.com · 13 years ago
  35. 7d5b369 Minor typos in benchmark page. by gabor@google.com · 13 years ago
  36. 9ac2fff Minor edit in benchmark page. by gabor@google.com · 13 years ago
  37. 58e7e26 Setting SVN mime-type for benchmark page. by gabor@google.com · 13 years ago
  38. f185ab1 Adding doctype to benchmark page so Google Code displays it as HTML. by gabor@google.com · 13 years ago
  39. fcd2d56 Adding FreeBSD support, removing Chromium files, adding benchmark. by gabor@google.com · 13 years ago
  40. f65a55c Speed up Snappy uncompression, new Logger interface. by gabor@google.com · 13 years ago
  41. 51f892d Sun Studio support, and fix for test related memory fixes. by gabor@google.com · 13 years ago
  42. 917b88d Small tweaks and bugfixes for Issue 18 and 19. by gabor@google.com · 13 years ago
  43. e67cd63 Fixed a snappy compression wrapper bug (passing wrong variable). by gabor@google.com · 13 years ago
  44. bb1914e Fixing Makefile issue reported in Issue 15 (misspelled flag) by gabor@google.com · 13 years ago
  45. 9cb7b73 Platform detection during build, plus compatibility patches for machines without <cstdatomic>. by gabor@google.com · 13 years ago
  46. 70b7ec1 Fixing issue 11: version_set_test.cc was missing by gabor@google.com · 13 years ago
  47. 8cd4ab8 A number of smaller fixes and performance improvements: by gabor@google.com · 13 years ago
  48. 6635e49 sync with upstream @21706995 by hans@chromium.org · 13 years ago
  49. ce5ba3c sync with upstream @21627589 by dgrogan@chromium.org · 13 years ago
  50. c6ac22e Update from upstream @21551990 by dgrogan@chromium.org · 13 years ago
  51. a5b4129 sync with upstream @ 21409451 by dgrogan@chromium.org · 13 years ago
  52. 2b55d44 make windows include /Iport\win in dependent projects by dgrogan@chromium.org · 13 years ago
  53. e16e59a pull in hans' mac build fix by dgrogan@chromium.org · 13 years ago
  54. e50d378 fix build on at least linux by dgrogan@chromium.org · 13 years ago
  55. 1511be6 @20776309 by dgrogan@chromium.org · 13 years ago
  56. 80d4a46 reverting disastrous MOE commit, returning to r21 by dgrogan@chromium.org · 13 years ago
  57. 8540066 by dgrogan@chromium.org · 13 years ago
  58. e5d186b chmod a-x by dgrogan@chromium.org · 13 years ago
  59. 95e21f3 @20602303. Default file permission is now 755. by dgrogan@chromium.org · 13 years ago
  60. 1ca60b1 Fix last commit by jorlow@chromium.org · 13 years ago
  61. fbd97aa Move include files into a leveldb subdir. by jorlow@chromium.org · 13 years ago
  62. c2dc30f Upstream change. by jorlow@chromium.org · 14 years ago
  63. f85ede8 Upstream changes. by jorlow@chromium.org · 14 years ago
  64. 225a272 Upstream changes by jorlow@chromium.org · 14 years ago
  65. 07f3bcf Pull from upstream. by jorlow@chromium.org · 14 years ago
  66. dbbc21b Make GetTestDirectory threadsafe within Chromium and make it work on Windows. by jorlow@chromium.org · 14 years ago
  67. b887f64 More changes from upstream. by jorlow@chromium.org · 14 years ago
  68. 8e30874 Removing unneeded build files by gabor@google.com · 14 years ago
  69. 87c528b more upstream changes by jorlow@chromium.org · 14 years ago
  70. 84744ee Sync in bug fixes by jorlow@chromium.org · 14 years ago
  71. 1a1b453 Changes to get Snappy working by jorlow@chromium.org · 14 years ago
  72. c50fe91 Oops, another file that didn't upload correctly. by jorlow@chromium.org · 14 years ago
  73. 73ed1a7 Set mime-type to text/css on doc/doc.css files. by hans@chromium.org · 14 years ago
  74. 3702994 Set mime-type to text/html on .html files. by hans@chromium.org · 14 years ago
  75. 8285155 Fix typo in Makefile. by jorlow@chromium.org · 14 years ago
  76. 22cc545 Directory paths were off a bit. by jorlow@chromium.org · 14 years ago
  77. 179be58 Initial checkin. by jorlow@chromium.org · 14 years ago
  78. 9eee8b8 Initial directory structure. by (no author) · 14 years ago