)]}'
{
  "log": [
    {
      "commit": "e353fbc7ea81f12a5694991b708f8f45343594b1",
      "tree": "93f820975442c250855c58bb7620b522a494c944",
      "parents": [
        "269fc6ca9416129248db5ca57050cd5d39d177c8"
      ],
      "author": {
        "name": "Chris Mumford",
        "email": "cmumford@chromium.org",
        "time": "Thu May 01 20:43:12 2014"
      },
      "committer": {
        "name": "Chris Mumford",
        "email": "cmumford@chromium.org",
        "time": "Thu May 01 20:44:03 2014"
      },
      "message": "Release LevelDB 1.17\n\n- Cleanup: delete unused IntSetToString\n\n  It was added in http://cr/19491949 (and was referenced at the time).\n  The last reference was removed in http://cr/19507363.\n\n  This fixes warning/error with pre-release crosstoolv18:\n    \u0027std::string leveldb::{anonymous}::IntSetToString(const std::set\u003clong unsigned int\u003e\u0026)\u0027 defined but not used [-Werror\u003dunused-function]\n\n- Added arm64 and and armv7s to IOS build as suggested on leveldb mailing list.\n\n- Changed local variable type from int to size_t\n\n  This eliminates compiler warning/error and resolves\n  https://code.google.com/p/leveldb/issues/detail?id\u003d140\n"
    },
    {
      "commit": "269fc6ca9416129248db5ca57050cd5d39d177c8",
      "tree": "3ce40dc0842e853db96c15f2372ea3d92ef8e140",
      "parents": [
        "0cfb990d58ffba9b56df6e9829ddb9d220824066"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Mon Feb 10 19:36:06 2014"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Mon Feb 10 19:36:06 2014"
      },
      "message": "Release LevelDB 1.16\n\n- Make Log::Reader not report a corruption when the last record in a\n  log file is truncated.\n- Fix issue 224: variable created but not utilized.\n- Remove comment that referenced a removed feature.\n"
    },
    {
      "commit": "0cfb990d58ffba9b56df6e9829ddb9d220824066",
      "tree": "3fbb7b8fae37a78ffa9991cb0b57e3dbbb24e373",
      "parents": [
        "0b9a89f40efdd143fa1426e7d5cd997f67ba6361"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Tue Dec 10 18:36:31 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Tue Dec 10 18:36:31 2013"
      },
      "message": "Release LevelDB 1.15\n\n- switched from mmap based writing to simpler stdio based writing. Has a\n  minor impact (0.5 microseconds) on microbenchmarks for asynchronous\n  writes. Synchronous writes speed up from 30ms to 10ms on linux/ext4.\n  Should be much more reliable on diverse platforms.\n- compaction errors now immediately put the database into a read-only\n  mode (until it is re-opened). As a downside, a disk going out of\n  space and then space being created will require a re-open to recover\n  from, whereas previously that would happen automatically. On the\n  plus side, many corruption possibilities go away.\n- force the DB to enter an error-state so that all future writes fail\n  when a synchronous log write succeeds but the sync fails.\n- repair now regenerates sstables that exhibit problems\n- fix issue 218 - Use native memory barriers on OSX\n- fix issue 212 - QNX build is broken\n- fix build on iOS with xcode 5\n- make tests compile and pass on windows\n"
    },
    {
      "commit": "0b9a89f40efdd143fa1426e7d5cd997f67ba6361",
      "tree": "3513ea54d2152319766576a2953fcb53d5089753",
      "parents": [
        "748539c183453bdeaff1eb0da8ccf5adacb796e7"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Thu Sep 19 20:42:22 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Thu Sep 19 20:49:19 2013"
      },
      "message": "Release LevelDB 1.14\n\nFix issues 200, 201\n\nAlso,\n* Fix link to bigtable paper in docs.\n* New sstables will have the file extension .ldb. .sst files will\ncontinue to be recognized.\n* When building for iOS, use xcrun to execute the compiler. This may\naffect issue 177.\n"
    },
    {
      "commit": "748539c183453bdeaff1eb0da8ccf5adacb796e7",
      "tree": "6a1712798e5cc172b79e1113d9c1a0fc93496fa7",
      "parents": [
        "5bd76dc10d840df23255ba0e635083a2a94e0461"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Wed Aug 21 18:12:47 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Wed Aug 21 18:12:47 2013"
      },
      "message": "LevelDB 1.13\n\nFix issues 77, 87, 182, 190.\n\nAdditionally, fix the bug described in\nhttps://groups.google.com/d/msg/leveldb/yL6h1mAOc20/vLU64RylIdMJ\nwhere a large contiguous keyspace of deleted data was not getting\ncompacted.\n\nAlso fix a bug where options.max_open_files was not getting clamped\nproperly.\n"
    },
    {
      "commit": "5bd76dc10d840df23255ba0e635083a2a94e0461",
      "tree": "02a0a709bbafc13b73154ddd13d212ec15150944",
      "parents": [
        "7b094f12e46a45b911f20f7bd2ca96f83e272d91"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Tue Jun 18 18:00:13 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Tue Jun 18 18:00:13 2013"
      },
      "message": "Release leveldb 1.12\n\nNon-functional changes only:\n1) Add Kevin Regan to the AUTHORS file\n2) Add standard license header to issues/issue178_test.cc\n"
    },
    {
      "commit": "7b094f12e46a45b911f20f7bd2ca96f83e272d91",
      "tree": "a1ab034dfa283ad46d3b543c7e5b152b77fb8a46",
      "parents": [
        "28dad918f2ffb80fd70110ed5cd47744339649f2"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Thu Jun 13 23:14:06 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Thu Jun 13 23:14:06 2013"
      },
      "message": "Release leveldb 1.11\n\nFixes issues\n161\n174\n178\n\nAs well as the issue reported by edouarda14@gmail.com about\nMissingSSTFile unit test failing on windows.\n"
    },
    {
      "commit": "28dad918f2ffb80fd70110ed5cd47744339649f2",
      "tree": "c2ce59adbce3e461e9f3e6d7d984f93f07d7eb33",
      "parents": [
        "514c943a8e9ce1b06c55ae5e47008f6b0854b36c"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Tue May 14 23:52:56 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Wed May 15 00:03:07 2013"
      },
      "message": "Release leveldb 1.10\n\nFixes issues\n147 - thanks feniksgordonfreeman\n153\n156\n166\n\nAdditionally,\n* Remove calls to exit(1).\n* Fix unused-variable warnings from clang.\n* Fix possible overflow error related to num_restart value \u003e\u003d (2^32/4).\n* Add leveldbutil to .gitignore.\n* Add better log messages when Write is stalled on a compaction.\n"
    },
    {
      "commit": "514c943a8e9ce1b06c55ae5e47008f6b0854b36c",
      "tree": "539f1f75b683f4e4dd287bc512ae6292465d1752",
      "parents": [
        "d84c825a70a843bb107de8b732cb79e584cefd17"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Thu Feb 07 02:03:32 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Thu Feb 07 02:03:32 2013"
      },
      "message": "Make DB::Open fail if sst files are missing.\n\nAlso, cleanup for Clang\u0027s -Wimplicit-fallthrough warning.\n"
    },
    {
      "commit": "d84c825a70a843bb107de8b732cb79e584cefd17",
      "tree": "e6f4a43027dcf8cb224e7c58ab563187fd73b6b9",
      "parents": [
        "ea2e9195fc241c8fe9f329679d7a424345c68c7b"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Mon Jan 07 21:17:43 2013"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Mon Jan 07 21:17:43 2013"
      },
      "message": "Fix corruption bug found and analyzed by dhruba@gmail.com\n\nhttps://groups.google.com/d/msg/leveldb/Kc9JxuIUu5A/9P0N9RL4ar8J\n"
    },
    {
      "commit": "ea2e9195fc241c8fe9f329679d7a424345c68c7b",
      "tree": "9622a938d771bf92d5ed13e1cfc2fada8a80ec15",
      "parents": [
        "40768657bc8ec3ded60712eeeab7c25b1b07deca"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Thu Dec 27 18:38:48 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Thu Dec 27 18:38:48 2012"
      },
      "message": "added utility to dump leveldb files\n"
    },
    {
      "commit": "40768657bc8ec3ded60712eeeab7c25b1b07deca",
      "tree": "afb7f5df7d0c66b0e3c27b359eb0f41621ad66b0",
      "parents": [
        "946e5b5a4ce7980917b22a408f090a4e86c3fa44"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Tue Oct 16 23:17:53 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Tue Oct 16 23:17:53 2012"
      },
      "message": "Small fixes.\n\nDetails:\n* Fix shared library building.\n* Reorganize linking commands so flags like --as-needed can be passed.\n* C binding exports version numbers.\n* Fix small typos in documention.\n"
    },
    {
      "commit": "946e5b5a4ce7980917b22a408f090a4e86c3fa44",
      "tree": "b5e1a48797824a460af5ce61784671f7205f1a7d",
      "parents": [
        "dd0d562b4d4fbd07db6a44f9e221f8d368fee8e4"
      ],
      "author": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Fri Oct 12 18:53:12 2012"
      },
      "committer": {
        "name": "David Grogan",
        "email": "dgrogan@chromium.org",
        "time": "Fri Oct 12 18:53:12 2012"
      },
      "message": "Update to leveldb 1.6\n\nHighlights\n----------\nMmap at most 1000 files on Posix to improve performance for large databases.\nSupport for more architectures (thanks to Alexander K.)\n\nBuilding and porting\n--------------------\nHP/UX support (issue 126)\nAtomicPointer for ia64 (issue 123)\nSparc v9 support (issue 124)\nAtomic ops for powerpc\nUse -fno-builtin-memcmp only when using g++\nSimplify IOS build rules (issue 114)\nUse CXXFLAGS instead of CFLAGS when invoking C++ compiler (issue 118)\nFix snappy shared library problem (issue 94)\nFix shared library installation path regression\nEndian-ness detection tweak for FreeBSD\n\nBug fixes\n---------\nStop ignoring FLAGS_open_files in db_bench\nMake bloom test behavior agnostic to endian-ness\n\nPerformance\n-----------\nLimit number of mmapped files to 1000 to improve perf for large dbs\nDo not delay for 1 second on shutdown path (issue 125)\n\nMisc\n----\nMake InMemoryEnv return a no-op logger\nC binding now has a wrapper for free (issue 117)\nAdd thread-safety annotations\nAdded an in-process lock table (issue 120)\nMake RandomAccessFile and SequentialFile non-copyable\n"
    },
    {
      "commit": "dd0d562b4d4fbd07db6a44f9e221f8d368fee8e4",
      "tree": "a18ae05e4c87c64325bb94c5f05fc8f0124ee4ad",
      "parents": [
        "b914f91b1049699aa2d0e08660aa9246b87bdcb7"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed May 30 16:57:20 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed May 30 16:57:20 2012"
      },
      "message": "update version number to 1.5\n"
    },
    {
      "commit": "b914f91b1049699aa2d0e08660aa9246b87bdcb7",
      "tree": "3f94c820e0dbcd931929c3986b528097046838a8",
      "parents": [
        "075a35a6d390167b77b687e067dd0ba593e7f624"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed May 30 16:50:57 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed May 30 16:50:57 2012"
      },
      "message": "remove obsolete android port files\n"
    },
    {
      "commit": "075a35a6d390167b77b687e067dd0ba593e7f624",
      "tree": "ef3c793819e0a7fcfbb15fa591948709ec1e8533",
      "parents": [
        "85584d497e7b354853b72f450683d59fcf6b9c5c"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed May 30 16:45:46 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed May 30 16:45:46 2012"
      },
      "message": "Remove static initializer; fix endian-ness detection; fix build on\nvarious platforms; improve android port speed.\n\nAvoid static initializer by using a new portability interface for\nthread-safe lazy initialization.  Custom ports will need to be\nextended to implement InitOnce/OnceType/LEVELDB_ONCE_INIT.\n\nFix endian-ness detection (fixes Powerpc builds).\n\nBuild related fixes:\n- Support platforms that have unversioned shared libraries.\n- Fix IOS build rules.\n\nAndroid improvements\n- Speed up atomic pointers\n- Share more code with port_posix.\n\nDo not spin in a tight loop attempting compactions if the file system\nis inaccessible (e.g., if kerberos tickets have expired or if it is out\nof space).\n"
    },
    {
      "commit": "85584d497e7b354853b72f450683d59fcf6b9c5c",
      "tree": "b6aad4f973f87487c3caa5600e7596219c79f645",
      "parents": [
        "bc1ee4d25e09b04e074db330a41f54ef4af0e31b"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Tue Apr 17 15:36:46 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Tue Apr 17 15:36:46 2012"
      },
      "message": "Added bloom filter support.\n\nIn particular, we add a new FilterPolicy class.  An instance\nof this class can be supplied in Options when opening a\ndatabase.  If supplied, the instance is used to generate\nsummaries of keys (e.g., a bloom filter) which are placed in\nsstables.  These summaries are consulted by DB::Get() so we\ncan avoid reading sstable blocks that are guaranteed to not\ncontain the key we are looking for.\n\nThis change provides one implementation of FilterPolicy\nbased on bloom filters.\n\nOther changes:\n- Updated version number to 1.4.\n- Some build tweaks.\n- C binding for CompactRange.\n- A few more benchmarks: deleteseq, deleterandom, readmissing, seekrandom.\n- Minor .gitignore update.\n"
    },
    {
      "commit": "bc1ee4d25e09b04e074db330a41f54ef4af0e31b",
      "tree": "6581d267f27795ecd748060b493af4eb472d5c77",
      "parents": [
        "a1ad4d1995dc8efeb0d3d7a40b8bb63c9b7c8259"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Fri Mar 30 20:15:49 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Fri Mar 30 20:15:49 2012"
      },
      "message": "build shared libraries; updated version to 1.3; add Status accessors\n"
    },
    {
      "commit": "a1ad4d1995dc8efeb0d3d7a40b8bb63c9b7c8259",
      "tree": "a950e1561a8328f95c6562db3a381d8168a4d24b",
      "parents": [
        "9013f13b1512f6ab8c04518e8f036e58be271eba"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed Mar 21 17:28:03 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed Mar 21 17:28:03 2012"
      },
      "message": "Build fixes and cleanups:\n(1) Separate out C++ and CC flags (fixes c_test compilation)\n(2) Move snappy/perftools detection to script\n(3) Fix db_bench_sqlite3 and db_bench_tree_db build rules\n"
    },
    {
      "commit": "9013f13b1512f6ab8c04518e8f036e58be271eba",
      "tree": "e5c2bed9104f74183981e1ff254074b362f6a856",
      "parents": [
        "583f1499c00ff40f332149021f583cf6ee78dd7e"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Thu Mar 15 16:14:00 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Thu Mar 15 16:14:00 2012"
      },
      "message": "use mmap on 64-bit machines to speed-up reads; small build fixes\n"
    },
    {
      "commit": "583f1499c00ff40f332149021f583cf6ee78dd7e",
      "tree": "7dabbddc340eff2e2eadae0b7b72647e1c127263",
      "parents": [
        "d79762e27369365a7ffe1f2e3a5c64b0632079e1"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Fri Mar 09 15:51:04 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Fri Mar 09 15:51:04 2012"
      },
      "message": "fix LOCK file deletion to prevent crash on windows\n"
    },
    {
      "commit": "d79762e27369365a7ffe1f2e3a5c64b0632079e1",
      "tree": "beacf85da681b45003f9149562c4c6b85e893eba",
      "parents": [
        "015d26f8be6e27d96c536eb9f1ef7275898e3603"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Fri Mar 09 00:23:21 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Fri Mar 09 00:23:21 2012"
      },
      "message": "added group commit; drastically speeds up mult-threaded synchronous write workloads\n"
    },
    {
      "commit": "015d26f8be6e27d96c536eb9f1ef7275898e3603",
      "tree": "f312746957bb3d99fb1c5dd3e79469d80a1e005d",
      "parents": [
        "239ac9d2dea0ac1708b7d903a3d80d3883e0781b"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Mon Mar 05 18:35:46 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Mon Mar 05 18:35:46 2012"
      },
      "message": "add .gitignore; support for building on a few BSD variants\n"
    },
    {
      "commit": "239ac9d2dea0ac1708b7d903a3d80d3883e0781b",
      "tree": "51d772a165b9e65f0e3060a6db1123944c64afc6",
      "parents": [
        "3c8be108bfb5fbd7d51f824199627e757279f79e"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Thu Feb 02 17:34:14 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Thu Feb 02 17:34:14 2012"
      },
      "message": "avoid very large compactions; fix build on Linux\n"
    },
    {
      "commit": "3c8be108bfb5fbd7d51f824199627e757279f79e",
      "tree": "fa5fbe9ca451a385cf615f772cbcfeeb7c90e87a",
      "parents": [
        "c8c5866a86c8d4a3e80d8708d14a06776fb683d1"
      ],
      "author": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed Jan 25 22:56:52 2012"
      },
      "committer": {
        "name": "Sanjay Ghemawat",
        "email": "sanjay@google.com",
        "time": "Wed Jan 25 22:56:52 2012"
      },
      "message": "fixed issues 66 (leaking files on disk error)  and 68 (no sync of CURRENT file)\n"
    },
    {
      "commit": "c8c5866a86c8d4a3e80d8708d14a06776fb683d1",
      "tree": "086fa421eb5636d13af0a6caacd83ab8e5da1b4f",
      "parents": [
        "42fb47f6edab02d4abb814631c6615dd4661d7d2"
      ],
      "author": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Wed Nov 30 10:59:40 2011"
      },
      "committer": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Wed Nov 30 10:59:40 2011"
      },
      "message": "Makefile fixes for systems with $CXX other than g++.\n\n- Makefile: Use $(CXX) for compiling C++ files,\n  don\u0027t override the environment\u0027s value of $CXX\n\n- build_detect_platform: use $CXX instead of g++.\n\nBased on bug report from Theo Schlossnagle:\nhttp://code.google.com/p/leveldb/issues/detail?id\u003d46\n\n(Sync with uptream at 25807040.)\n"
    },
    {
      "commit": "42fb47f6edab02d4abb814631c6615dd4661d7d2",
      "tree": "ca624766d002331894397c4accb3710aa6966780",
      "parents": [
        "36a5f8ed7f9fb3373236d5eace4f5fea369856ee"
      ],
      "author": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Nov 14 17:06:16 2011"
      },
      "committer": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Nov 14 17:06:16 2011"
      },
      "message": "Pass system\u0027s CFLAGS, remove exit time destructor, sstable bug fix.\n\n- Pass system\u0027s values of CFLAGS,LDFLAGS.\n  Don\u0027t override OPT if it\u0027s already set.\n  Original patch by Alessio Treglia \u003calessio@debian.org\u003e:\n  http://code.google.com/p/leveldb/issues/detail?id\u003d27#c6\n\n- Remove 1 exit time destructor from leveldb.\n  See http://crbug.com/101600\n\n- Fix problem where sstable building code would pass an\n  internal key to the user comparator.\n\n(Sync with uptream at 25436817.)\n"
    },
    {
      "commit": "36a5f8ed7f9fb3373236d5eace4f5fea369856ee",
      "tree": "59dd30362b5471d422313b52d561c88b124a2c7a",
      "parents": [
        "299ccedfeca1fb3497978c288e76008a5c08e899"
      ],
      "author": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Oct 31 17:22:06 2011"
      },
      "committer": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Oct 31 17:22:06 2011"
      },
      "message": "A number of fixes:\n\n- Replace raw slice comparison with a call to user comparator.\n  Added test for custom comparators.\n\n- Fix end of namespace comments.\n\n- Fixed bug in picking inputs for a level-0 compaction.\n\n  When finding overlapping files, the covered range may expand\n  as files are added to the input set.  We now correctly expand\n  the range when this happens instead of continuing to use the\n  old range.  For example, suppose L0 contains files with the\n  following ranges:\n\n      F1: a .. d\n      F2:    c .. g\n      F3:       f .. j\n\n  and the initial compaction target is F3.  We used to search\n  for range f..j which yielded {F2,F3}.  However we now expand\n  the range as soon as another file is added.  In this case,\n  when F2 is added, we expand the range to c..j and restart the\n  search.  That picks up file F1 as well.\n\n  This change fixes a bug related to deleted keys showing up\n  incorrectly after a compaction as described in Issue 44.\n\n(Sync with upstream @25072954)\n"
    },
    {
      "commit": "299ccedfeca1fb3497978c288e76008a5c08e899",
      "tree": "b059f1eeabb3b83336f563e30cc91d52eb0b9441",
      "parents": [
        "26db4d971a15d2a7d45bef73f69ef527d164b340"
      ],
      "author": {
        "name": "Gabor Cselle",
        "email": "gabor@google.com",
        "time": "Wed Oct 05 23:30:28 2011"
      },
      "committer": {
        "name": "Gabor Cselle",
        "email": "gabor@google.com",
        "time": "Wed Oct 05 23:30:28 2011"
      },
      "message": "A number of bugfixes:\n\n- Added DB::CompactRange() method.\n\n  Changed manual compaction code so it breaks up compactions of\n  big ranges into smaller compactions.\n\n  Changed the code that pushes the output of memtable compactions\n  to higher levels to obey the grandparent constraint: i.e., we\n  must never have a single file in level L that overlaps too\n  much data in level L+1 (to avoid very expensive L-1 compactions).\n\n  Added code to pretty-print internal keys.\n\n- Fixed bug where we would not detect overlap with files in\n  level-0 because we were incorrectly using binary search\n  on an array of files with overlapping ranges.\n\n  Added \"leveldb.sstables\" property that can be used to dump\n  all of the sstables and ranges that make up the db state.\n\n- Removing post_write_snapshot support.  Email to leveldb mailing\n  list brought up no users, just confusion from one person about\n  what it meant.\n\n- Fixing static_cast char to unsigned on BIG_ENDIAN platforms.\n\n  Fixes\tIssue 35 and Issue 36.\n\n- Comment clarification to address leveldb Issue 37.\n\n- Change license in posix_logger.h to match other files.\n\n- A build problem where uint32 was used instead of uint32_t.\n\nSync with upstream @24408625\n"
    },
    {
      "commit": "26db4d971a15d2a7d45bef73f69ef527d164b340",
      "tree": "ea57cee493c3e70da16cfa1904c18414b5c32f55",
      "parents": [
        "213a68eb68ece93a8915ef18a8eba920d5a924a4"
      ],
      "author": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Sep 26 16:37:09 2011"
      },
      "committer": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Sep 26 16:37:09 2011"
      },
      "message": "Sync with upstream @24213649.\n\nAdding GNU/kFreeBSD support. As requested here:\nhttp://code.google.com/p/leveldb/issues/detail?id\u003d38\n\nUse uint64_t instead of size_t in MemEnvTest. As pointed out at\nhttp://code.google.com/p/leveldb/issues/detail?id\u003d41\n"
    },
    {
      "commit": "213a68eb68ece93a8915ef18a8eba920d5a924a4",
      "tree": "392a4087dc91ee8f2fae8a06705a53c847afa046",
      "parents": [
        "72630236513e7384cb0a2e8fffcae232135a5adc"
      ],
      "author": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Sep 12 09:21:10 2011"
      },
      "committer": {
        "name": "Hans Wennborg",
        "email": "hans@chromium.org",
        "time": "Mon Sep 12 09:21:10 2011"
      },
      "message": "Sync with upstream @23860137.\n\nFix GCC -Wshadow warnings in LevelDB\u0027s public header files,\nreported by Dustin.\n\nAdd in-memory Env implementation (helpers/memenv/*).\nThis enables users to create LevelDB databases in-memory.\n\nInitialize ShardedLRUCache::last_id_ to zero.\nThis fixes a Valgrind warning.\n\n(Also delete port/sha1_* which were removed upstream some time ago.)\n"
    },
    {
      "commit": "72630236513e7384cb0a2e8fffcae232135a5adc",
      "tree": "b6afaaf0c59ce4d17d52e236bb73907fcd58070c",
      "parents": [
        "e3584f9c28833ec0530b39540ffd406ee41dbc3a"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Sep 01 19:08:02 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Sep 01 19:08:02 2011"
      },
      "message": "Bugfixes: for Get(), don\u0027t hold mutex while writing log.\n\n- Fix bug in Get: when it triggers a compaction, it could sometimes\n  mark the compaction with the wrong level (if there was a gap\n  in the set of levels examined for the Get).\n\n- Do not hold mutex while writing to the log file or to the\n  MANIFEST file.\n\n  Added a new benchmark that runs a writer thread concurrently with\n  reader threads.\n\n  Percentiles\n  ------------------------------\n  micros/op: avg  median 99   99.9  99.99  99.999 max\n  ------------------------------------------------------\n  before:    42   38     110  225   32000  42000  48000\n  after:     24   20     55   65    130    1100   7000\n\n- Fixed race in optimized Get.  It should have been using the\n  pinned memtables, not the current memtables.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@50 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "e3584f9c28833ec0530b39540ffd406ee41dbc3a",
      "tree": "e68d1bb6e1e2ad1c2a9acfa6ae26cf2d691055e7",
      "parents": [
        "ab323f7e1ec53749653967e7d6a2fa1c922334f2"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Aug 22 21:08:51 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Aug 22 21:08:51 2011"
      },
      "message": "Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.\n\n- Fix for issue 33 (non-null-terminated result from\n  leveldb_property_value())\n\n- Support for running multiple instances of a benchmark in parallel.\n\n- Reduce lock contention on Get():\n  (1) Do not hold the lock while searching memtables.\n  (2) Shard block and table caches 16-ways.\n\n  Benchmark for evaluating this change:\n  $ db_bench --benchmarks\u003dfillseq1,readrandom --threads\u003d$n\n  (fillseq1 is a small hack to make sure fillseq runs once regardless\n  of number of threads specified on the command line).\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@49 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "ab323f7e1ec53749653967e7d6a2fa1c922334f2",
      "tree": "bc6b5343550f7fad533dabd36452544d8bfb5a14",
      "parents": [
        "a05525d13beea3ae56d979fa5fffa9de3652db61"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Aug 16 01:21:01 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Aug 16 01:21:01 2011"
      },
      "message": "Bugfixes for iterator and documentation.\n\n- Fix bug in Iterator::Prev where it would return the wrong key.\n  Fixes issues 29 and 30.\n\n- Added a tweak to testharness to allow running just some tests.\n\n- Fixing two minor documentation errors based on issues 28 and 25.\n\n- Cleanup; fix namespaces of export-to-C code.\n  Also fix one \"const char*\" vs \"char*\" mismatch.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@48 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "a05525d13beea3ae56d979fa5fffa9de3652db61",
      "tree": "782f5876711aecea8c414b5281d01290c626b2ab",
      "parents": [
        "021ee9c32be65c298de20adb021ba6066e674200"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Sat Aug 06 00:19:37 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Sat Aug 06 00:19:37 2011"
      },
      "message": "@23023120\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@47 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "021ee9c32be65c298de20adb021ba6066e674200",
      "tree": "e77b24c977093b3a73423a83003cde6ebe1321f7",
      "parents": [
        "1bfbe76b4e3677c6ba5cff0a94b7c90a47d58d25"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Aug 05 20:40:49 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Aug 05 20:40:49 2011"
      },
      "message": "C binding for leveldb, better readseq benchmark for SQLite.\n\n- Added a C binding for LevelDB.\n  May be useful as a stable ABI that can be used by \n  programs that keep leveldb in a shared library, \n  or for JNI API.\n\n- Replaced SQLite\u0027s readseq benchmark to a more efficient version. \n  SQLite readseq speeds increased by about a factor of 2x \n  from the previous version. Also updated benchmark page to\n  reflect readseq speed up.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@46 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "1bfbe76b4e3677c6ba5cff0a94b7c90a47d58d25",
      "tree": "fd47ce0bf4f0debdadfad0f4edc9b8535a6c18f8",
      "parents": [
        "b9ef9141ba31410fbe21c2c2eb0b8fefaec95be7"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Jul 29 21:35:05 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Jul 29 21:35:05 2011"
      },
      "message": "Improved benchmark, fixed bugs and SQLite parameters.\n\n- Based on suggestions on the sqlite-users mailing list,\n  we removed the superfluous index on the primary key \n  for SQLite\u0027s benchmarks, and turned write-ahead logging \n  (\"WAL\") on. This led to performance improvements for SQLite.\n\n- Based on a suggestion by Florian Weimer on the leveldb\n  mailing list, we disabled hard drive write-caching via\n  hdparm when testing synchronous writes. This led to\n  performance losses for LevelDB and Kyoto TreeDB.\n\n- Fixed a mistake in 2.A.-\u003eRandom where the bar sizes\n  were switched for Kyoto TreeDB and SQLite.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@45 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "b9ef9141ba31410fbe21c2c2eb0b8fefaec95be7",
      "tree": "351dc64d3859e769c975eee540c194b8b93aa32b",
      "parents": [
        "e8dee348b69111c7bbdfb176eb3484a0e9f5cc73"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 14:29:59 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 14:29:59 2011"
      },
      "message": "Minor typos in benchmark page.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@44 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "e8dee348b69111c7bbdfb176eb3484a0e9f5cc73",
      "tree": "ba593411bdbccf21d9e511757438346dfb50df2d",
      "parents": [
        "3cc27381f7ed346b6edf0dd15749b699881d2327"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 04:39:46 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 04:39:46 2011"
      },
      "message": "Minor edit in benchmark page.\n\n(Baseline comparison does not make sense for large values.)\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@43 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "3cc27381f7ed346b6edf0dd15749b699881d2327",
      "tree": "3b5d71a31987a516717b72752b18c4453726b0b6",
      "parents": [
        "e301f17c2f2c07f588decc723cbad6d6a4237183"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 01:56:52 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 01:56:52 2011"
      },
      "message": "Setting SVN mime-type for benchmark page.\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@42 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "e301f17c2f2c07f588decc723cbad6d6a4237183",
      "tree": "3b5d71a31987a516717b72752b18c4453726b0b6",
      "parents": [
        "f122c6dfbb4afacd0ac39f95106da81f8a714e72"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 01:49:08 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 01:49:08 2011"
      },
      "message": "Adding doctype to benchmark page so Google Code displays it as HTML.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@41 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "f122c6dfbb4afacd0ac39f95106da81f8a714e72",
      "tree": "330b6d7f4d0c90541a67394d098bf19ff45fd967",
      "parents": [
        "60bd8015f21fdb63d5409b1191f8ea9d8f1a1b87"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 01:46:25 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jul 27 01:46:25 2011"
      },
      "message": "Adding FreeBSD support, removing Chromium files, adding benchmark.\n\n- LevelDB patch for FreeBSD. This resolves Issue 22.\n  Contributed by dforsythe (thanks!).\n\n- Removing Chromium-specific files.\n  They are now going to live in the Chromium repository.\n\n- Adding a benchmark page comparing LevelDB performance\n  to SQLite and Kyoto Cabinet\u0027s TreeDB, along with\n  code to generate the benchmarks.\n  Thanks to Kevin Tseng for compiling the benchmarks,\n  and Scott Hess and Mikio Hirabayashi for their\n  help and advice.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@40 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "60bd8015f21fdb63d5409b1191f8ea9d8f1a1b87",
      "tree": "dab21fd0d1309be4e6851f690e1c011e79ddbf6b",
      "parents": [
        "6872ace90110799f87402cbc594c4cbf1bc474c7"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Jul 21 02:40:18 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Jul 21 02:40:18 2011"
      },
      "message": "Speed up Snappy uncompression, new Logger interface.\n\n- Removed one copy of an uncompressed block contents changing\n  the signature of Snappy_Uncompress() so it uncompresses into a\n  flat array instead of a std::string.\n        \n  Speeds up readrandom ~10%.\n\n- Instead of a combination of Env/WritableFile, we now have a\n  Logger interface that can be easily overridden applications\n  that want to supply their own logging.\n\n- Separated out the gcc and Sun Studio parts of atomic_pointer.h\n  so we can use \u0027asm\u0027, \u0027volatile\u0027 keywords for Sun Studio.\n\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@39 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "6872ace90110799f87402cbc594c4cbf1bc474c7",
      "tree": "e6292e5ec9404ddab7c1de7b7272927161b06232",
      "parents": [
        "6699c7ebe68fba9673ea7a78b54e0eb558102301"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Jul 19 23:36:47 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Jul 19 23:36:47 2011"
      },
      "message": "Sun Studio support, and fix for test related memory fixes.\n\n- LevelDB patch for Sun Studio\n  Based on a patch submitted by Theo Schlossnagle - thanks!\n  This fixes Issue 17.\n\n- Fix a couple of test related memory leaks.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@38 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "6699c7ebe68fba9673ea7a78b54e0eb558102301",
      "tree": "acb156c19aadd00e7a14dcd26b76671d36808dae",
      "parents": [
        "ed154f6dc4f5ca82f20d2f3d4383cdbb07872594"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Jul 15 00:20:57 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Jul 15 00:20:57 2011"
      },
      "message": "Small tweaks and bugfixes for Issue 18 and 19.\n\nSlight tweak to the no-overlap optimization: only push to\nlevel 2 to reduce the amount of wasted space when the same\nsmall key range is being repeatedly overwritten.\n\nFix for Issue 18: Avoid failure on Windows by avoiding\ndeletion of lock file until the end of DestroyDB().\n\nFix for Issue 19: Disregard sequence numbers when checking for \noverlap in sstable ranges. This fixes issue 19: when writing \nthe same key over and over again, we would generate a sequence \nof sstables that were never merged together since their sequence\nnumbers were disjoint.\n\nDon\u0027t ignore map/unmap error checks.\n\nMiscellaneous fixes for small problems Sanjay found while diagnosing\nissue/9 and issue/16 (corruption_testr failures).\n- log::Reader reports the record type when it finds an unexpected type.\n- log::Reader no longer reports an error when it encounters an expected\n  zero record regardless of the setting of the \"checksum\" flag.\n- Added a missing forward declaration.\n- Documented a side-effects of larger write buffer sizes\n  (longer recovery time).\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@37 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "ed154f6dc4f5ca82f20d2f3d4383cdbb07872594",
      "tree": "4149204645a78b6a498ebb1f8fa3d468944256c3",
      "parents": [
        "85f0ab1975e5ddd7c387ee6cd4a95987dc6c27b3"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Jun 30 23:17:03 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Jun 30 23:17:03 2011"
      },
      "message": "Fixed a snappy compression wrapper bug (passing wrong variable).\n\nChange atomic_pointer.h to prefer a memory barrier based\nimplementation over a \u003ccstdatomic\u003e based implementation for\nthe following reasons:\n(1) On a x86-32-bit gcc-4.4 build, \u003cctdatomic\u003e was corrupting\n    the AtomicPointer.\n(2) On a x86-64-bit gcc build, a \u003cctstdatomic\u003e based acquire-load\n    takes ~15ns as opposed to the ~1ns for a memory-barrier\n    based implementation.\n\nFixes issue 9 (corruption_test fails)\nhttp://code.google.com/p/leveldb/issues/detail?id\u003d9\n\nFixes issue 16 (CorruptionTest.MissingDescriptor fails)\nhttp://code.google.com/p/leveldb/issues/detail?id\u003d16\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@36 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "85f0ab1975e5ddd7c387ee6cd4a95987dc6c27b3",
      "tree": "0da2853b72ad45660f709e1ea892038ca72042c1",
      "parents": [
        "f57e23351f416d15cb6dc2905f2abade5a632fc3"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 29 22:53:17 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 29 22:53:17 2011"
      },
      "message": "Fixing Makefile issue reported in Issue 15 (misspelled flag)\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@35 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "f57e23351f416d15cb6dc2905f2abade5a632fc3",
      "tree": "695abad99252bbfe5fcf0d04f6d85b5759fc4927",
      "parents": [
        "e0cbd242cb3fe6b1b0ed5756fd0a2e3f5efdabd0"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 29 00:30:50 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 29 00:30:50 2011"
      },
      "message": "Platform detection during build, plus compatibility patches for machines without \u003ccstdatomic\u003e.\n\nThis revision adds two major changes:\n1. build_detect_platform which generates build_config.mk\n   with platform-dependent flags for the build process\n2. /port/atomic_pointer.h with anAtomicPointerimplementation\n   for platforms without \u003ccstdatomic\u003e\n\nSome of this code is loosely based on patches submitted to the \nLevelDB mailing list at https://groups.google.com/forum/#!forum/leveldb\nTip of the hat to Dave Smith and Edouard A, who both sent patches.\n\nThe presence of Snappy (http://code.google.com/p/snappy/) and\ncstdatomic are now both detected in the build_detect_platform\nscript (1.) which gets executing during make.\n\nFor (2.), instead of broadly importing atomicops_* from Chromium or\nthe Google performance tools, we chose to just implement AtomicPointer \nand the limited atomic load and store operations it needs. \nThis resulted in much less code and fewer files - everything is \ncontained in atomic_pointer.h.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@34 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "e0cbd242cb3fe6b1b0ed5756fd0a2e3f5efdabd0",
      "tree": "a850c35a00a67818b002d1c59b347014078869cb",
      "parents": [
        "ccf0fcd5c2946f9228068d657a56d91af9671575"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 22 18:45:39 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 22 18:45:39 2011"
      },
      "message": "Fixing issue 11: version_set_test.cc was missing\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@33 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "ccf0fcd5c2946f9228068d657a56d91af9671575",
      "tree": "876b8a3e734972320aced5f0b33bf8bc34c5f101",
      "parents": [
        "80e5b0d944b7651046f8b0e795065eca02a01e59"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 22 02:36:45 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Jun 22 02:36:45 2011"
      },
      "message": "A number of smaller fixes and performance improvements:\n\n- Implemented Get() directly instead of building on top of a full\n  merging iterator stack.  This speeds up the \"readrandom\" benchmark\n  by up to 15-30%.\n\n- Fixed an opensource compilation problem.\n  Added --db\u003d\u003cname\u003e flag to control where the database is placed.\n\n- Automatically compact a file when we have done enough\n  overlapping seeks to that file.\n\n- Fixed a performance bug where we would read from at least one\n  file in a level even if none of the files overlapped the key\n  being read.\n\n- Makefile fix for Mac OSX installations that have XCode 4 without XCode 3.\n\n- Unified the two occurrences of binary search in a file-list\n  into one routine.\n\n- Found and fixed a bug where we would unnecessarily search the\n  last file when looking for a key larger than all data in the\n  level.\n\n- A fix to avoid the need for trivial move compactions and\n  therefore gets rid of two out of five syncs in \"fillseq\".\n\n- Removed the MANIFEST file write when switching to a new\n  memtable/log-file for a 10-20% improvement on fill speed on ext4.\n\n- Adding a SNAPPY setting in the Makefile for folks who have\n  Snappy installed. Snappy compresses values and speeds up writes.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@32 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "80e5b0d944b7651046f8b0e795065eca02a01e59",
      "tree": "d71e5a056199fd9180f4a1e2a8bddfdd74075a69",
      "parents": [
        "c4f551494838681f49cc8fb52baaf417d1fea2b1"
      ],
      "author": {
        "name": "hans@chromium.org",
        "email": "hans@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Jun 07 14:40:26 2011"
      },
      "committer": {
        "name": "hans@chromium.org",
        "email": "hans@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Jun 07 14:40:26 2011"
      },
      "message": "sync with upstream @21706995\n\nFixed race condition reported by Dave Smit (dizzyd@dizzyd,com)\non the leveldb mailing list.  We were not signalling\nwaiters after a trivial move from level-0.  The result was\nthat in some cases (hard to reproduce), a write would get\nstuck forever waiting for the number of level-0 files to drop\nbelow its hard limit.\n\nThe new code is simpler: there is just one condition variable\ninstead of two, and the condition variable is signalled after\nevery piece of background work finishes.  Also, all compaction\nwork (including for manual compactions) is done in the\nbackground thread, and therefore we can remove the\n\"compacting_\" variable.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@31 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "c4f551494838681f49cc8fb52baaf417d1fea2b1",
      "tree": "bb977cbc52ebc724677a81d51ca3ead272893ecd",
      "parents": [
        "740d8b3d009462eed28a94ea516d667e735b0dfc"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Jun 02 00:00:37 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Jun 02 00:00:37 2011"
      },
      "message": "sync with upstream @21627589\n\nMinor changes:\n* Reformat the bodies of the iterator interface routines in IteratorWrapper to\n  make them a bit easier to read\n* Switched the default in the leveldb makefile to be optimized mode, rather\n  than debug mode\n* Fix build problem in chromium port\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@30 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "740d8b3d009462eed28a94ea516d667e735b0dfc",
      "tree": "83959c625c77d893b34d4306e478a5ba38804dc5",
      "parents": [
        "da7990950787257cb312ca562ce5977749afc3e9"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Sat May 28 00:53:58 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Sat May 28 00:53:58 2011"
      },
      "message": "Update from upstream @21551990\n\n* Patch LevelDB to build for OSX and iOS\n* Fix race condition in memtable iterator deletion.\n* Other small fixes.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@29 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "da7990950787257cb312ca562ce5977749afc3e9",
      "tree": "91fe98f6e14e74c794392b22105a47a58499edff",
      "parents": [
        "3c111335a760d8d82414b91a54f740df09dd4f8f"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Sat May 21 02:17:43 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Sat May 21 02:17:43 2011"
      },
      "message": "sync with upstream @ 21409451\n\nCheck the NEWS file for details of what changed.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@28 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "3c111335a760d8d82414b91a54f740df09dd4f8f",
      "tree": "b0f6a0358b850a444fab03c72610360daa631c7b",
      "parents": [
        "be9f061d2fd5e2d66ba17a70c135a153c584c8c1"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue May 03 03:10:59 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue May 03 03:10:59 2011"
      },
      "message": "make windows include /Iport\\win in dependent projects\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@27 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "be9f061d2fd5e2d66ba17a70c135a153c584c8c1",
      "tree": "1d0bd49e507b8ccb2d5f2d44b7d028db123a4fbf",
      "parents": [
        "ccb2cbef3aa60e19da135bba01ac4aba7697661d"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Apr 21 01:54:51 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Thu Apr 21 01:54:51 2011"
      },
      "message": "pull in hans\u0027 mac build fix\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@26 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "ccb2cbef3aa60e19da135bba01ac4aba7697661d",
      "tree": "40db1b7c2b584d41f7044e025eae65afff08466a",
      "parents": [
        "ba6dac0e809b249532a7465f71a00ccda307161d"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Apr 20 22:50:04 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Apr 20 22:50:04 2011"
      },
      "message": "fix build on at least linux\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@25 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "ba6dac0e809b249532a7465f71a00ccda307161d",
      "tree": "9aa494c1bb1bbbefba5bf12c520941dbe4abfec1",
      "parents": [
        "69c6d38342a1fab5f7f2921aa2e9c0e60ba90e35"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Apr 20 22:48:11 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Apr 20 22:48:11 2011"
      },
      "message": "@20776309\n* env_chromium.cc should not export symbols.\n* Fix MSVC warnings.\n* Removed large value support.\n* Fix broken reference to documentation file\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@24 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "69c6d38342a1fab5f7f2921aa2e9c0e60ba90e35",
      "tree": "bea96813c653d9e32277cb86cb517ddd90d0595c",
      "parents": [
        "b743906eeabc925f3e824d91a9747012bf249e2f"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Apr 19 23:11:15 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Apr 19 23:11:15 2011"
      },
      "message": "reverting disastrous MOE commit, returning to r21\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@23 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "b743906eeabc925f3e824d91a9747012bf249e2f",
      "tree": "e7cb4f854196c43045756469627920e4e7b146c1",
      "parents": [
        "b409afe968b6917574ec08e02c4bf6e6f722e3ca"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Apr 19 23:01:25 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Apr 19 23:01:25 2011"
      },
      "message": "\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION\u003d\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@22 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "b409afe968b6917574ec08e02c4bf6e6f722e3ca",
      "tree": "bea96813c653d9e32277cb86cb517ddd90d0595c",
      "parents": [
        "f779e7a5d89f853fc5224f9eb8103ca2b8f2f555"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Apr 18 23:15:58 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Apr 18 23:15:58 2011"
      },
      "message": "chmod a-x\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@21 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "f779e7a5d89f853fc5224f9eb8103ca2b8f2f555",
      "tree": "ca48db37de2515489323a99272729a1d9f5be254",
      "parents": [
        "9e33808a26cbbb38008fcd10b74c4d05d78d0aa1"
      ],
      "author": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Apr 12 19:38:58 2011"
      },
      "committer": {
        "name": "dgrogan@chromium.org",
        "email": "dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Apr 12 19:38:58 2011"
      },
      "message": "@20602303.  Default file permission is now 755.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@20 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "9e33808a26cbbb38008fcd10b74c4d05d78d0aa1",
      "tree": "aa5b999df95bf5949265ae55e167a82033a959d7",
      "parents": [
        "4671a695fca3a8fb00cdf4609cd8238cf12ed13d"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Mar 30 18:49:03 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Mar 30 18:49:03 2011"
      },
      "message": "Fix last commit\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@19 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "4671a695fca3a8fb00cdf4609cd8238cf12ed13d",
      "tree": "804d87e86f899936e0477279659f8591ad72bebd",
      "parents": [
        "4d66fd5af3c9f7680be4b03599415c53f32065bc"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Mar 30 18:35:40 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Mar 30 18:35:40 2011"
      },
      "message": "Move include files into a leveldb subdir.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@18 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "4d66fd5af3c9f7680be4b03599415c53f32065bc",
      "tree": "7ae9f29898094c6f210cc7e17d80107c57eb0c35",
      "parents": [
        "e2da744e1241fec301351ca34730877e6cff722a"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 29 22:41:11 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 29 22:41:11 2011"
      },
      "message": "Upstream change.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@17 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "e2da744e1241fec301351ca34730877e6cff722a",
      "tree": "7e8e474bb5a8f038cf9e69e591529ee614d939d9",
      "parents": [
        "e11bdf1935bc5a46db790ef414110149009f8c6a"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 28 20:43:44 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 28 20:43:44 2011"
      },
      "message": "Upstream changes.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@16 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "e11bdf1935bc5a46db790ef414110149009f8c6a",
      "tree": "e09be89764c465c5352c4f899c89a122060c1d0b",
      "parents": [
        "8303bb1b33a4db1d688d32f9be10976b0b54f209"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 25 20:27:43 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 25 20:27:43 2011"
      },
      "message": "Upstream changes\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@15 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "8303bb1b33a4db1d688d32f9be10976b0b54f209",
      "tree": "01802e7d30e43809b4a8c62a073c11c6037eb8f6",
      "parents": [
        "6d243ebf79640525a94fab280efeb5a46c994af6"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 22 23:24:02 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 22 23:24:02 2011"
      },
      "message": "Pull from upstream.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@14 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "6d243ebf79640525a94fab280efeb5a46c994af6",
      "tree": "0260f82fcb9fb3fbde7e106157c878754f70680b",
      "parents": [
        "13b72af77b2b7fed156c26107476f84d35e4481d"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 22 19:07:54 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 22 19:07:54 2011"
      },
      "message": "Make GetTestDirectory threadsafe within Chromium and make it work on Windows.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@13 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "13b72af77b2b7fed156c26107476f84d35e4481d",
      "tree": "d21e4ec2ca349fab041bda922f58303f1a2933a7",
      "parents": [
        "9df5aa892ecf4f418f6777bcc18651ecd5f0d679"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 22 18:32:49 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Tue Mar 22 18:32:49 2011"
      },
      "message": "More changes from upstream.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@12 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "9df5aa892ecf4f418f6777bcc18651ecd5f0d679",
      "tree": "8b0e64ecfe21f82d2ecac76cb0ddc4a4f938125e",
      "parents": [
        "4bcb23118777b0666ad518c6b730a953d8f7bc89"
      ],
      "author": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 23:10:11 2011"
      },
      "committer": {
        "name": "gabor@google.com",
        "email": "gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 23:10:11 2011"
      },
      "message": "Removing unneeded build files\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@11 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "4bcb23118777b0666ad518c6b730a953d8f7bc89",
      "tree": "41d6dd399da185d7c5a1a89148f41d0f21c81773",
      "parents": [
        "0e389254905fc246271ca991e203d95031c93559"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 21:06:49 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 21:06:49 2011"
      },
      "message": "more upstream changes\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@10 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "0e389254905fc246271ca991e203d95031c93559",
      "tree": "32cd0421f16f1941079ba212e69dab68d209041d",
      "parents": [
        "24ba6148694a68d010fe0c515616390abc12c5c4"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 19:40:57 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 19:40:57 2011"
      },
      "message": "Sync in bug fixes\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@9 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "24ba6148694a68d010fe0c515616390abc12c5c4",
      "tree": "c3cea7041092377d92c6924a36cbe8ec9b6712fc",
      "parents": [
        "795dd1d5505cbd3103de4774903bc0382d2a942f"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 19:09:55 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 19:09:55 2011"
      },
      "message": "Changes to get Snappy working\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@8 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "795dd1d5505cbd3103de4774903bc0382d2a942f",
      "tree": "3eb778eaa5705b15615f5e1d8be97857ae914dd6",
      "parents": [
        "b77de951b8aaa0be23edd6f19b9fafd1ac541e2e"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 18:13:39 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 18:13:39 2011"
      },
      "message": "Oops, another file that didn\u0027t upload correctly.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@7 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "b77de951b8aaa0be23edd6f19b9fafd1ac541e2e",
      "tree": "6d7bb0c0bb9bfeaab1731f5111ee406a7ca141d1",
      "parents": [
        "b434018d632be6d9b620373c5946467338b726cf"
      ],
      "author": {
        "name": "hans@chromium.org",
        "email": "hans@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 17:30:49 2011"
      },
      "committer": {
        "name": "hans@chromium.org",
        "email": "hans@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 17:30:49 2011"
      },
      "message": "Set mime-type to text/css on doc/doc.css files.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@6 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "b434018d632be6d9b620373c5946467338b726cf",
      "tree": "6d7bb0c0bb9bfeaab1731f5111ee406a7ca141d1",
      "parents": [
        "7a02caf2a40d466c8da9b20c3589ba67c456d556"
      ],
      "author": {
        "name": "hans@chromium.org",
        "email": "hans@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 17:22:12 2011"
      },
      "committer": {
        "name": "hans@chromium.org",
        "email": "hans@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Mon Mar 21 17:22:12 2011"
      },
      "message": "Set mime-type to text/html on .html files.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@5 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "7a02caf2a40d466c8da9b20c3589ba67c456d556",
      "tree": "6d7bb0c0bb9bfeaab1731f5111ee406a7ca141d1",
      "parents": [
        "347d4628c15be09e57a25c7a6c03c55639b6369c"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 18 23:03:49 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 18 23:03:49 2011"
      },
      "message": "Fix typo in Makefile.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@4 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "347d4628c15be09e57a25c7a6c03c55639b6369c",
      "tree": "1f39f133e6f87c6923d4646d9468821515fbe05d",
      "parents": [
        "f67e15e50f392625b4097caf22e8be1b0fe96013"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 18 22:47:28 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 18 22:47:28 2011"
      },
      "message": "Directory paths were off a bit.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@3 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "f67e15e50f392625b4097caf22e8be1b0fe96013",
      "tree": "1cb1764c7627f9bac27ed0e0abf27010156e5007",
      "parents": [
        "54f1fd7eef101db1dfb2bb66a59083c45a38aa4a"
      ],
      "author": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 18 22:37:00 2011"
      },
      "committer": {
        "name": "jorlow@chromium.org",
        "email": "jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Fri Mar 18 22:37:00 2011"
      },
      "message": "Initial checkin.\n\n\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@2 62dab493-f737-651d-591e-8d6aee1b9529\n"
    },
    {
      "commit": "54f1fd7eef101db1dfb2bb66a59083c45a38aa4a",
      "tree": "4b825dc642cb6eb9a060e54bf8d69288fbee4904",
      "parents": [],
      "author": {
        "name": "(no author)",
        "email": "(no author)@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Mar 02 17:37:17 2011"
      },
      "committer": {
        "name": "(no author)",
        "email": "(no author)@62dab493-f737-651d-591e-8d6aee1b9529",
        "time": "Wed Mar 02 17:37:17 2011"
      },
      "message": "Initial directory structure.\n\ngit-svn-id: https://leveldb.googlecode.com/svn/trunk@1 62dab493-f737-651d-591e-8d6aee1b9529\n"
    }
  ]
}
