Commit Graph

  • d84c825 Fix corruption bug found and analyzed by dhruba@gmail.com by David Grogan 2013-01-07 13:17:43 -0800
  • ea2e919 added utility to dump leveldb files by Sanjay Ghemawat 2012-12-27 10:38:48 -0800
  • 4076865 Small fixes. by Sanjay Ghemawat 2012-10-16 16:17:53 -0700
  • 946e5b5 Update to leveldb 1.6 by David Grogan 2012-10-12 11:53:12 -0700
  • dd0d562 update version number to 1.5 by Sanjay Ghemawat 2012-05-30 09:57:20 -0700
  • b914f91 remove obsolete android port files by Sanjay Ghemawat 2012-05-30 09:50:57 -0700
  • 075a35a Remove static initializer; fix endian-ness detection; fix build on various platforms; improve android port speed. by Sanjay Ghemawat 2012-05-30 09:45:46 -0700
  • 85584d4 Added bloom filter support. by Sanjay Ghemawat 2012-04-17 08:36:46 -0700
  • bc1ee4d build shared libraries; updated version to 1.3; add Status accessors by Sanjay Ghemawat 2012-03-30 13:15:49 -0700
  • a1ad4d1 Build fixes and cleanups: (1) Separate out C++ and CC flags (fixes c_test compilation) (2) Move snappy/perftools detection to script (3) Fix db_bench_sqlite3 and db_bench_tree_db build rules by Sanjay Ghemawat 2012-03-21 10:28:03 -0700
  • 9013f13 use mmap on 64-bit machines to speed-up reads; small build fixes by Sanjay Ghemawat 2012-03-15 09:14:00 -0700
  • 583f149 fix LOCK file deletion to prevent crash on windows by Sanjay Ghemawat 2012-03-09 07:51:04 -0800
  • d79762e added group commit; drastically speeds up mult-threaded synchronous write workloads by Sanjay Ghemawat 2012-03-08 16:23:21 -0800
  • 015d26f add .gitignore; support for building on a few BSD variants by Sanjay Ghemawat 2012-03-05 10:35:46 -0800
  • 239ac9d avoid very large compactions; fix build on Linux by Sanjay Ghemawat 2012-02-02 09:34:14 -0800
  • 3c8be10 fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) by Sanjay Ghemawat 2012-01-25 14:56:52 -0800
  • c8c5866 Makefile fixes for systems with $CXX other than g++. by Hans Wennborg 2011-11-30 10:59:40 +0000
  • 42fb47f Pass system's CFLAGS, remove exit time destructor, sstable bug fix. by Hans Wennborg 2011-11-14 17:06:16 +0000
  • 36a5f8e A number of fixes: by Hans Wennborg 2011-10-31 17:22:06 +0000
  • 299cced A number of bugfixes: by Gabor Cselle 2011-10-05 16:30:28 -0700
  • 26db4d9 Sync with upstream @24213649. by Hans Wennborg 2011-09-26 17:37:09 +0100
  • 213a68e Sync with upstream @23860137. by Hans Wennborg 2011-09-12 10:21:10 +0100
  • 7263023 Bugfixes: for Get(), don't hold mutex while writing log. by gabor@google.com 2011-09-01 19:08:02 +0000
  • e3584f9 Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks. by gabor@google.com 2011-08-22 21:08:51 +0000
  • ab323f7 Bugfixes for iterator and documentation. by gabor@google.com 2011-08-16 01:21:01 +0000
  • a05525d @23023120 by dgrogan@chromium.org 2011-08-06 00:19:37 +0000
  • 021ee9c C binding for leveldb, better readseq benchmark for SQLite. by gabor@google.com 2011-08-05 20:40:49 +0000
  • 1bfbe76 Improved benchmark, fixed bugs and SQLite parameters. by gabor@google.com 2011-07-29 21:35:05 +0000
  • b9ef914 Minor typos in benchmark page. by gabor@google.com 2011-07-27 14:29:59 +0000
  • e8dee34 Minor edit in benchmark page. by gabor@google.com 2011-07-27 04:39:46 +0000
  • 3cc2738 Setting SVN mime-type for benchmark page. by gabor@google.com 2011-07-27 01:56:52 +0000
  • e301f17 Adding doctype to benchmark page so Google Code displays it as HTML. by gabor@google.com 2011-07-27 01:49:08 +0000
  • f122c6d Adding FreeBSD support, removing Chromium files, adding benchmark. by gabor@google.com 2011-07-27 01:46:25 +0000
  • 60bd801 Speed up Snappy uncompression, new Logger interface. by gabor@google.com 2011-07-21 02:40:18 +0000
  • 6872ace Sun Studio support, and fix for test related memory fixes. by gabor@google.com 2011-07-19 23:36:47 +0000
  • 6699c7e Small tweaks and bugfixes for Issue 18 and 19. by gabor@google.com 2011-07-15 00:20:57 +0000
  • ed154f6 Fixed a snappy compression wrapper bug (passing wrong variable). by gabor@google.com 2011-06-30 23:17:03 +0000
  • 85f0ab1 Fixing Makefile issue reported in Issue 15 (misspelled flag) by gabor@google.com 2011-06-29 22:53:17 +0000
  • f57e233 Platform detection during build, plus compatibility patches for machines without <cstdatomic>. by gabor@google.com 2011-06-29 00:30:50 +0000
  • e0cbd24 Fixing issue 11: version_set_test.cc was missing by gabor@google.com 2011-06-22 18:45:39 +0000
  • ccf0fcd A number of smaller fixes and performance improvements: by gabor@google.com 2011-06-22 02:36:45 +0000
  • 80e5b0d sync with upstream @21706995 by hans@chromium.org 2011-06-07 14:40:26 +0000
  • c4f5514 sync with upstream @21627589 by dgrogan@chromium.org 2011-06-02 00:00:37 +0000
  • 740d8b3 Update from upstream @21551990 by dgrogan@chromium.org 2011-05-28 00:53:58 +0000
  • da79909 sync with upstream @ 21409451 by dgrogan@chromium.org 2011-05-21 02:17:43 +0000
  • 3c11133 make windows include /Iport\win in dependent projects by dgrogan@chromium.org 2011-05-03 03:10:59 +0000
  • be9f061 pull in hans' mac build fix by dgrogan@chromium.org 2011-04-21 01:54:51 +0000
  • ccb2cbe fix build on at least linux by dgrogan@chromium.org 2011-04-20 22:50:04 +0000
  • ba6dac0 @20776309 * env_chromium.cc should not export symbols. * Fix MSVC warnings. * Removed large value support. * Fix broken reference to documentation file by dgrogan@chromium.org 2011-04-20 22:48:11 +0000
  • 69c6d38 reverting disastrous MOE commit, returning to r21 by dgrogan@chromium.org 2011-04-19 23:11:15 +0000
  • b743906 Revision created by MOE tool push_codebase. MOE_MIGRATION= by dgrogan@chromium.org 2011-04-19 23:01:25 +0000
  • b409afe chmod a-x by dgrogan@chromium.org 2011-04-18 23:15:58 +0000
  • f779e7a @20602303. Default file permission is now 755. by dgrogan@chromium.org 2011-04-12 19:38:58 +0000
  • 9e33808 Fix last commit by jorlow@chromium.org 2011-03-30 18:49:03 +0000
  • 4671a69 Move include files into a leveldb subdir. by jorlow@chromium.org 2011-03-30 18:35:40 +0000
  • 4d66fd5 Upstream change. by jorlow@chromium.org 2011-03-29 22:41:11 +0000
  • e2da744 Upstream changes. by jorlow@chromium.org 2011-03-28 20:43:44 +0000
  • e11bdf1 Upstream changes by jorlow@chromium.org 2011-03-25 20:27:43 +0000
  • 8303bb1 Pull from upstream. by jorlow@chromium.org 2011-03-22 23:24:02 +0000
  • 6d243eb Make GetTestDirectory threadsafe within Chromium and make it work on Windows. by jorlow@chromium.org 2011-03-22 19:07:54 +0000
  • 13b72af More changes from upstream. by jorlow@chromium.org 2011-03-22 18:32:49 +0000
  • 9df5aa8 Removing unneeded build files by gabor@google.com 2011-03-21 23:10:11 +0000
  • 4bcb231 more upstream changes by jorlow@chromium.org 2011-03-21 21:06:49 +0000
  • 0e38925 Sync in bug fixes by jorlow@chromium.org 2011-03-21 19:40:57 +0000
  • 24ba614 Changes to get Snappy working by jorlow@chromium.org 2011-03-21 19:09:55 +0000
  • 795dd1d Oops, another file that didn't upload correctly. by jorlow@chromium.org 2011-03-21 18:13:39 +0000
  • b77de95 Set mime-type to text/css on doc/doc.css files. by hans@chromium.org 2011-03-21 17:30:49 +0000
  • b434018 Set mime-type to text/html on .html files. by hans@chromium.org 2011-03-21 17:22:12 +0000
  • 7a02caf Fix typo in Makefile. by jorlow@chromium.org 2011-03-18 23:03:49 +0000
  • 347d462 Directory paths were off a bit. by jorlow@chromium.org 2011-03-18 22:47:28 +0000
  • f67e15e Initial checkin. by jorlow@chromium.org 2011-03-18 22:37:00 +0000
  • 54f1fd7 Initial directory structure. by (no author) 2011-03-02 17:37:17 +0000